| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Discuss (mail) |
| Community Apps Dependencies | Show |
| Lines of code | 850 |
| Technical Name |
do_undo_stock |
| License | OPL-1 |
| Website | https://doincredible.com |
Undo Inventory Validation
Reverse a validated transfer the safe way — with a standard Return.
Overview
Adds a safe Undo entry point to validated stock transfers. A validated transfer is terminal in Odoo and cannot be un-validated without corrupting stock, so this app records the validation for audit and, on Undo, offers the integrity-preserving standard Return instead — never a raw quant edit.
The business problem
Validating a delivery or receipt too soon moves stock and updates valuation. There is no safe way to simply un-validate it, and editing quants directly to “fix” it corrupts your inventory.
Features
Validation tracked
Each validated transfer is recorded for audit within your undo window.
Safe Return offered
Undo opens the standard Return wizard — the integrity-preserving way to reverse a movement.
No stock corruption
Quants and valuation are never edited directly; only standard moves change stock.
Full audit trail
Every validation and reversal is recorded for audit.
How it works
Validate a transfer — it becomes Done.
Realise it was too soon.
Click Undo Validation.
Create the standard Return to reverse the movement.
A closer look

The Undo button on a validated transfer

The safe-reversal wizard (Return)

The audit trail for transfers

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
Can it un-validate a done transfer?
No — that would corrupt stock. It offers the standard Return instead, which is the correct, safe reversal.
Does it touch quants?
Never. Only standard stock moves (the Return) change inventory.
Does it modify Odoo core?
No. It layers on stock.picking through inheritance only.
Undo Inventory Validation
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 |
•
Inventory (stock)
• Discuss (mail) |
| Community Apps Dependencies | Show |
| Lines of code | 850 |
| Technical Name |
do_undo_stock |
| 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