[MIG] sale_usability to v16

This commit is contained in:
Alexis de Lattre
2022-10-30 23:44:09 +01:00
parent 5c14e3199e
commit fbdf814cb0
14 changed files with 69 additions and 146 deletions

View File

@@ -1,10 +1,10 @@
# Copyright 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': 'Sale Usability',
'version': '14.0.1.0.0',
'version': '16.0.1.0.0',
'category': 'Sales',
'license': 'AGPL-3',
'summary': 'Usability improvements on sale module',
@@ -12,8 +12,8 @@
'website': 'http://www.akretion.com',
'depends': [
'sale',
'account_usability', # for company view
'base_view_inheritance_extension',
# 'account_usability', # for company view
# 'base_view_inheritance_extension',
],
'data': [
'views/sale_order.xml',
@@ -21,10 +21,10 @@
'views/sale_report.xml',
'views/product_pricelist_item.xml',
'views/account_move.xml',
'views/res_company.xml',
# 'views/res_company.xml', TODO uncomment once account_usa is ported
"views/res_partner.xml",
'wizards/sale_invoice_discount_all_lines_view.xml',
'security/ir.model.access.csv',
],
'installable': False,
'installable': True,
}