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

I am having a button in product form. And on click, perform an action based on javascript. But to do that action I need to get the current product id in the js file. How can I get the id in js file?

形象
丢弃
最佳答案

Hi Akhill:

In your .py method just call self._id to get the current id.

In js just call this.id to get the current id

形象
丢弃
编写者

Am not getting right after giving "this.id" in js file. In js file what does "this" represents? After looking in some usages in odoo js files, its the current page or widget you are working na?

in js, this.id represents the current recodr id

相关帖文 回复 查看 活动
0
7月 25
269
1
7月 25
5040
0
7月 25
599
0
6月 25
684
1
6月 25
859