odoo/addons/base_action_rule
Olivier Dony 48e5f7b773 [FIX] base_action_rule: dumb patch to avoid repeated calls to related cron task
base.action.rule uses a trick to piggyback on the
first execution of ir.cron's poolJobs() to register
its ORM hooks. It was currently doing that every
single time poolJobs() was called, leading to
incessant querying the ORM objects for which a
base action rule exist. 
Now it will do it only once, and then respect the
scheduled executions.
Soon this mechanism will be removed and replaced
by a proper event handler for some 'ORM finished init'
event, to be fired by the server.

bzr revid: odo@openerp.com-20110624102419-safqqq1hcc5v1tau
2011-06-24 12:24:19 +02:00
..
i18n Launchpad automatic translations update. 2011-06-01 04:38:09 +00:00
security [IMP] access rights cleaning 2010-10-16 18:47:09 +02:00
__init__.py [ADD] base_action_rule: new module to define diffrent actions for any objects 2010-02-15 20:12:24 +05:30
__openerp__.py [MERGE] Resynchronized with trunk. 2011-03-25 11:24:13 +01:00
base_action_rule.py [FIX] base_action_rule: dumb patch to avoid repeated calls to related cron task 2011-06-24 12:24:19 +02:00
base_action_rule_data.xml [IMP]: base_action_rule: Improvement for field 'name' + fix for trg_state_to 2010-07-26 14:50:14 +05:30
base_action_rule_view.xml [MERGE] my-addons 2011-02-14 17:32:31 +01:00