| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Manufacturing (mrp)
• Inventory (stock) • Discuss (mail) |
| Community Apps Dependencies | Show |
| Lines of code | 831 |
| Technical Name |
do_undo_mrp |
| License | OPL-1 |
| Website | https://doincredible.com |
Undo Manufacturing Confirmation
Reverse an MO confirmation — freeing the component reservations.
Overview
Adds a safe, time-boxed Undo to Manufacturing Order confirmation. Because an MO's state is computed from its move states, the integrity-safe reverse of a confirmation is a cancel that frees the component reservations — done through the standard API, with a full audit trail. Once production has started, the standard Unbuild is offered instead.
The business problem
Confirming a manufacturing order reserves components and ties up stock. Reversing it cleanly — without leaving half-reserved moves — is fiddly because the MO state is derived, not set.
Features
Time-boxed Undo
An Undo button appears on the confirmed MO for a window you configure.
Frees reservations
Cancels the confirmation through the standard API, releasing reserved components.
Unbuild fallback
Once production has started, the standard Unbuild is offered instead.
Full audit trail
Every confirmation and undo is recorded for audit.
How it works
Confirm a manufacturing order.
Realise it was premature.
Click Undo Confirmation and confirm.
The order is cancelled and components are freed.
A closer look

The Undo button on a confirmed MO

The confirmation wizard

The audit trail for manufacturing orders

A complete audit record

Settings & time window
Supported editions
Odoo 19, Community and Enterprise. Depends only on Community apps — no Enterprise required.
Multi-company
Enable per company, set the window per company, and keep audit logs isolated by company with record rules.
Security
Two groups — Undo User and Undo Manager. Actions are tracked automatically; undoing requires explicit rights.
Configuration
Open Settings → Universal Undo: enable the feature, choose the time window (5 / 10 / 30 minutes or custom), require a reason, toggle the audit log and notifications, and pick which documents support undo.
FAQ
Why does it cancel instead of reset to draft?
An MO's state is computed from its moves, so a cancel that frees reservations is the integrity-safe ORM reverse of a confirmation.
What if production has started?
Undo is refused and the standard Unbuild is offered for completed orders.
Does it modify Odoo core?
No. It layers on mrp.production through inheritance only.
Undo Manufacturing Confirmation
Part of the Universal Undo family by Do Incredible.
Support: https://doincredible.com · info@doincredible.com
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Manufacturing (mrp)
• Inventory (stock) • Discuss (mail) |
| Community Apps Dependencies | Show |
| Lines of code | 831 |
| Technical Name |
do_undo_mrp |
| License | OPL-1 |
| Website | https://doincredible.com |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module