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

@@ -37,7 +37,9 @@ This module has been written by Alexis de Lattre from Akretion <alexis.delattre@
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['sale_stock'],
'data': ['procurement_view.xml'],
'depends': ['procurement'],
'data': [
'procurement_view.xml',
],
'installable': True,
}