mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 17:59:20 +07:00
[IMP] orm/changelog: store translations in jsonb
closes odoo/documentation#2801 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
@@ -4,6 +4,15 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
Odoo version 16.0
|
||||
========================
|
||||
|
||||
- Translations for translated fields are stored as JSONB values with
|
||||
`#97692 <https://github.com/odoo/odoo/pull/97692>`_
|
||||
and `#101115 <https://github.com/odoo/odoo/pull/101115>`_.
|
||||
Code translations are no longer stored into the database.
|
||||
They become static and are extracted from the PO files when needed.
|
||||
|
||||
Odoo Online version 15.4
|
||||
========================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user