Saturday, October 23, 2021
2 changes · master
Miscellaneous changes
Steps to reproduce: - On bank journal set the outstanding payments accounts and the outstanding receipts accounts, respectively to 101403 and 101402 - In Accounting > Configuration > Settings > Default Accounts, let the two outstanding accounts empty. - Customer > payment > create a payment : payment type Receive, amount 5 for example. Save it. - Duplicate the payment and set the new one to payment type Send. - Click on Save. Issue Got an UserError "Cannot create unbalan
Original PR description
Steps to reproduce: - On bank journal set the outstanding payments accounts and the outstanding receipts accounts, respectively to 101403 and 101402 - In Accounting > Configuration > Settings > Default Accounts, let the two outstanding accounts empty. - Customer > payment > create a payment : payment type Receive, amount 5 for example. Save it. - Duplicate the payment and set the new one to payment type Send. - Click on Save. Issue Got an UserError "Cannot create unbalanced journal entry" Before the fix, when calling account_payment_seek_for_lines(), we didn't check for the default account of the journal. opw-2620046 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 Forward-Port-Of: odoo/odoo#78753 Forward-Port-Of: odoo/odoo#78593
web_dashboard was the only `web_` module adding a viewtype that wasn't autoinstalled (see `web_map/grid/gantt`). Task 2662640 Forward-Port-Of: odoo/enterprise#21781
Original PR description
web_dashboard was the only `web_` module adding a viewtype that wasn't autoinstalled (see `web_map/grid/gantt`). Task 2662640 Forward-Port-Of: odoo/enterprise#21781