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

I have been following the Odoo Tutorial, specifically... 

www.odoo.com/documentation/16.0/developer/tutorials/master_odoo_web_framework/03_custom_kanban_view.html

At stage 4 some code is provided to programatically, through javascript, set a filter.

selectCustomer(customer_id, customer_name) {
   this.env.searchModel.setDomainParts({
      customer: {
            domain: [["customer_id", "=", customer_id]],
            facetLabel: customer_name,
      },
   });
}

Is it possible to also, programatically, through javascript, set a GroupBy?

Many Thanks,

Simon


Avatar
Discard
Related Posts Replies Views Activity
1
नव॰ 22
7373
2
जुल॰ 23
2876
1
मई 23
4004
1
अप्रैल 24
4825
3
नव॰ 23
2978