Daily updates from Odoo
Friday, November 22, 2019
2 changes
Resolved issues and error corrections
The Accounting app once again shows the menu option to add a bank account. This restores an accidentally removed shortcut, making it easier for users to set up bank account details without searching for alternate paths.
Original PR description
Removed by mistake by https://github.com/odoo/odoo/commit/ec603e2593131d462f578feda2e1fec3cfb59c53
This update ensures the batch payment feature correctly depends on the accounting app that now contains the reconciliation tool it uses. It prevents installation failures for batch payments and related payment modules such as SEPA or Australian ABA payments.
Original PR description
account_batch_payment overrides / updates the reconciliation widget. That widget was moved from account to account_accountant by #6032, however the dependency was not updated, so when installing account_batch_payment or one of its dependents (e.g. account_sepa or l10n_au_aba) the installation blows up and fails as the reconciliation widget is not found.