[ADD] add documentation about Model._read_group

task-3001022

odoo/odoo#110737

closes odoo/documentation#4064

Related: odoo/enterprise#38639
Signed-off-by: Rémy Voet <ryv@odoo.com>
This commit is contained in:
Rémy Voet (ryv) 2023-04-04 11:40:10 +00:00
parent f4bc10e4b0
commit 584e44396b
2 changed files with 8 additions and 0 deletions

View File

@ -859,6 +859,8 @@ Search/Read
.. automethod:: Model.read
.. automethod:: Model._read_group
.. automethod:: Model.read_group
Fields

View File

@ -4,6 +4,12 @@
Changelog
=========
Odoo Online version 16.3
========================
- `odoo.models.Model._read_group` has a new signature with
`#110737 <https://github.com/odoo/odoo/pull/110737>`_
Odoo Online version 16.2
========================