[REF] Organized files
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
3
mrp_average_cost/models/__init__.py
Normal file
3
mrp_average_cost/models/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
|
from . import mrp
|
||||||
Reference in New Issue
Block a user