Skip to content

Instantly share code, notes, and snippets.

@florentx
Last active December 19, 2015 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save florentx/5918226 to your computer and use it in GitHub Desktop.
Save florentx/5918226 to your computer and use it in GitHub Desktop.
This is for OpenERP 6.1 -- Of course the spyware is mutating in each version ... moved to the "mail" addon in 7.0 it seems.
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<!-- Disable the spyware - OpenERP 6.1 :-) -->
<record id="base.ir_cron_ping_scheduler" model="ir.cron">
<field eval="False" name="active"/>
</record>
</data>
</openerp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment