mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-23 17:22:00 +02:00
19.0 vanilla
This commit is contained in:
parent
ba20ce7443
commit
768b70e05e
2357 changed files with 1057103 additions and 712486 deletions
|
|
@ -8,28 +8,37 @@
|
|||
'depends': ['account', 'payment'],
|
||||
'auto_install': ['account'],
|
||||
'data': [
|
||||
'data/ir_config_parameter.xml',
|
||||
|
||||
'security/ir.model.access.csv',
|
||||
'security/ir_rules.xml',
|
||||
|
||||
'views/account_payment_menus.xml',
|
||||
'views/account_portal_templates.xml',
|
||||
'views/payment_templates.xml',
|
||||
'views/account_move_views.xml',
|
||||
'views/account_journal_views.xml',
|
||||
'views/account_payment_views.xml',
|
||||
'views/payment_form_templates.xml',
|
||||
'views/payment_provider_views.xml',
|
||||
'views/payment_transaction_views.xml',
|
||||
|
||||
'wizards/account_payment_register_views.xml',
|
||||
'wizards/payment_link_wizard_views.xml',
|
||||
'wizards/payment_refund_wizard_views.xml',
|
||||
'wizards/res_config_settings_views.xml',
|
||||
],
|
||||
'assets': {
|
||||
'web.assets_unit_tests': [
|
||||
'web/static/src/legacy/js/public/minimal_dom.js',
|
||||
'account_payment/static/src/interactions/**/*',
|
||||
'account_payment/static/tests/interactions/**/*',
|
||||
],
|
||||
'web.assets_frontend': [
|
||||
'account_payment/static/src/js/payment_form.js',
|
||||
'account_payment/static/src/interactions/**/*',
|
||||
],
|
||||
},
|
||||
'post_init_hook': 'post_init_hook',
|
||||
'uninstall_hook': 'uninstall_hook',
|
||||
'author': 'Odoo S.A.',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue