Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
136 Widoki

Hi everybody!!!!

Please, how to make self . write in odoo8.

Please need your help

Awatar
Odrzuć
Najlepsza odpowiedź

you can use self.write to update value in the same model/object

example : sale.order

self.write(cr,uid,ids, {'field_name':'your_value'}

in order to write, you must know the ids of the record first.

Awatar
Odrzuć
Autor

Thanks for your answer sir ;)

Powiązane posty Odpowiedzi Widoki Czynność
0
mar 25
1261
0
sty 25
3303
1
sie 23
14609
change password Rozwiązane
1
sie 23
13253
1
lip 23
10265