Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
23
sale_order_price_recalculation/__manifest__.py
Executable file
23
sale_order_price_recalculation/__manifest__.py
Executable file
@@ -0,0 +1,23 @@
|
||||
# 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"],
|
||||
}
|
||||
Reference in New Issue
Block a user