mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
20 lines
493 B
Python
20 lines
493 B
Python
{
|
|
'name': 'Reconcile Model Set Partner',
|
|
'version': '14.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,
|
|
}
|