[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

@@ -1 +1,3 @@
from . import partner # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import models

View File

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

View File

@@ -0,0 +1,3 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import partner