Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
20
sale_order_general_discount/__manifest__.py
Executable file
20
sale_order_general_discount/__manifest__.py
Executable file
@@ -0,0 +1,20 @@
|
||||
# Copyright 2018 Tecnativa - Sergio Teruel
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
"name": "Sale Order General Discount",
|
||||
"summary": "General discount per sale order",
|
||||
"version": "18.0.1.0.0",
|
||||
"development_status": "Production/Stable",
|
||||
"category": "Sales",
|
||||
"website": "https://github.com/OCA/sale-workflow",
|
||||
"author": "Tecnativa, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"application": False,
|
||||
"installable": True,
|
||||
"depends": ["sale"],
|
||||
"data": [
|
||||
"views/product_view.xml",
|
||||
"views/sale_order_view.xml",
|
||||
"views/res_partner_view.xml",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user