Pravitha V
Pravitha V

Reputation: 3308

xml Coding in Openerp

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

Upvotes: 0

Views: 403

Answers (2)

Avadhesh
Avadhesh

Reputation: 4703

This should Work for o2m field.
Provided that , "x_form_type" field must be there on the defined view.
If you Don't want to display that field , then make it invisible="1"

Upvotes: 1

Pravitha V
Pravitha V

Reputation: 3308

Surely the function works for onetomany fields also.

Upvotes: 0

Related Questions