Daily updates from Odoo
Tuesday, January 20, 2015
7 changes · master
Enhancements to existing features
This update standardizes how website content is marked as published and opened from the back office across several Odoo website apps. Users now publish or unpublish content from the website preview itself, making it easier to verify pages before changing their public visibility.
Original PR description
- Task: https://www.odoo.com/web?#id=9760&view_type=form&model=project.task&menu_id=3942&action=327 - Pad: https://pad.odoo.com/p/r.fDZZkSbmTLQ3SO6G
This update makes HR-related onboarding screens clearer and easier to use by improving labels, simplifying forms, and refreshing demo data. It also streamlines leave and recruitment views so HR teams can find key information with less clutter.
Original PR description
...ing task add new toggle button widget for form view. Task: https://www.odoo.com/web#id=10564&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.zUPaUqErM8fV8bBJ
The Purchase app now includes extra on-screen tips for key receipt-related actions, including scrapping products and viewing shipments. This helps users understand what these buttons do directly from the purchase workflow, reducing confusion during daily operations.
Original PR description
...n and purchase Order Form view, add an android tip on the stat button In Shipment button. https://www.odoo.com/web?#id=10386&view_type=form&model=project.task&action=327 pad: https://pad.odoo.com/p/r.FpDI5if8cRzAFT6F
Mass mailing recipient selection now excludes people who have opted out by default. This helps businesses respect recipient preferences and reduces the risk of unwanted emails being sent.
Original PR description
TASK: https://www.odoo.com/web#id=11342&view_type=form&model=project.task&action=333&active_id=131 PAD: https://pad.odoo.com/p/r.nVcQIIdIqm5SSRLF
Forum contributors can now use an editor option to format code more easily in questions and answers. The forum also checks whether users have enough karma before allowing rich content such as images or links, helping maintain content quality and reduce misuse.
Original PR description
- Task: https://www.odoo.com/web?debug=#id=8712&view_type=form&model=project.task&action=333&active_id=131 - Pad: https://pad.odoo.com/p/r.Mo2LPzffbGk1mjxD
Resolved issues and error corrections
The website editor now checks whether the selected menu option has an available action before trying to run it. This prevents an error when users choose Promote > Optimize SEO, making the website editing experience smoother.
Original PR description
... ok otherwise it not execute function and we not get error. In website When Click on "Promote -> Optimize CEO" it give undefined function error.
This fix ensures purchase order prices are calculated correctly when using the order line wizard. It removes an unnecessary check that could lead to incorrect pricing, helping businesses avoid purchase order value errors.
Original PR description
Remove condition for check price_unit. price_unit is not False or None in order line wizard. #2938: