mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
24 lines
603 B
Python
24 lines
603 B
Python
{
|
|
'name': 'Account Invoice Change - Analytic',
|
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
|
'version': '12.0.1.0.0',
|
|
'category': 'Accounting',
|
|
'sequence': 95,
|
|
'summary': 'Change Analytic Account on Invoice.',
|
|
'description': """
|
|
Adds fields and functionality to change the analytic account on all invoice lines
|
|
and subsequent documents.
|
|
|
|
""",
|
|
'website': 'https://hibou.io/',
|
|
'depends': [
|
|
'account_invoice_change',
|
|
'analytic',
|
|
],
|
|
'data': [
|
|
'wizard/invoice_change_views.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
}
|