[MIG] base_usability to v16

This commit is contained in:
Alexis de Lattre
2022-10-26 22:03:36 +02:00
parent 9aac933dcb
commit 4f13432bdc
14 changed files with 31 additions and 27 deletions

View File

@@ -1,10 +1,10 @@
# Copyright 2014-2020 Akretion France (http://www.akretion.com)
# Copyright 2014-2022 Akretion France (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': 'Base Usability',
'version': '14.0.1.0.0',
'version': '16.0.1.0.0',
'category': 'Partner',
'license': 'AGPL-3',
'summary': 'Better usability in base module',
@@ -22,5 +22,5 @@
'views/ir_sequence.xml',
'views/ir_property.xml',
],
'installable': False,
'installable': True,
}