Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
1667 Tampilan

hay y'all...

I want to ask, this is right I am creating a custom button in the custom module, well the button serves to run transactions connected to the API, but here I experience problems where the module is not found. Does anyone know how to fix it?



Avatar
Buang
Jawaban Terbai

Hi,

What you have done is right, the error says the function that you are calling from the button is not defined in the corresponding model.

So in order to solve the issue, inherit the model and define the function there and call your api end point, if you already have done, ensure you have restarted the odoo service.

def button_posting(self):
​#do your code logic here


How To Add Buttons In Odoo || Odoo Button Types


Thanks

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
0
Des 24
1636
0
Nov 23
1940
1
Sep 23
2974
2
Sep 23
2821
0
Apr 22
2489