Se rendre au contenu
Menu
Cette question a été signalée

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
Ignorer
Publications associées Réponses Vues Activité
1
nov. 22
7260
2
juil. 23
2724
1
mai 23
3818
1
avr. 24
4741
3
nov. 23
2879