When I uninstall a module, its tables are deleted from the DB.
Is there any way to avoid this behavior and don't lose the data?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
When I uninstall a module, its tables are deleted from the DB.
Is there any way to avoid this behavior and don't lose the data?
You might want to consider backuping the data before uninstalling the module and restoring the backup data when it's needed again. This would be a universal solution.
The other option is to leave the module installed and instead of uninstalling it, remove all access rights from users that are related to the module. I guess one option is just to hide the menu item. These options aren't good solutions with modules that somehow modify existing modules.
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
2
mai 21
|
9465 | ||
|
2
déc. 18
|
11754 | ||
|
1
mars 15
|
3897 | ||
|
1
mars 15
|
10736 | ||
|
1
nov. 16
|
3671 |
Can you please tell us more about your use case? Why do you want to keep the data? Would like to be able to reinstall the module and keep the data for that moment?
Hi Miku, yes, it is the idea, to be able to have the data if we ever decide to reinstall the module.