diff --git a/mrp_usability/__openerp__.py b/mrp_usability/__openerp__.py index e1524b3..d30252d 100644 --- a/mrp_usability/__openerp__.py +++ b/mrp_usability/__openerp__.py @@ -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 . """, 'author': 'Akretion', 'website': 'http://www.akretion.com', 'depends': ['mrp'], - 'data': [], + 'data': ['mrp_view.xml'], 'installable': True, } diff --git a/mrp_usability/mrp_view.xml b/mrp_usability/mrp_view.xml new file mode 100644 index 0000000..30d2703 --- /dev/null +++ b/mrp_usability/mrp_view.xml @@ -0,0 +1,26 @@ + + + + + + + + usability.mrp.production.form + mrp.production + + + + 0 + + + 0 + + + + + +