How do i do to:
I need to call the function set_product_list of the ProductListWidget object in the button_click of the set_pricelist_button object. The ProductListWidget object does not exist within that function?
Thanks in advance
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
How do i do to:
I need to call the function set_product_list of the ProductListWidget object in the button_click of the set_pricelist_button object. The ProductListWidget object does not exist within that function?
Thanks in advance
Hi,
I am not sure, but in odoo they have used somewhere something like this. So you can use like:
this.product_list_widget = new ProductListWidget(this,{
click_product_action: function(product){
self.click_product(product);
},
product_list: this.pos.db.get_product_by_category(0)
});
I hope it will gives you an idea
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit seRelated Posts | Odpovědi | Zobrazení | Aktivita | |
---|---|---|---|---|
|
1
srp 19
|
2852 | ||
|
1
úno 19
|
4359 | ||
|
1
čvn 18
|
2984 | ||
|
2
úno 22
|
10630 | ||
|
4
říj 17
|
7364 |