Daily updates from Odoo
Friday, September 19, 2014
8 changes · master
New functionality added to Odoo
A new automated test was added for the Website Forum area to help confirm forum behavior continues to work as expected. This reduces the risk of future changes breaking forum functionality, with no expected direct change for end users.
Original PR description
Hello, Add a python test case in website_forum module. More details: Task link :- https://www.odoo.com/web#id=8745&view_type=form&model=project.task&menu_id=3942&action=327 Pad link :- https://pad.odoo.com/p/r.EsLOcZQQuvZYB4ll Thanks, ssh-odoo
Enhancements to existing features
The payment wizard now displays the write-off amount more clearly when handling accounting payments. This helps users review payment adjustments with less confusion before validating transactions.
Original PR description
- Task: https://www.odoo.com/web#id=6036&view_type=form&model=project.task&action=333&active_id=131 - Pad: https://pad.odoo.com/p/r.zzySQ9OySpCApfi3
This update prevents creating partner records through quick create when no name is provided. It helps avoid incomplete or unusable customer/contact records and improves data quality in forms.
Original PR description
> partner will be not created if name is not given useing quick create. so add condition in view_form.js Task Link https://www.odoo.com/web#id=8542&view_type=form&model=project.task&menu_id=3942&action=327 Pad Link https://pad.odoo.com/p/r.Aii3kUtja8WoW4Lf Thank you, ptr
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
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.