Skip to content

Commit a3d2497

Browse files
committed
[IMP] orm/changelog: store translations in jsonb
1 parent f0af821 commit a3d2497

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

content/developer/reference/backend/orm/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
Changelog
55
=========
66

7+
Odoo version 16.0
8+
========================
9+
10+
- Translations for translated fields are stored as JSONB values with
11+
`#97692 <https://github.com/odoo/odoo/pull/97692>`_
12+
and `#101115 <https://github.com/odoo/odoo/pull/101115>`_.
13+
Code translations are no longer stored into the database.
14+
They become static and are extracted from the PO files when needed.
15+
716
Odoo Online version 15.4
817
========================
918

0 commit comments

Comments
 (0)