Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3586 Widoki

I have ERP server installed and few database running for customers , one of my client wann to install a custom module in the server , but he dont wann other to see it nd install as  the module is prepaired according to their company . 

The problem is all my 10 customers i have  one instance running and  filtered the DB according to their subdomain name . 

Now how to achive this , is their a way to allow custom module for specific custome DB.

Awatar
Odrzuć
Najlepsza odpowiedź

One solution might be to add custom installer for your module and have a password to allow installation.

Another one might be to have your module require an empty module that basicly acts like a key that you can delete after having installed it for your customers. OpenERP will complain about the missing module, but since it has no functionality in it, won't be much trouble.

Awatar
Odrzuć