Browse Source

[REF] disable_openerp_online: Fix anomalous backslash in string: '\P'

pull/256/head
Moises Lopez - https://www.vauxoo.com/ 9 years ago
parent
commit
606a8f9f03
  1. 2
      disable_openerp_online/__openerp__.py

2
disable_openerp_online/__openerp__.py

@ -29,7 +29,7 @@ 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
* 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

Loading…
Cancel
Save