Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
2 Antworten
972 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
1299
1
Jan. 24
1715
0
März 15
5438
2
Aug. 25
444
2
Aug. 25
1422