Compare commits

...

1 Commits

Author SHA1 Message Date
Chong Wang (cwg)
3788023173 [IMP] orm/changelog: store translations in jsonb
X-original-commit: f2fd03b8fc
2022-11-03 15:42:13 +01:00

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