Daily updates from Odoo
Thursday, January 31, 2019
10 changes
Enhancements to existing features
When records are deleted, their related translations are now removed at the same time. This prevents outdated translation data from accumulating and helps keep the system cleaner and more consistent.
Original PR description
Same logic as for the mail.message or ir.attachment, when a record is deleted, drop the ir.translations linked to it as well. Fixes odoo/odoo#25105
This update adds clearer identifiers to existing creation controls in Sales and Accounting screens. It does not change day-to-day functionality, but makes future customizations easier, safer, and less costly to maintain.
Original PR description
Description of the issue/feature this PR addresses: Easier `xpath` expressions on existing `create` elements Followup of https://github.com/odoo/odoo/pull/30534 Fixes https://github.com/odoo/odoo/pull/30534 Current behavior before PR: There is not a very clean/easy way to `xpath` into one `create` element within a `control` without doing dirty index expressions. Desired behavior after PR is merged: Clean and short `xpath` expressions on these elements -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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.
The CRM Reveal information card shown in the chatter has been visually improved to make it cleaner and easier to read. This helps users review CRM reveal details more comfortably within their normal workflow.
Original PR description
Task : https://www.odoo.com/web#id=1903882&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.6efbd202a2e66adad9b70aa57f1813cb Current behavior before PR: https://www.awesomescreenshot.com/image/3687838/44404126b878c1b20a4fc3e6cd5efbb7 Desired behavior after PR is merged: https://www.awesomescreenshot.com/image/3782007/b5ca1b915ac494e006766f0e27546bf5 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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
This update corrects demo data in the base module so sample user records are more accurate. It helps keep demonstration and testing environments consistent with expected Odoo behavior.
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
Contact records now keep a history when the assigned salesperson changes. This helps teams review ownership changes over time and improves accountability in customer relationship management.
Original PR description
This commit is related to task ID : 1911137 task : https://www.odoo.com/web#id=1911137&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.2e64498244c84f254eb4fd6b000dfe54 -- 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
The Documents app now labels sharing buttons and names the related popup more clearly. This helps users distinguish between the available sharing options and reduces the chance of choosing the wrong one.
Original PR description
This commit adds button titles and a popup name to make it more easy to distinguish between the two different ways of sharing documents.