Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
16
sale_order_line_remove/__manifest__.py
Executable file
16
sale_order_line_remove/__manifest__.py
Executable file
@@ -0,0 +1,16 @@
|
||||
# Copyright 2023 ForgeFlow, S.L. (https://www.forgeflow.com)
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
{
|
||||
"name": "Sale Order Line Remove",
|
||||
"version": "18.0.1.0.0",
|
||||
"category": "Sales",
|
||||
"summary": "Allows removal of sale order lines from confirmed "
|
||||
"orders if not invoiced or received",
|
||||
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/sale-workflow",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["sale_stock", "sale_management"],
|
||||
"data": ["views/res_config_settings_views.xml"],
|
||||
"installable": True,
|
||||
"application": False,
|
||||
}
|
||||
Reference in New Issue
Block a user