Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Sales
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 08:42:48
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Weblate, OCA-git-bot, oca-ci, Arnau
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows the removal of sale order lines even after the order
has been confirmed, under certain conditions. Specifically, a sale order
line can be removed if:

- It has not been invoiced.
- It has not been delivered.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form_sale res.config.settings.view.form.inherit.sale.order.line.remove res.config.settings form Inherits sale.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • restrict_sale_order_line_remove Boolean
    config_parameter='sale.order.line.remove' help='Allow removing confirmed sale order lines only if they are not invoiced or delivered.' args: 'Allow Sale Order Line Remove'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • unlink(self)

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
125 days ago
Last activity
15 days ago
Repository
OCA/sale-workflow
Pull request
[19.0][MIG] sale_order_line_remove: Migration to 19.0 (#4287)