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

@ -11,7 +11,7 @@ present in a separate module as it contains models used only to perform
tests independently to functional aspects of other models. """,
'depends': [
'mail',
'test_performance',
'test_orm',
],
'data': [
'security/ir.model.access.csv',
@ -21,16 +21,14 @@ tests independently to functional aspects of other models. """,
'data/subtype_data.xml',
],
'assets': {
'web.qunit_suite_tests': [
'test_mail/static/tests/*',
'web.assets_unit_tests': [
'test_mail/static/tests/**/*',
],
'web.qunit_mobile_suite_tests': [
'test_mail/static/tests/mobile/activity_tests.js',
],
'web.tests_assets': [
'test_mail/static/tests/helpers/*',
'web.assets_tests': [
'test_mail/static/tests/tours/*',
],
},
'installable': True,
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}