[IMP] orm/changelog: store translations in jsonb

closes odoo/documentation#2901

X-original-commit: f2fd03b8fc
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Chong Wang (cwg) 2022-10-10 15:37:01 +00:00
parent 8db94fe7fe
commit d4923d6350

View File

@ -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
========================