From 6502ec2af88f6b6a8d2780f179144ceec1378550 Mon Sep 17 00:00:00 2001 From: Raphael Collet Date: Fri, 21 Dec 2012 15:23:33 +0100 Subject: [PATCH] [IMP] base_action_rule: typo bzr revid: rco@openerp.com-20121221142333-ml6saych44rl99ok --- addons/base_action_rule/base_action_rule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/base_action_rule/base_action_rule.py b/addons/base_action_rule/base_action_rule.py index 1a3a1f4fc74..0e98cd5e975 100644 --- a/addons/base_action_rule/base_action_rule.py +++ b/addons/base_action_rule/base_action_rule.py @@ -189,7 +189,7 @@ class base_action_rule(osv.osv): def _register_hook(self, cr, ids=None): """ Wrap the methods `create` and `write` of the models specified by - the rules given by `ids` (or all existing rules if `ids` is `Ǹone`.) + the rules given by `ids` (or all existing rules if `ids` is `None`.) """ if ids is None: ids = self.search(cr, SUPERUSER_ID, [])