Files
odoo-usability/sale_usability_akretion/__manifest__.py
2024-12-31 10:38:09 +01:00

27 lines
789 B
Python

# 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': '18.0.1.0.0',
'category': 'Sales',
'license': 'AGPL-3',
'summary': 'Usability improvements on sale module',
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': [
'sale',
'account_usability_akretion', # for company view
'base_view_inheritance_extension',
],
'data': [
'views/sale_order.xml',
'views/sale_report.xml',
'views/product_pricelist_item.xml',
'views/account_move.xml',
'views/res_company.xml',
],
'installable': True,
}