[MIG] sale_usability_akretion: migrate to v18

This commit is contained in:
Alexis de Lattre
2024-12-31 10:38:09 +01:00
parent bdf4a527de
commit b51c1ff7d9
16 changed files with 34 additions and 115 deletions

View File

@@ -1,10 +1,10 @@
# Copyright 2014-2022 Akretion (http://www.akretion.com)
# Copyright 2014-2024 Akretion (https://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': '16.0.1.0.0',
'version': '18.0.1.0.0',
'category': 'Sales',
'license': 'AGPL-3',
'summary': 'Usability improvements on sale module',
@@ -17,12 +17,10 @@
],
'data': [
'views/sale_order.xml',
'views/product_category.xml',
'views/sale_report.xml',
'views/product_pricelist_item.xml',
'views/account_move.xml',
'views/res_company.xml',
"views/res_partner.xml",
'views/res_company.xml',
],
'installable': False,
'installable': True,
}