Skip to Content
Menu
This question has been flagged
1 Reply
9199 Views

 I have developed one custom module  in odoo 12. I want to delete all module related sample data from odoo when uninstall the module. I have added some row in ir_config_parameter . i want to remove that row when uninstall

Please help

Thank You

Avatar
Discard
Best Answer

You will need to write a unnstall hook.

Look at the uninstall hook related portion of this:

https://www.odoo.com/documentation/12.0/reference/module.html

Avatar
Discard
Related Posts Replies Views Activity
9
Nov 15
7603
0
Oct 19
4467
2
Jul 25
508
2
Dec 23
1711
3
Oct 23
8846