Daily updates from Odoo
Navigate
Branch
Friday, January 2, 2015
7 changes
Enhancements to existing features
This update improves the project onboarding flow by making task escalation clearer and easier to use. It also refines related screens, tooltips, and error messages so teams can understand next steps more quickly and avoid confusion.
Original PR description
- Task: https://www.odoo.com/web/#id=10467&view_type=form&model=project.task&action=333&active_id=131 - Pad: https://pad.odoo.com/p/r.5sIeAQv7J7qXYCmI
Survey pages now use a dedicated web route to render templates. This makes the survey module easier to maintain and supports more reliable page rendering for users completing surveys.
Original PR description
Create http route and render template from that route. #3032:
The export wizard now includes a button to sort the selected fields in the fields-to-export list. This makes it easier for users to organize export layouts consistently before downloading data.
Original PR description
Hello, I have improve by adding functionality to sort fields in Fields_to_export column in Export wizard More Details: Task: https://www.odoo.com/web#id=8723&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.f9cWyjK4y90DcjTl thanks rba-odoo
Resolved issues and error corrections
This update corrects and improves the guidance tips shown across several Odoo apps so they appear in the right context and complete properly. It also refreshes tip wording and targeting, helping users receive clearer instructions while using accounting, CRM, HR, purchasing, inventory, and quotation flows.
Original PR description
PAD : https://pad.odoo.com/p/r.JokowwPZJRXyfeZp TASK : https://www.odoo.com/web#id=11037&view_type=form&model=project.task&menu_id=3942&action=327
This change fixes an issue in the Website Forum area where the editor could fail to load correctly. It updates the page layout so navigation and footer elements are included, helping forum editing pages display and function as expected.
Original PR description
Fix in #2930
Printing sales orders and invoices now opens archived PDF reports in the embedded viewer as expected. The update aligns the viewer with recent interface styling changes, improving reliability when users access reports from print actions.
Original PR description
As well as need to update class name base on recently update back-end new look. Problem is globally need to update class name as well as proper selector to archived PDF report open in <code><iframe></code> element. <b>Task</b> : https://www.odoo.com/web#id=10110&view_type=form&model=project.task&menu_id=3942&action=327 <b>Pad</b> : https://pad.odoo.com/p/r.CPefQmgrn2URFXQq
The email designer now keeps the Save and Continue button visible while editing mass mailing content. This helps users complete and save their email changes without confusion or interruption.
Original PR description
Fixed in #2636 :