コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
989 ビュー

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

アバター
破棄
最善の回答

Hi,
Modify the added code as follows:

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


Thanks

アバター
破棄
著作者 最善の回答

Thank you so much.

Great Answer.

アバター
破棄
関連投稿 返信 ビュー 活動
0
5月 24
1317
1
1月 24
1741
0
3月 15
5470
2
8月 25
485
2
8月 25
1496