Comment 2 for bug 551664

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Hi guys, sorry for the interruption,but I have come across a serious problem when the context or domain contains any field of the source model.

You may try to install account_voucher module and have a go.

The current fix is only valid in the case of domain="[('section_id','=', ref('my_module.my_id'))]".
But it can fail with a shout on domain="[('section_id','=',section_id)]" (Provided source and target objects have the field section_id).

Hope this helps.
Thanks.