The proposal to merge lp:~openerp-dev/openobject-addons/6.0-opw-575178-msh into lp:openobject-addons/6.0 has been updated.
Description changed to: Hello, Fixed the issue of process view condition(Backport, there is a same issue in both version 6.0 as well as 6.1 in process module), here condition is not given the more priority then node state, if model_states are matched then process view will be shown in red background because if state is matched it will not go for checking condition. Condition must be given more priority, if condition on node is satisfied then and then it should go to check for state, if condition is not going to true then we should not check for state. This issue is faced when there is state check on node as well as condition on that node in process view, at that time state will be checked first instead of condition, if node satisfies the state then data['active'] will become true and it will not go to check condition. Hence changed the code to give more priority to condition. Thanks. For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-575178-msh/+merge/107765 -- https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-575178-msh/+merge/107765 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/6.0-opw-575178-msh. _______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp

