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!
Registracija| Related Posts | Replies | Rodiniai | Veikla | |
|---|---|---|---|---|
|
1
geg. 25
|
1844 | |||
|
2
lapkr. 24
|
2885 | |||
|
|
4
vas. 24
|
13586 | ||
|
sale / delivery
Solved
|
1
saus. 24
|
2311 | ||
|
0
geg. 23
|
2537 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.