mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
21 lines
447 B
Python
Executable File
21 lines
447 B
Python
Executable File
{
|
|
'name': 'Account Payment Electronic',
|
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
|
'category': 'Hidden',
|
|
'version': '12.0.1.0.0',
|
|
'description':
|
|
"""
|
|
Register Electronic Payments
|
|
============================
|
|
|
|
Adds the payment token mechanism onto stock 'Register Payment' Wizard.
|
|
""",
|
|
'depends': [
|
|
'payment',
|
|
],
|
|
'auto_install': False,
|
|
'data': [
|
|
'views/account_views.xml',
|
|
],
|
|
}
|