Friday, September 19, 2014
4 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
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
ThanksThis 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