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

I am trying to figure out how i can change selection of module(along with selection on menuitem on button click. (in simple words, i want to open a menu item when a button is clicked)

It is like. i have created a module name Home. It has button named "Search". On clicking button Menu Item 'Search' should be selected from top menu strip alont with opening that module. So far my code is:

def search_click (self,cr,uid,ids,context):

     return {

'type': 'ir.actions.act_window',

'res_model': 'target model name',

'view_type': 'form',

'view_mode': 'form',

}

The above code opens the model which i want to select. But i want to open the whole module in which that model/class is. Same functionality when we click on top bar menuitem.

Any help, or guide in proper direction is highly appreciated.

Regards

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
يناير 16
4684
4
أكتوبر 16
31276
1
سبتمبر 15
3936
1
يونيو 15
848
0
مايو 15
3141