Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
5834 Vues

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
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
1
mai 25
3093
4
janv. 24
14148
1
janv. 25
3202
2
août 24
5737
6
déc. 22
8607