Daily updates from Odoo
Friday, September 19, 2014
3 changes · master
Resolved issues and error corrections
This fixes an issue in the Website Blog editor where changing a blog cover could fail to open the selection popup after the first use. The editor now keeps the required hidden cover element available instead of removing it, making repeated cover changes work as expected.
Original PR description
Hello,
<code>.cover-storage</code> display none set instead of removing <code>.cover-storage</code> node.
Fix this issue https://github.com/odoo/odoo/issues/2470
ThanksThe 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.