Ir al contenido
Menú
Se marcó esta pregunta
4 Respuestas
11241 Vistas

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?

Avatar
Descartar

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.

Mejor respuesta

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.

Avatar
Descartar

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.

Mejor respuesta

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
Avatar
Descartar

+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

Mejor respuesta

For v8.0, you may use :

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

Avatar
Descartar
Mejor respuesta

Within OpenERP, install the module "web_adblock".

Avatar
Descartar