[MIG] purchase_stock_usability to v14

This commit is contained in:
Alexis de Lattre
2021-02-03 18:47:44 +01:00
parent f30bf4791a
commit 771001ca2e
4 changed files with 12 additions and 12 deletions

View File

@@ -1,10 +1,10 @@
# Copyright (C) 2014-2019 Akretion (http://www.akretion.com)
# Copyright (C) 2014-2021 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': 'Purchase Stock Usability',
'version': '12.0.1.0.0',
'version': '14.0.1.0.0',
'category': 'Purchases',
'license': 'AGPL-3',
'summary': 'Usability improvements on purchase_stock module',
@@ -23,7 +23,7 @@ Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com> for
'purchase_usability',
],
'data': [
'stock_view.xml',
'views/stock_picking.xml',
],
'installable': False,
'installable': True,
}