Wednesday, March 8, 2017
1 change · master
Resolved issues and error corrections
The accounting screen now hides the “View partially reconciled entries” link when an entry is already fully reconciled. This prevents users from seeing an irrelevant action and reduces confusion during reconciliation review.
Original PR description
Description of the issue/feature this PR addresses: The formule is not correct. full_reconciled_id is a many2one field, can not use `'=', True`, but use `'!=', False`. Current behavior before PR: Link "View partially reconciled entries" is visible if there is a full_reconciled_id. Desired behavior after PR is merged: Link "View partially reconciled entries" is not visible if there is a full_reconciled_id. Version : master, 10 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr