I want to change sales order line field value depend on sales order field value.
Please help
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I want to change sales order line field value depend on sales order field value.
Please help
@api.onchange
def button_update(self):
if self.SOfield:
for line in self.order_line:
line.write({'SOlinefield':self.SOfield})
Exactly what I want.Really it save my several hours.
please mark as answer
Create an account today to enjoy exclusive features and engage with our awesome community!
Prijavi| Related Posts | Odgovori | Prikazi | Aktivnost | |
|---|---|---|---|---|
|
1
maj 25
|
1840 | |||
|
2
nov. 24
|
2882 | |||
|
|
4
feb. 24
|
13569 | ||
|
sale / delivery
Solved
|
1
jan. 24
|
2298 | ||
|
0
maj 23
|
2532 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.