Daily updates from Odoo
Sunday, December 27, 2015
7 changes · master
Enhancements to existing features
Temporary Odoo screens no longer create unnecessary warning messages when they do not define a display name field. This reduces distracting log noise for administrators without changing how users work in the system.
Original PR description
defined on' for transient model. Name field for transient model have not the same interest than for standard model Then it avoids to display unuseful message
Users can now search bank statement reconciliation entries by typing the beginning of an account code in the filter box. This makes it faster for accounting teams to find the right account during reconciliation and reduces manual searching.
Original PR description
With this PR, you can type the beginning of an account code in the "Filter" box of the bank statement reconcile interface (search via account code was not possible before).
Resolved issues and error corrections
This fix restores the intended clear error message when a related field is configured with an incompatible type. Instead of showing a technical crash during module installation, users receive a more understandable explanation of what needs to be corrected.
Original PR description
With commit https://github.com/odoo/odoo/commit/0fd773a486fbc1aeef7f00ec5eab3eaf0e4c6a9d, it will raise traceback instead of Warning because of missing UserError import. Steps to produce: Take any related field, say for example country_id field of event.event, set related='address_id.name' or any other field which is not Many2one, install event module Current behaviour: traceback i.e. global name UserError is not defined Expected: IT should give User friendlily message that Type of related field is inconsistent.
The website publish and unpublish button now displays a loading indicator while the change is being applied. This helps users understand that their action is in progress and reduces uncertainty when publishing website content.
Original PR description
Task: https://www.odoo.com/web#id=11468&view_type=form&model=project.task&action=333&active_id=131 Pad: https://pad.odoo.com/p/r.1psE5QWjSdwNPXx5
This fix ensures Kanban boards display every expected column for selection-based groupings, even when no records currently belong in some columns. It helps users keep a consistent board layout and avoid confusion caused by missing empty stages or categories.
Original PR description
Fix group_by_full for selection fields to show all columns in a Kanban view even if they are empty.
The claim reporting view now shows the correct claim stages when new stages are created and assigned. This prevents confusion from displaying unrelated CRM case stages, helping teams track claim status accurately.
Original PR description
Fix Issue : #2216 It Displays stages of crm_case_stage model instead of crm_claim_stage. Thanks rsi-odoo
Code cleanup and technical improvements
The website blog module has been migrated to Odoo's newer internal framework and reorganized. This should make the blog feature easier to maintain and evolve, with little expected visible change for end users.
Original PR description
- Task: https://www.odoo.com/web?debug=#id=9783&view_type=form&model=project.task&action=333&active_id=131 - Pad: https://pad.odoo.com/p/r.gSXNQBNaLZL5Ausm