PORT v12 mrp_usability

This commit is contained in:
David Beal
2019-03-26 10:01:46 +01:00
parent 8e4798dbfc
commit 71e30f2872
10 changed files with 591 additions and 58 deletions

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# © 2015-2016 Akretion (http://www.akretion.com)
# @author Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
@@ -6,29 +5,16 @@
{
'name': 'MRP Usability',
'version': '10.0.1.0.1',
'version': '12.0.1.0.0',
'category': 'Manufacturing',
'license': 'AGPL-3',
'summary': 'Usability improvements on manufacturing',
'description': """
MRP Usability
=============
Small usability improvements on MRP:
* order by id desc
* show field date_start and date_finished on mrp.production form view
* show more fields on stock move form
* show bom type in tree view + add group by
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': ['mrp_view.xml'],
'data': [
'mrp_view.xml',
'report/mrp_report.xml'
],
'installable': True,
}