Add scheduler.procurement.log

Re-organize the code, so that each module xxx_usability only depend on xxx
This commit is contained in:
Alexis de Lattre
2016-04-03 10:53:35 +02:00
parent ad786e892f
commit c7908c38ed
13 changed files with 209 additions and 128 deletions

View File

@@ -43,6 +43,10 @@ This module has been written by Alexis de Lattre from Akretion <alexis.delattre@
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['stock'],
'data': ['stock_view.xml'],
'data': [
'stock_view.xml',
'procurement_view.xml',
'security/ir.model.access.csv',
],
'installable': True,
}