17 lines
632 B
Python
Executable File
17 lines
632 B
Python
Executable File
# 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,
|
|
}
|