[ADD] add documentation about Model._read_group

task-3001022

odoo/odoo#110737
This commit is contained in:
Rémy Voet (ryv)
2023-04-04 13:40:10 +02:00
parent f4bc10e4b0
commit 8b4a1bebf7
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
========================