Improve mrp_usability

This commit is contained in:
Alexis de Lattre
2016-02-26 16:15:32 +01:00
committed by David Beal
parent 3bd50e49eb
commit 8dc9fdcfa0
2 changed files with 32 additions and 2 deletions

View File

@@ -31,13 +31,17 @@
MRP Usability
=============
Small usability improvements on MRP.
Small usability improvements on MRP:
* order by id desc
* show date start and date finished on production order form view
This module has been written by Alexis de Lattre from Akretion <alexis.delattre@akretion.com>.
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['mrp'],
'data': [],
'data': ['mrp_view.xml'],
'installable': True,
}