Wednesday, July 13, 2022
2 changes · master
Resolved issues and error corrections
The account setup screens now show the account type selector correctly again after recent changes to account type handling. This helps accounting users choose valid account categories without confusion or broken interface behavior.
Original PR description
Task 2917456 After the change in the account_type field in the account.account, the old selection widget didn't work. Fixing the selection widget and adding it back to the account_type field. As account types cannot be custom anymore, the account types within the hierarchy can be hardcoded. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The payment matching screen has been corrected to use the updated account type names introduced by recent accounting changes. This prevents the matching view from breaking when users reconcile receivable or payable payments.
Original PR description
Task 2916588 Due to the recent account types refactoring, the payment matching view was breaking, as now receivable should be asset_receivable, payable -> liability_payable Fix to correct values