23 lines
810 B
ReStructuredText
23 lines
810 B
ReStructuredText
.. _reference/orm/changelog:
|
|
|
|
=========
|
|
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
|
|
========================
|
|
|
|
- Specific index types on fields: With `#83274 <https://github.com/odoo/odoo/pull/83274>`_ and
|
|
`#83015 <https://github.com/odoo/odoo/pull/83015>`_, developers can now define what type of
|
|
indexes can be used on fields by PostgreSQL. See the :ref:`index property <reference/fields>` of
|
|
`odoo.fields.Field`.
|