19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:39 +01:00
parent 38c6088dcc
commit d9452d2060
243 changed files with 30797 additions and 10815 deletions

View file

@ -21,24 +21,30 @@ models which only purpose is to run tests.""",
'data/test_website_demo.xml',
],
'data': [
'security/test_website_security.xml',
'security/ir.model.access.csv',
'views/templates.xml',
'views/test_model_multi_website_views.xml',
'views/test_model_views.xml',
'data/test_website_data.xml',
'security/test_website_security.xml',
'security/ir.model.access.csv',
],
'installable': True,
'assets': {
'test_website.test_bundle': [
'http://test.external.link/javascript1.js',
'/web/static/src/libs/fontawesome/css/font-awesome.css',
'http://test.external.link/style1.css',
'/web/static/src/module_loader.js',
'http://test.external.link/javascript2.js',
'http://test.external.link/style2.css',
],
'web.assets_frontend': [
'test_website/static/src/js/test_error.js',
'test_website/static/src/interactions/**/*',
],
'web.assets_tests': [
'test_website/static/tests/tours/*',
],
'web.qunit_suite_tests': [
'test_website/static/tests/*.js',
],
},
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}