[MIG] mrp_usability to v16

This commit is contained in:
Alexis de Lattre
2022-10-27 22:23:25 +02:00
parent 71ebe2adea
commit bbb0cb17f7
6 changed files with 21 additions and 22 deletions

View File

@@ -1,10 +1,10 @@
# Copyright 2015-2020 Akretion (http://www.akretion.com)
# Copyright 2015-2022 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).
{
'name': 'MRP Usability',
'version': '14.0.1.0.0',
'version': '16.0.1.0.0',
'category': 'Manufacturing',
'license': 'AGPL-3',
'summary': 'Usability improvements on manufacturing',
@@ -14,7 +14,8 @@
'data': [
'views/mrp_production.xml',
'views/product_template.xml',
'views/stock_move.xml',
# 'report/mrp_report.xml' # TODO
],
'installable': False,
'installable': True,
}