[IMP] developer: new API for flush() and invalidate()

closes odoo/documentation#1909

Signed-off-by: Raphael Collet <rco@odoo.com>
This commit is contained in:
Raphael Collet
2022-05-04 11:39:04 +00:00
parent a0a4a2da98
commit 3da237343f
2 changed files with 95 additions and 10 deletions

View File

@@ -4,6 +4,15 @@
Changelog
=========
Odoo Online version 15.4
========================
- New API for flushing to the database and invalidating the cache with
`#87527 <https://github.com/odoo/odoo/pull/87527>`_.
New methods have been added to `odoo.models.Model` and `odoo.api.Environment`,
and are less confusing about what is actually done in each case.
See the section :ref:`SQL Execution <reference/orm/sql>`.
Odoo Online version 15.2
========================