跳至內容
選單
此問題已被標幟
3053 瀏覽次數

Im customizing the Odoo POS.

Extending the Order Widget

OrderWidget.include({

template:'OrderWidget',

click_line: function(orderline, event)

{

var select_product = orderline.get_product();

var category = {"id":0,"name":"Root"};

select_product.perform_search(category, "i-pad ,true);

}, });


"perform_search" method is in ProductCategoriesWidget template ...

My query is  how to call this method in Order Widget 

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
12月 20
23
0
8月 23
1262
0
2月 22
2078
1
5月 25
4220
0
4月 25
1202