コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3004 ビュー

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
1214
0
2月 22
2045
1
5月 25
4163
0
4月 25
1137