PORT v12 mrp_usability
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user