mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
20 lines
452 B
Python
20 lines
452 B
Python
{
|
|
'name': 'Payment Analytic',
|
|
'version': '11.0.1.0.0',
|
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
|
'category': 'Accounting',
|
|
'summary': 'Record Analytic Account on Payment',
|
|
'description': """
|
|
Record Analytic Account on Payment
|
|
""",
|
|
'website': 'https://hibou.io/',
|
|
'depends': [
|
|
'account',
|
|
],
|
|
'data': [
|
|
'views/account_payment_views.xml',
|
|
],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
}
|