← Back to team overview

openerp-india team mailing list archive

[Bug 1026961] Re: base_action_rule: "sequence" is ignored for rule execution order

 

The branch lp:~openerp-dev/openobject-addons/trunk-base-action-rule-api
incidentally fixes this issue.  The rules are retrieved by a regular
call to search(), which returns the rule ids in the right order (by
sequence).

** Branch linked: lp:~openerp-dev/openobject-addons/trunk-base-action-
rule-api

** Changed in: openobject-addons
       Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1026961

Title:
  base_action_rule: "sequence" is ignored for rule execution order

Status in OpenERP Addons (modules):
  Fix Committed

Bug description:
  If several rules are created for the same model, the execution order
  could be relevant. Sequence field seems to be the for this, but it's
  not used to order the rules to be executed.

  This can be confirmed in http://bazaar.launchpad.net/~openerp
  /openobject-
  addons/trunk/view/head:/base_action_rule/base_action_rule.py, at
  methods post_action() and _check().

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1026961/+subscriptions


References