Monday, May 18, 2015
3 changes · master
Enhancements to existing features
This update makes XML and HTML-based content, such as screen layouts and field descriptions, easier and more reliable to translate piece by piece instead of as one large block. It also improves how existing translations are migrated and preserved when the original English text changes, reducing translation maintenance effort across many Odoo apps.
Original PR description
Add support for translating fields not as a whole, but as a value containing terms to translate: - for such fields, the table `ir_translation` contains a set of (term, translation) for each record; - use this support for the `arch` field of views, and convert translations of type 'view' into those; - add "fuzzy" remapping of translations when English value of such a field is updated. Convert translation types 'field', 'help' into corresponding translated fields of `ir.model.fields`.
Sales, purchase, and point-of-sale reports now show amounts in the original transaction currency, making multi-currency activity easier to review. This helps businesses compare and filter reporting data more accurately when working across currencies.
Original PR description
...urchase, pos same like in invoice. [IMP] Improve code for add multi currency rate in currency. - Task: https://www.odoo.com/web?#id=9474&view_type=form&model=project.task&menu_id=3942&action=327 - Pad: https://pad.odoo.com/p/r.8hTOdNuFhMtUoy5x
Sales layout report categories can now be shown in the user's language. This improves clarity for multilingual teams and customers when working with sales documents.
Original PR description
Task: https://www.odoo.com/web#id=12845&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.LHv4diCkRDHL3XIs