[MIG] sale_confirm_wizard from v10 to v14

This commit is contained in:
Alexis de Lattre
2021-10-01 21:10:54 +02:00
parent 74ff1b5cb5
commit b2eda2a23b
9 changed files with 23 additions and 24 deletions

View File

@@ -1,10 +1,10 @@
# -*- coding: utf-8 -*-
# © 2017 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
# Copyright 2017-2021 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': '10.0.1.0.0',
'version': '14.0.1.0.0',
'category': 'Sales',
'license': 'AGPL-3',
'summary': 'Open a wizard when you confirm a sale order to update important info',
@@ -31,7 +31,8 @@ This module has been written by Alexis de Lattre from Akretion
'depends': ['sale'],
'data': [
'wizard/sale_confirm_view.xml',
'sale_view.xml',
'views/sale_order.xml',
'security/ir.model.access.csv',
],
'installable': True,
}