mirror of
https://github.com/odoo/documentation.git
synced 2025-12-19 02:49:13 +07:00
[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:
@@ -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
|
||||
========================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user