Tuesday, June 30, 2020
4 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.
When a vendor bill is created from a purchase order, partner-related details such as shipping address and incoterms are now filled in correctly. This prevents missing information on bills and reduces manual correction for purchasing and accounting teams.
Original PR description
Create a purchase order Confirm Create the bill from the PO Some fields related to the partner are left empty, shipping address, incoterms, ... While the account.move related to the bill is created, no onchanges are triggered, so partner additional info are not loaded in the account move form. opw-2276391 closes odoo/enterprise#11294 Signed-off-by: Nicolas Martinelli (nim) <nim@odoo.com>
Original PR description
Following https://www.odoo.com/documentation/master/reference/translations.html#explicit-exports Enterprise part of odoo/odoo#53683