[MIG] sale_usability to v14 (with up-ports from v10)

This commit is contained in:
Alexis de Lattre
2020-12-02 15:12:41 +01:00
parent e505e7e07f
commit 44a4f795d0
16 changed files with 177 additions and 222 deletions

View File

@@ -1,10 +1,10 @@
# Copyright 2014-2019 Akretion (http://www.akretion.com)
# Copyright 2014-2020 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': 'Sale Usability',
'version': '12.0.1.0.0',
'version': '14.0.1.0.0',
'category': 'Sales',
'license': 'AGPL-3',
'summary': 'Usability improvements on sale module',
@@ -15,10 +15,11 @@
'base_view_inheritance_extension',
],
'data': [
'sale_view.xml',
'sale_report_view.xml',
'product_view.xml',
'account_invoice_view.xml',
'views/sale_order.xml',
'views/product_category.xml',
'views/sale_report.xml',
'views/product_pricelist_item.xml',
'views/account_move.xml',
],
'installable': False,
'installable': True,
}