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