i have a doubt in openerp xml coding. Does the following function works for onetomany field in openerp6.0.
attrs="{'invisible':[('x_form_type','==','service_bill')]}"
I have added the piece of code in account_invoice_view.xml but not working.when i searched i found someone reported that this wont work for onetomany in openerp 5.0
1 Answer