This question has been flagged

hello,

is there anyway to hide order lines in sale order form view depending on certain condition?


Avatar
Discard
Best Answer

Hello Ali Mahmoud,
You can use invisible attribute in filed line_ids in sale order and give the certain condition like below.


attrs="{'invisible':[('state', '!=', 'draft')]}">

Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari

Avatar
Discard