mirror of
https://github.com/bringout/oca-ocb-pos.git
synced 2026-04-24 18:02:06 +02:00
19.0 vanilla
This commit is contained in:
parent
6e54c1af6c
commit
3ca647e428
1087 changed files with 132065 additions and 108499 deletions
|
|
@ -17,6 +17,7 @@
|
|||
'views/pos_loyalty_menu_views.xml',
|
||||
'views/res_config_settings_view.xml',
|
||||
'views/loyalty_program_views.xml',
|
||||
'views/res_partner_views.xml',
|
||||
],
|
||||
'demo': [
|
||||
'data/pos_loyalty_demo.xml',
|
||||
|
|
@ -24,14 +25,21 @@
|
|||
'installable': True,
|
||||
'auto_install': True,
|
||||
'assets': {
|
||||
'point_of_sale.assets': [
|
||||
'pos_loyalty/static/src/css/Loyalty.scss',
|
||||
'pos_loyalty/static/src/js/**/*',
|
||||
'pos_loyalty/static/src/xml/**/*',
|
||||
'web.assets_frontend': [
|
||||
'pos_loyalty/static/src/portal/*',
|
||||
],
|
||||
'point_of_sale._assets_pos': [
|
||||
'pos_loyalty/static/src/**/*',
|
||||
('remove', 'pos_loyalty/static/src/portal/*'),
|
||||
],
|
||||
'web.assets_tests': [
|
||||
'pos_loyalty/static/src/tours/**/*',
|
||||
'pos_loyalty/static/tests/tours/**/*',
|
||||
],
|
||||
'web.assets_unit_tests': [
|
||||
'pos_loyalty/static/tests/unit/**/*'
|
||||
],
|
||||
},
|
||||
'uninstall_hook': 'uninstall_hook',
|
||||
'author': 'Odoo S.A.',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue