ERP-Ukraine / odoo-rpc-dart

Odoo RPC Library for Dart
MIT License
43 stars 32 forks source link

how can i send a request like this select count(*) from account.invoice group by partner_id !! ??? #22

Closed ASMA149 closed 2 years ago

lem8r commented 2 years ago

Hi,

Same as you would do it with ORM: call read_group() on invoice model.