19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:29:53 +01:00
parent 6e54c1af6c
commit 3ca647e428
1087 changed files with 132065 additions and 108499 deletions

View file

@ -16,15 +16,22 @@ discount to a customer.
""",
'depends': ['point_of_sale'],
'data': [
'data/pos_discount_data.xml',
'views/res_config_settings_views.xml',
'views/pos_config_views.xml',
],
],
'installable': True,
'assets': {
'point_of_sale.assets': [
'pos_discount/static/src/js/**/*',
'pos_discount/static/src/xml/**/*',
'point_of_sale._assets_pos': [
'pos_discount/static/src/**/*',
],
'web.assets_tests': [
'pos_discount/static/tests/tours/**/*',
],
'web.assets_unit_tests': [
'pos_discount/static/tests/unit/**/*'
],
},
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}