Skip to Content
मेन्यू
This question has been flagged
3002 Views

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 

Avatar
Discard
Related Posts Replies Views Activity
0
दिस॰ 20
23
0
अग॰ 23
1214
0
फ़र॰ 22
2044
1
मई 25
4162
0
अप्रैल 25
1137