تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
2130 أدوات العرض

Can a button be created in Odoo studio to call a method?

الصورة الرمزية
إهمال
أفضل إجابة

Hello Anthony, 

Yes, you can call the custom code using studio but for this you need to add Server action and based on that you can trigger. 

Thanks.

الصورة الرمزية
إهمال
أفضل إجابة

Hello ANTHONY NUWORMEGBE,


First add method in you custom code : 

def my_custom_method ( self ): 
print( 'hello' )

1. Activate Odoo Studio

  • Open the module or form view where you want to add the button.
  • Click on the Studio icon (top-right corner).

2. Add a New Button

  • On the left panel, select the "Button" element.
  • Drag and drop the button onto the form view where you want it to appear.

3. Configure the Button

  • Once the button is added, click on it to configure.
  • In the Properties panel on the right, give the button a label (eg, "Execute Action").

Thanks & Regards,

Name : Yahoo Baba

Email:  yahoobaba077@gmail.com

الصورة الرمزية
إهمال