Tuesday, June 30, 2020
3 changes · master
Resolved issues and error corrections
Attachment content previews now handle very long text without spaces more gracefully. This prevents long indexed content from breaking the page layout, improving readability and visual stability for users reviewing attachments.
Original PR description
Long indexed content without space can break the layout. So we forced the word wrap to avoid visual bug. task id : 2238654
This update fixes how several Odoo Enterprise apps prepare text for translation, helping translated messages appear reliably and consistently. It mainly affects accounting, banking integrations, delivery carriers, payroll, referrals, and localization features, with no expected change to day-to-day workflows beyond better language support.
This update corrects leftover references to project forecast views that had previously been removed. It helps prevent errors when using project forecasting and related timesheet sales overview features.
Original PR description
After commit https://github.com/odoo/enterprise/commit/01c70b66612590447977177f090bfc20ac1b6123, some references to removed views exists. This commit fixes those missing references.
Original PR description
Following https://www.odoo.com/documentation/master/reference/translations.html#explicit-exports Enterprise part of odoo/odoo#53683