Friday, September 19, 2014
2 changes
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.