Tuesday, January 20, 2015
5 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
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
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: