Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
4 Replies
15672 Tampilan

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?

Avatar
Buang
Jawaban Terbai

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

Avatar
Buang
Penulis

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

Post Terkait Replies Tampilan Aktivitas
0
Jul 25
587
1
Jul 25
5603
0
Jul 25
1204
0
Jun 25
1142
1
Jun 25
1260