Legal name in report header

This commit is contained in:
Alexis de Lattre
2017-02-01 12:08:38 +01:00
parent ea20effa7e
commit e353cdcad1
3 changed files with 17 additions and 2 deletions

View File

@@ -21,7 +21,8 @@ This module adds 2 fields on the Company :
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['base'],
# I depend on base_usability only for _report_company_legal_name()
'depends': ['base_usability'],
'data': ['company_view.xml'],
'installable': True,
}