Files
suite/account_rec_set_partner/__manifest__.py
Jared Kipe 5983964d65 NEW account_rec_set_partner Initial commit for 12.0
When processing a matching rule, can now fill the partner if desired.
2019-09-20 09:54:23 -07:00

20 lines
493 B
Python

{
'name': 'Reconcile Model Set Partner',
'version': '12.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,
}