Repository
OCA/server-tools · module folder · Try on Runboat
Module version
1.1.0
Category
Folder size
0.09 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-21 16:23:50
Authors
Odoo Community Association (OCA), Therp BV
Maintainers
Odoo Community Association (OCA), Therp BV
Committers
Yannick Vaucher, Stéphane Bidoul, Alexandre Fayolle, Holger Brunn, Daniel Reis, Stéphane Bidoul (ACSONE), Moises Lopez - https://www.vauxoo.com/, Weblate, OCA Transbot, Jonathan Nemry, oca-travis
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
None
Description
This module deactivates all bindings to openerp.com that
come with the standard code:

* update notifier code is deactivated and the function is overwritten
* apps and updates menu items in settings are hidden inside Tools\Parameters
* help and account menu items in user menu are removed
* prevent lookup of OPW for current database uuid and resulting
  'unsupported' warning
    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
assets_backend disable_openerp_online assets ir.ui.view qweb Inherits web.assets_backend
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • update_notification(self, cr, uid, ids, cron_mode=True, context=None)

Loading…