We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0af821 commit a3d2497Copy full SHA for a3d2497
content/developer/reference/backend/orm/changelog.rst
@@ -4,6 +4,15 @@
4
Changelog
5
=========
6
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
16
Odoo Online version 15.4
17
========================
18
0 commit comments