[MIG] purchase_usability to v16

This commit is contained in:
Alexis de Lattre
2022-10-27 21:57:19 +02:00
parent a9292506ae
commit 367cb1af93
6 changed files with 45 additions and 108 deletions

View File

@@ -1,10 +1,10 @@
# Copyright (C) 2014-2020 Akretion (http://www.akretion.com)
# Copyright 2014-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': 'Purchase Usability',
'version': '14.0.1.0.0',
'version': '16.0.1.0.0',
'category': 'Purchases',
'license': 'AGPL-3',
'summary': 'Usability improvements on purchase module',
@@ -16,5 +16,5 @@
'views/purchase_report.xml',
'views/account_move.xml',
],
'installable': False,
'installable': True,
}