Comment 2 for bug 718925

Revision history for this message
filsys (office-filsystem) wrote : Re: [Bug 718925] Re: [6.0.1] Field / button 'attrs' not evaluated correctly with multiple conditions [FIX PROVIDED]

I have tested your patch with a many2one filed:

<field name="prodlot_id"
domain="[('product_id','=',product_id),('stock_available','&gt;',0)]"
attrs="{'invisible':
['|',('prodlot_id','&lt;&gt;',False),('tracking','=',False)]}"/>

Did not work.

Pe 14.02.2011 20:52, Russell Briggs a scris:
> ** Patch added: "fix_attrs_eval.patch"
> https://bugs.launchpad.net/bugs/718925/+attachment/1849826/+files/fix_attrs_eval.patch
>