Daily updates from Odoo
Thursday, August 1, 2019
1 change · master
Resolved issues and error corrections
Odoo now keeps translation source text in sync automatically instead of storing a separate outdated source field. This improves consistency when records are edited in single-language or multi-language databases, reducing cases where users could still see old translated values after an update.
Original PR description
Instead, make sure the field src is always up to date Change a bit the behaviour of `_write` to always try to update potential translations when in monolanguage (was only done in multi-language if different than en_US) and always create translations when writing on a translatable field when in multi-language (was skipped in en_US) Add tests Task-id: 2031752 Pad: https://pad.odoo.com/p/r.dbf835d0aae979d858f73446dcbfb1df