26 lines
741 B
Python
26 lines
741 B
Python
# 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": "14.0.1.0.0",
|
|
"category": "Sales",
|
|
"license": "AGPL-3",
|
|
"summary": "Usability improvements on sale module",
|
|
"author": "Akretion",
|
|
"website": "https://github.com/OCA/odoo-usability",
|
|
"depends": [
|
|
"sale",
|
|
"base_view_inheritance_extension",
|
|
],
|
|
"data": [
|
|
"views/sale_order.xml",
|
|
"views/product_category.xml",
|
|
"views/sale_report.xml",
|
|
"views/product_pricelist_item.xml",
|
|
"views/account_move.xml",
|
|
],
|
|
"installable": True,
|
|
}
|