Files
suite/account_rec_set_partner/__manifest__.py
2022-01-05 10:51:33 -08:00

20 lines
493 B
Python

{
'name': 'Reconcile Model Set Partner',
'version': '15.0.1.0.0',
'author': 'Hibou Corp. <hello@hibou.io>',
'category': 'Accounting',
'summary': 'Reconcile Model can now set the Partner when matched.',
'description': """
Reconcile Model can now set the Partner when matched.
""",
'website': 'https://hibou.io/',
'depends': [
'account',
],
'data': [
'views/account_views.xml',
],
'installable': True,
'auto_install': False,
}