I am working on an Odoo 11 project and unfortunately, we can't migrate to Odoo 12.
Reading the book [Odoo 12 Development Cookbook - Third Edition][1] I found a way to create my aggregate method WITHOUT coding `SQL` with `GROUP BY`, just using the `read_group` method available on Odoo API.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Proyecto
- MRP
Se marcó esta pregunta
2013
Vistas
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Inscribirse
Because I can't edit the question here, I made it also on StackOverflow with a better context
https://stackoverflow.com/questions/69148517/does-the-orm-read-group-on-odoo-11-has-the-same-features-of-odoo-12