39 lines
1.3 KiB
Python
39 lines
1.3 KiB
Python
{
|
|
'name': 'POS Open Workshop',
|
|
'license': 'AGPL-3',
|
|
'version': '13.0.1.0.0',
|
|
'summary': 'Erstellt Maschinenfreigaben basierend auf POS-Einweisungsprodukten',
|
|
'depends': ['base','product','sale','contacts','point_of_sale'],
|
|
'author': 'matthias.lotz',
|
|
'category': 'Point of Sale',
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'views/machine_product_training_views.xml',
|
|
'views/menu_views.xml',
|
|
'views/machine_area_views.xml',
|
|
'views/machine_views.xml',
|
|
'views/res_partner_view.xml',
|
|
'views/assets.xml',
|
|
'data/data.xml',
|
|
],
|
|
'qweb': [
|
|
'static/src/xml/ows_briefing_details.xml',
|
|
'static/src/xml/ows_briefing_details_edit.xml',
|
|
'static/src/xml/ows_pos_order_selector.xml',
|
|
'static/src/xml/ows_machine_sidebar.xml',
|
|
'static/src/xml/ows_pos_machine_access_view.xml',
|
|
],
|
|
'installable': True,
|
|
'assets': {
|
|
'point_of_sale.assets': [
|
|
'static/src/js/machine_access_sidebar.js',
|
|
'static/src/css/pos.css',
|
|
],
|
|
},
|
|
'post_init_hook': 'run_migration',
|
|
'description': """
|
|
Diese App erstellt Maschinenfreigaben basierend auf POS-Einweisungsprodukten.
|
|
Die App ist für den Einsatz in der Odoo-Version 13.0 konzipiert.
|
|
""",
|
|
}
|