Daily updates from Odoo
Thursday, January 31, 2019
6 changes · master
Enhancements to existing features
Survey managers can now better handle people who are invited again, choosing whether to resend the existing invitation or create a new attempt. The update also fixes invitation tracking and adds clearer statistics, making private surveys and certifications easier to manage.
Odoo now records which reconciliation rules created journal entries during bank reconciliation. This makes it easier for finance teams to review reconciliation activity and troubleshoot mismatches between bank statement items and journal items.
Original PR description
Description of the issue/feature this PR addresses: Keep track of journal entries generated using the reconciliation model. Current behavior before PR: There is no easy way to see a summary of what journal items have been reconciled with a bank statement. This makes troubleshooting difficult. Desired behavior after PR is merged: There should be a way to see the detailed history of which bank statement items were reconciled with which journal items. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Customers who sign a sales document in the portal are now immediately shown the payment window when online payment is required. This reduces confusion and helps prevent orders from being signed but left unpaid.
Original PR description
**Description of the issue/feature this PR addresses**: To make payment window pop up right after successful submission of signature. - related task: https://www.odoo.com/mail/view?res_id=1910532&access_token=c8dcd24e-1ad9-4215-ba58-4d6df8354989&model=project.task - pad: https://pad.odoo.com/p/r.b0c78ab903858afec275f564673968aa **Current behavior before PR:** It just reloads page after successful submission of signature. **Desired behavior after PR is merged:** It'll open dialog box for payment right after successful submission of signature if online payment has been selected. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
A new button on the partner form lets users quickly open the document kanban view filtered to documents linked to that partner. This makes it easier for teams to find and manage customer or vendor documents without manually searching.
Original PR description
adds a smart button to the partner's form that opens the documents kanban view for all the documents where this partner is the partner_id. task: #1934284
Resolved issues and error corrections
This update fixes issues in the call for tender process, especially when purchases are triggered automatically from make-to-order needs. It helps ensure tender-related purchase workflows behave correctly and reduces errors during procurement.
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
This update prevents users from being automatically subscribed to website course channels in situations that could trigger unwanted emails or spam. It also fixes a crash when creating a new slide and adds tests to help keep these course publishing workflows stable.