odoo/addons/base_action_rule
Sandy Carter 1661cf53e9 [FIX] base_action_rule: Make sure model exists before trying to wrap hooks
In certain cases, before running an update unregistered models will try to
register hooks. Trying to wrap create and write on these will cause
AttributeError on model_obj which would be None

Signed-off-by: Sandy Carter <sandy.carter@savoirfairelinux.com>
2014-10-30 10:02:04 +01:00
..
i18n [I18N] Update 7.0 translations with latest changes on Launchpad 2014-08-14 03:38:58 +02:00
security [FIX] base_action_rule: even test models need access rules (avoid warning) 2013-11-08 22:54:51 +01:00
tests [MERGE] lp:~c2c/openobject-addons/trunk-trg_dates-base_action-rule-20120510 2012-12-21 12:39:57 +01:00
__init__.py [IMP] Base Action Rule (only filter conditions) 2012-11-28 10:29:28 +01:00
__openerp__.py [IMP] emoving bad code, no invitation system on events 2012-09-26 14:16:27 +02:00
base_action_rule.py [FIX] base_action_rule: Make sure model exists before trying to wrap hooks 2014-10-30 10:02:04 +01:00
base_action_rule_data.xml [FIX] base_action_rule: automatic commit during background processing of rules 2014-06-11 18:42:18 +02:00
base_action_rule_view.xml [FIX] base_action_rule: no domain on user_id=False on filters because it pollutes the filters of everyone 2013-03-20 13:15:49 +01:00
test_models.py [IMP] Base Action Rule (only filter conditions) 2012-11-28 10:29:28 +01:00