open_workshop/__manifest__.py

31 lines
860 B
Python

{
'name': 'POS Open Workshop',
'license': 'AGPL-3',
'version': '13.0.1.0.0',
'summary': 'Erstellt Maschinenfreigaben basierend auf POS-Einweisungsprodukten',
'depends': ['point_of_sale'],
'author': 'matthias.lotz',
'category': 'Point of Sale',
'data': [
'security/ir.model.access.csv',
'views/menu_views.xml',
'views/machine_area_views.xml',
'views/machine_views.xml',
'views/res_partner_view.xml',
'views/assets.xml',
'data/demo_data.xml',
],
'qweb': [
'static/src/xml/partner_access_popup.xml',
'static/src/xml/ows_pos_order_selector.xml',
],
'installable': True,
'assets': {
'point_of_sale.assets': [
'static/src/js/partner_access_popup.js',
'static/src/js/debug.js',
],
},
}