Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
2 Antworten
1117 Ansichten

Hi All,

Good Morning,


I'm using odoo enterprise (odoo online) , please help i try to make an automation rules for Quotation like this :


if the Quotation > Confirm > Source Document name change to Quotation No.


here is my execute code in automation rules but not working :

record.write({'origin': 'name'})


and the result is after Quotation i clik confirm 


source document : name


Thank You

Avatar
Verwerfen
Beste Antwort

Hi,
Modify the added code as follows:

record.write({'origin': record.name})


Thanks

Avatar
Verwerfen
Autor Beste Antwort

Thank you so much.

Great Answer.

Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
0
Mai 24
1568
1
Jan. 24
2142
0
März 15
5702
0
Sept. 25
569
2
Aug. 25
1025