Friday, September 19, 2014
4 changes
Enhancements to existing features
Sales orders now keep the selected warehouse read-only once they move beyond draft or sent status. This helps prevent operational changes after a quote has progressed, reducing the risk of fulfillment mistakes.
Original PR description
- Task: https://www.odoo.com/web/#id=8339&view_type=form&model=project.task&action=333&active_id=131
- Pad: https://pad.odoo.com/p/r.qXk0qPfHkEXUB9oJ
Hi,
The work is done related to specification.
- warehouse is working readonly here in states excepr draft and sent.The CRM onboarding experience has been refined based on user testing feedback. These updates make introductory tips clearer and better presented, helping new users get started with CRM more smoothly.
Original PR description
- Task: https://www.odoo.com/web#id=9657&view_type=form&model=project.task&action=333&active_id=248 - Pad: https://pad.odoo.com/p/r.kUSVNAuFbAMb5yqr
Resolved issues and error corrections
The online shop now keeps the selected product category when shoppers move to the next page of results. This prevents customers from losing their browsing context and makes category navigation more reliable.
Original PR description
<b>Description:</b> Products in website not working properly when click on next page(it wil remove selected category). <b>Technical Spec:</b> If category exist in URL URL value is set <code>"/shop/category/%s" % int(category.id)</code> to work currently. <b>Task:</b> https://www.odoo.com/web#id=8759&view_type=form&model=project.task&menu_id=3942&action=327 <b>Pad:</b> https://pad.odoo.com/p/r.QdrrmFGbHk9DsF0x
This fixes issues that prevented users from editing website email templates and improves how reusable content blocks are placed in the editor. It also corrects demo data and layout problems that could disrupt the email design experience.