Daily updates from Odoo
Navigate
Branch
Tuesday, June 19, 2018
5 changes
Enhancements to existing features
Accounting payments can now be grouped more broadly as batch payments instead of only batch deposits. This prepares SEPA payment workflows to use the same batch payment process, making payment handling more consistent across accounting features.
Original PR description
Generalizes batch deposits into batch payments, and modify SEPA modules so that they use them. Task: https://www.odoo.com/web#id=35558&action=333&active_id=967&model=project.task&view_type=form&menu_id=4720
Batch deposits have been broadened and renamed to batch payments, allowing businesses to group more types of payments in one place. This also integrates batch handling with SEPA Direct Debit, helping accounting teams manage direct debit collections more consistently and efficiently.
Original PR description
Broaden the functional scope of batch deposits so that they can regroup any kind of payment (they are now called batch payments) and use this with SEPA Direct Debit module. task: https://www.odoo.com/web#id=35558&view_type=form&model=project.task&action=333&active_id=967&menu_id=4720
Resolved issues and error corrections
Taxes used by an open Point of Sale session can no longer be modified while that session is running. This prevents mismatches between payment records and order accounting entries, helping keep financial reporting consistent.
Original PR description
Prevent the modification of a tax which is used in an opened POS session. This avoids inconsistency between the payment and the order accounting entries. opw-1859092 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
Code cleanup and technical improvements
This change renames the accounting batch deposit feature to batch payment across related settings. The update improves wording consistency and makes the feature name broader and clearer for users handling grouped payments.
Original PR description
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 module previously known as batch deposit has been renamed to batch payment across its files and translations. This keeps the feature name aligned with broader payment terminology, with little expected impact on day-to-day users.