跳至内容
菜单
此问题已终结
2 回复
963 查看

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
1295
1
1月 24
1700
0
3月 15
5424
2
8月 25
405
2
8月 25
1409