mirror of
https://github.com/bringout/oca-ocb-pos.git
synced 2026-04-23 21:01:59 +02:00
19.0 vanilla
This commit is contained in:
parent
6e54c1af6c
commit
3ca647e428
1087 changed files with 132065 additions and 108499 deletions
|
|
@ -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',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue