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

how can i transfer the data from model to another by server action i need do it by odoo studio

形象
丢弃
最佳答案

We can mainly transfer one data from a model to another different model through four ways they are,

(a) By using Context

(b) With the help of ORM Methods

(c) By Overriding Create Method

(d) By Overriding Write Method

形象
丢弃