This question has been flagged
2374 Views

I have a model named "compare" with fields
'quoted_id','quoted_price' & 'supplier_id' , 'supplier_price' .Both are shown in two different menu(2 tree view). I want to write a javascript code for searching in acc: with 'quoted_id(menu 1) & 'supplier_id' (menu 2) (like the Accounting/jounal items view). i have done for one menu.


But wen it comes to menu 2,my doubt is that how to pass qweb for menu 2 .whether it should be added to already existing xml file if wriiten so, its a single model and the two view appears in both menu?

  • So how to give such search menu(using javascript) for two different view but for same model???????????? ========================================
Avatar
Discard