How can I update a sale.order field without getting into the write() method?
If I want to change the state of the sale.order without this = write({'state', 'test'}) ?
Thank you
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
How can I update a sale.order field without getting into the write() method?
If I want to change the state of the sale.order without this = write({'state', 'test'}) ?
Thank you
You can try this:
self.env['sale.order'].browse(record_to_change_id).state = 'test'
Hi,
You can give compute method and return value to your field. It will show your value in the field and will not call write method.
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Okt 22
|
1878 | ||
|
0
Apr 20
|
2337 | ||
|
0
Okt 24
|
189 | ||
|
1
Jul 20
|
3064 | ||
|
0
Mei 20
|
3441 |