Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
5809 Prikazi

how can i hide or invisible sale order lines on basis of condition I want to invisible more than 1 line in sale order line if user create three lines i want to show only first line

Avatar
Opusti
Best Answer

Hi,


Just define a new Boolean field called "active" in "sale.order.line" model. In Odoo, this "active" field toggle the visibility of a record.


As per your requirement, if you need to hide the order lines based on condition, you can create a compute function in sale order which fetch all the orderline in the corresponding order and check the len(order.order_line) , if it is greater than 1 , you can just assign active = False for all the lines except the first one


Hope it helps​

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
maj 25
3066
4
jan. 24
14126
1
jan. 25
3169
2
avg. 24
5724
6
dec. 22
8591