Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 282 |
Technical Name |
alnas_clear_data |
License | LGPL-3 |
Website | https://github.com/alienyst |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 282 |
Technical Name |
alnas_clear_data |
License | LGPL-3 |
Website | https://github.com/alienyst |
Simple Clear Data
Help you to clear data from a model.

Installation
To install this module:
- Download the module and place it in Odoo Custom Addons folder.
- Restart Odoo Server
- Go to Odoo UI and Enable Debug Mode then open the Apps menu.
- Refresh the list by clicking Update Apps List. Finally, you will see 'Simple Clear Data' module and click the Install button.
Configuration
Navigate to Users and assign the permission Clear Data Access to the intended user.
How To Use
- Go to Settings => Technical => Clear Data => Clear Data Transaction
- Choose Model
- Click Clear button
Notes
Some Odoo models have additional constraints that prevent direct deletion if dependent records still exist.
If you receive an error while deleting a model (for example, stock.picking
), remove the related records first, such as:
- For
stock.picking
â deletestock.move
andstock.move.line
. Once the dependent data is cleared, you can rerun the wizard to remove the main record.
We welcome any feedback and suggestions, especially for improving this module. Thank you!
Please log in to comment on this module