Add logging on start/end of procurement scheduler

This commit is contained in:
Alexis de Lattre
2015-02-17 11:31:39 +01:00
parent 189c3062f0
commit 1b591a83ca
3 changed files with 44 additions and 1 deletions

View File

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