跳至内容
菜单
此问题已终结
4 回复
11236 查看

We have installed OpenERP on our dedicated server. Once we login to openerp we see the following message on the top of the screen.

Your OpenERP is not supported - Upgrade Or Register Your Contract Here.

How can we remove this?

We have seen the following addon but have no idea on how to properly install it :( https:// www (dot) bitbucket.org/BizzAppDev/oerp_no_phoning_home

Are there any tutorials available?

形象
丢弃

Download https://code.launchpad.net/~ruchir.shukla/+junk/misc_modules_7.0 (bzr branch lp:~ruchir.shukla/+junk/misc_modules_7.0), copy to addons folder, chown, update modules and inastall new module. No more App menu and ask to regisater or pay.

最佳答案

Dear Marty,

Please find go through this link: https://www.openerp.com/apps/7.0/web_adblock/

  1. Download this Module.
  2. Place this under web/addons folder
  3. Login to OpenERP.
  4. Update your Module list under Settings
  5. Install this Module.

This will disable the Message.

形象
丢弃

It works! Thank you

This module is now available through the OpenERP module installation interface.

Is it working also in Version 8 as this message really chases away customers as they always start talking about Vendor Login

I am sorry, but buying basic support has nothing to do with vendor lock-in.

最佳答案

Your may simply change the addons/mail/static/src/js/announcement.js file :

echo "openerp_announcement = function(instance) {};" >> addons/mail/static/src/js/announcement.js
形象
丢弃

+1 for the quick fix, even though a module to make it more permanent across updates is generally the way to go.

See http://help.openerp.com/question/39171/what-is-this-new-message-your-openerp-is-not-supported-upgrade-now-on-last-build-of-v7/ for a complete module

最佳答案

For v8.0, you may use :

https://www.odoo.com/apps/modules/8.0/disable_openerp_online/
 

形象
丢弃
最佳答案

Within OpenERP, install the module "web_adblock".

形象
丢弃