Tuesday, October 9, 2018
2 changes · master
Resolved issues and error corrections
This fix prevents users from saving a fiscal year end date that does not exist, such as an impossible day and month combination. It helps avoid accounting setup mistakes that could lead to incorrect reporting periods or configuration errors.
Original PR description
We prevent setting a fiscal year end date which doesn't exist. opw-1890518 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The accounting settings now block fiscal year end dates that do not exist, such as impossible day and month combinations. This helps prevent configuration mistakes that could affect financial period setup and reporting.
Original PR description
We prevent setting a fiscal year end date which doesn't exist. opw-1890518