[REF] Improvement of the module structure according to OCA's guideline

This commit is contained in:
Renato Lima
2020-09-04 18:53:45 -03:00
parent 0ae76be885
commit a8db6c5087
5 changed files with 9 additions and 2 deletions

View File

@@ -21,6 +21,8 @@ Base Partner Reference
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['base'],
'data': ['partner_view.xml'],
'data': [
'views/partner.xml',
],
'installable': True,
}