24 lines
931 B
Python
Executable File
24 lines
931 B
Python
Executable File
# Copyright 2014 Carlos Sánchez Cifuentes <csanchez@grupovermon.com>
|
|
# Copyright 2015-2020 Tecnativa - Pedro M. Baeza
|
|
# Copyright 2015 Oihane Crucelaegui <oihanecrucelaegi@avanzosc.es>
|
|
# Copyright 2016 Vicent Cubells <vicent.cubells@tecnativa.com>
|
|
# Copyright 2017 David Vidal <david.vidal@tecnativa.com>
|
|
# Copyright 2018 Duc Dao Dong <duc.dd@komit-consulting.com>
|
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
|
{
|
|
"name": "Price recalculation in sales orders",
|
|
"summary": "Recalculate prices / Reset descriptions on sale order lines",
|
|
"version": "18.0.1.0.0",
|
|
"category": "Sales Management",
|
|
"website": "https://github.com/OCA/sale-workflow",
|
|
"author": "AvanzOSC,"
|
|
"Grupo Vermon,"
|
|
"Tecnativa,"
|
|
"Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": ["sale"],
|
|
"data": ["views/sale_order_view.xml"],
|
|
}
|