[REF] Organized files

This commit is contained in:
Renato Lima
2019-07-17 15:39:46 -03:00
committed by Renato
parent a75e14dc8d
commit f4f99647d2
7 changed files with 7 additions and 4 deletions

View File

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

View File

@@ -24,10 +24,10 @@ This module has been written by Alexis de Lattre from Akretion <alexis.delattre@
'website': 'http://www.akretion.com', 'website': 'http://www.akretion.com',
'depends': ['mrp'], 'depends': ['mrp'],
'data': [ 'data': [
'mrp_view.xml', 'security/mrp_average_cost_security.xml',
'mrp_data.xml',
'security/labour_cost_profile_security.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'data/mrp_data.xml',
'views/mrp_view.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 mrp