mirror of
https://github.com/bringout/oca-ocb-pos.git
synced 2026-04-25 07:22:02 +02:00
19.0 vanilla
This commit is contained in:
parent
6e54c1af6c
commit
3ca647e428
1087 changed files with 132065 additions and 108499 deletions
|
|
@ -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',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue