Skip to content

Commit

Permalink
fixup! [REF] module_auto_update: Step 3, backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo committed Mar 20, 2018
1 parent 2d4a737 commit e3ffa9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module_auto_update/wizards/module_upgrade_deprecated.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ def upgrade_module(self):
"You are possibly using an unsupported upgrade system; "
"set '%s' system parameter to '0' and start calling "
"`env['ir.module.module'].upgrade_changed_checksum()` from "
"now on to get rid of this message. See module's README for "
"further information on the matter."
"now on to get rid of this message. See module's README's "
"Known Issues section for further information on the matter."
)
# Compute updates by checksum when called in @api.model fashion
self.env.cr.autocommit(True) # Avoid transaction lock
Expand Down

0 comments on commit e3ffa9d

Please sign in to comment.