[MIG] sale_confirm_wizard and sale_quotation_title

Update sale_usability to take advantage of base_view_inheritance_extension in v16
This commit is contained in:
Alexis de Lattre
2022-12-08 08:40:53 +01:00
parent 767c6a7fd9
commit 6d69bc659e
8 changed files with 30 additions and 40 deletions

View File

@@ -1,10 +1,10 @@
# Copyright 2017-2021 Akretion France (http://www.akretion.com/)
# Copyright 2017-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': 'Sale Confirm Wizard',
'version': '14.0.1.0.0',
'version': '16.0.1.0.0',
'category': 'Sales',
'license': 'AGPL-3',
'summary': 'Open a wizard when you confirm a sale order to update important info',
@@ -34,5 +34,5 @@ This module has been written by Alexis de Lattre from Akretion
'views/sale_order.xml',
'security/ir.model.access.csv',
],
'installable': False,
'installable': True,
}