Monday, March 25, 2019
5 changes · master
Enhancements to existing features
This update standardizes how Odoo sends user context during background server requests, reducing the risk of missing or incorrect settings being applied. It improves reliability across areas such as accounting, CRM, time off, messaging, mailing, stock, website editing, and core web screens without changing day-to-day workflows.
Odoo Studio now shows a dedicated Stage Field option when enabling stages in Kanban views, making it clearer how pipelines are configured. This reduces confusion with the general Default Group By setting and helps users choose the right field for staged workflows.
Original PR description
Task: https://www.odoo.com/web?#id=1923279&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.be645fef7b202b2a0ad126cd387f5a41
Resolved issues and error corrections
This update brings forward several fixes and maintenance improvements from an earlier Odoo branch. It improves reliability in pivot reports, module uninstall flows, translations, project search filters, and small interface details, reducing errors and confusing behavior for users.
This fixes an error that could prevent users from opening the Belgian Intrastat Report menu. The report now uses the expected setting name internally, avoiding a traceback and restoring access to the report.
Original PR description
The _build_query method is overridden but changes the with_vat kw arg to vat_included. This leads to a traceback when clicking on the "Intrastat Report" menu.
This update forward-ports several fixes that improve reliability in accounting reports, document sharing, barcode packaging controls, and Studio Gantt setup. It also refreshes translations and updates localization behavior for Germany, Spain, Mexico, and US check printing, helping users avoid errors and produce compliant outputs.