Thursday, March 28, 2019
4 changes
Enhancements to existing features
When creating or editing a contact, Odoo now warns users if the VAT number already exists on another partner record. This helps teams spot possible duplicate customers or vendors earlier and keep contact data cleaner.
Original PR description
Task 1942984 Add a warning to alert for partner duplicates based on VAT number When we create a new partner with an existing vat number, on change from vat number --> trigger a warning, -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update disables quick creation for accounting account fields across several Odoo workflows. It helps prevent users from accidentally creating incomplete or incorrect accounts while entering invoices, payments, expenses, stock valuation, or related accounting records.
Original PR description
Task 1958439 Purpose: prevent the erroneous account creation -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Records created from incoming emails now keep people who were copied on the original message, reducing the chance that important contacts are left out of later follow-ups. The chatter also makes recipient suggestions easier to manage by showing a shorter list with an option to expand it when needed.
Original PR description
*: crm, project, maintenance, hr_recruitment When a record is created from an email, cc can be lost. This commit proposes a new mixin to keep cc on the record and allows to create partner for each of them when sending a message from the chatter. The mixin is added on the mail recors that can be created from mail.alias: document helpdesk.ticket mrp.eco quality.alert hr.applicant crm.lead project.task mail.channel maintenance.equipment A new show more/ show less mechanism is also added to the partner suggestions in chatter. Task: 1925001 Linked PR: odoo/enterprise#3689
Records created from incoming emails now retain the people copied on the original message. This helps teams keep all relevant contacts visible and makes it easier to include or create those contacts when replying from the record conversation.
Original PR description
*: crm, project, maintenance, hr_recruitment When a record is created from an email, cc can be lost. This commit proposes a new mixin to keep cc on the record and allows to create partner for each of them when sending a message from the chatter. The mixin is added on the mail recors that can be created from mail.alias: document helpdesk.ticket mrp.eco quality.alert hr.applicant crm.lead project.task mail.channel maintenance.equipment Task: 1925001 Linked pr: odoo/odoo#31275