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

@ -13,9 +13,16 @@
'depends': ['point_of_sale'],
'installable': True,
'assets': {
'point_of_sale.assets': [
'pos_adyen/static/**/*',
'point_of_sale._assets_pos': [
'pos_adyen/static/src/**/*',
],
'web.assets_tests': [
'pos_adyen/static/tests/tours/**/*',
],
'web.assets_unit_tests': [
'pos_adyen/static/tests/unit/data/**/*'
],
},
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}