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

@ -6,7 +6,6 @@
'category': 'Sales/Point of Sale',
'sequence': 6,
'summary': 'Integrate your POS with a Stripe payment terminal',
'description': '',
'data': [
'views/pos_payment_method_views.xml',
'views/assets_stripe.xml',
@ -14,9 +13,13 @@
'depends': ['point_of_sale', 'payment_stripe'],
'installable': True,
'assets': {
'point_of_sale.assets': [
'pos_stripe/static/**/*',
'point_of_sale._assets_pos': [
'pos_stripe/static/src/**/*',
],
'web.assets_unit_tests': [
'pos_stripe/static/tests/unit/data/**/*'
],
},
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}