跳至內容
選單
此問題已被標幟
1 回覆
3589 瀏覽次數

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.

頭像
捨棄
最佳答案

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.

頭像
捨棄