Wednesday, September 12, 2018
2 changes · master
Enhancements to existing features
Payment setup forms now identify which required field is missing instead of showing a generic error. This makes configuration issues easier to resolve and reduces confusion for users setting up payment providers.
Original PR description
- payment.acquirer have many fields with 'required_if_provider' attribute and while saving form it gave an error like "Required fields not filled", so it was confusing to know which required fields were empty. - after this commit, it is displayed like "Required fields not filled (field name)" opw:1881054
Resolved issues and error corrections
This fixes an error that could occur when users applied grouping options in reports. Business users can now group report data more reliably without running into a traceback or interrupted workflow.
Original PR description
Master bug : https://www.odoo.com/web?#id=1879604&action=327&model=project.task&view_type=form&menu_id=4720