My requirement is that if anyone install my module in openerp gtk-client after that he/she can't uninstall that module in current database.Consider database name as 'XYZ'.
|
feedback
|
|
To uninstall a module, you can go to Administration / Modules / Modules... search and open your module. Then, there is a "uninstall" button to uninstall your module. However, it's a Beta version of the functionnality. I've never had a problem yet. EDIT: According to your comment, the only way to do that is to specify a security file to prevent a user can go into the administration menu. | |||||
feedback
|
|
As I recall, the use control module could not be uninstalled. There was a big discussion about it in this bug, and it's since been removed from the extra addons branch. You could poke around in the source code to figure out what it was doing to be so nasty. | |||
|
feedback
|
|
I found a solution by inheriting the | ||||
|
feedback
|
|
Not quite what you asked, but you could maybe configure openerp.py to:
In this way, you are guaranteed that your module will be installed, and not uninstallable. | |||
|
feedback
|