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

@ -20,20 +20,21 @@ This module adds several features to the Point of Sale that are specific to rest
'website': 'https://www.odoo.com/app/point-of-sale-restaurant',
'data': [
'security/ir.model.access.csv',
'data/scenarios/restaurant_preset.xml',
'views/pos_order_views.xml',
'views/pos_restaurant_views.xml',
'views/pos_preset_views.xml',
'views/res_config_settings_views.xml',
],
'demo': [
'data/pos_restaurant_demo.xml',
'data/demo_data.xml',
],
'installable': True,
'application': True,
'assets': {
'point_of_sale.assets': [
'pos_restaurant/static/lib/**/*.js',
'pos_restaurant/static/src/js/**/*.js',
'point_of_sale._assets_pos': [
'pos_restaurant/static/src/**/*',
('after', 'point_of_sale/static/src/scss/pos.scss', 'pos_restaurant/static/src/scss/restaurant.scss'),
'pos_restaurant/static/src/xml/**/*',
],
'web.assets_backend': [
'point_of_sale/static/src/scss/pos_dashboard.scss',
@ -41,6 +42,13 @@ This module adds several features to the Point of Sale that are specific to rest
'web.assets_tests': [
'pos_restaurant/static/tests/tours/**/*',
],
'web.assets_unit_tests': [
'pos_restaurant/static/tests/unit/**/*'
],
'point_of_sale.assets_debug': [
'pos_restaurant/static/tests/tours/**/*',
],
},
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}