Skip to content

Commit

Permalink
[FIX]-Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
hieulucky111 committed Jan 9, 2018
1 parent 80fc80b commit 9492ca0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions disable_odoo_online/README.rst
Expand Up @@ -2,9 +2,9 @@
:target: https://www.gnu.org/licenses/agpl
:alt: License: AGPL-3

==================
========================
Remove odoo.com Bindings
==================
========================

This module deactivates all bindings to odoo.com that come with the standard
code:
Expand All @@ -23,7 +23,7 @@ Bug Tracker
===========

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
<https://github.com/OCA/server-brand/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smashing it by providing a detailed and welcomed feedback.

Expand Down
2 changes: 1 addition & 1 deletion disable_odoo_online/data/ir_cron.xml
Expand Up @@ -2,7 +2,7 @@
<odoo>

<record id="mail.ir_cron_module_update_notification" model="ir.cron">
<field name="active" eval="False" />
<field name="active" eval="True" />
</record>

</odoo>

0 comments on commit 9492ca0

Please sign in to comment.