Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
4 Trả lời
11239 Lượt xem

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?

Ảnh đại diện
Huỷ bỏ

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.

Câu trả lời hay nhất

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.

Ảnh đại diện
Huỷ bỏ

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.

Câu trả lời hay nhất

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
Ảnh đại diện
Huỷ bỏ

+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

Câu trả lời hay nhất

For v8.0, you may use :

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Within OpenERP, install the module "web_adblock".

Ảnh đại diện
Huỷ bỏ