Thursday, March 28, 2019
6 changes
New functionality added to Odoo
This change adds an option to display EPC QR codes when recording supplier payments, making it easier for users in Europe to scan and pay directly with a mobile banking app. It also improves payment grouping behavior and bank account requirements so the payment flow is clearer and more reliable.
Original PR description
/!\ This is only used so that runbot can merge on enterprise. The enterprise branch is compliant with OPW 1906794 In Europe, there is the EPC QR Code that can be used to record a payment with mobile apps. In the wizard to record a payment to a supplier, we should have the ability to show the EPC QR Code. That way, the user can scan it on the screen with his mobile and pay right away. Add a setting to activate the option Add the img on the view OPW 1918423 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Users can now display an EPC QR code when recording supplier payments in Europe, making it easier to pay by scanning the screen with a mobile banking app. This reduces manual entry and helps speed up supplier payment workflows when the option is enabled.
Original PR description
In Europe, there is the EPC QR Code that can be used to record a payment with mobile apps. In the wizard to record a payment to a supplier, we should have the ability to show the EPC QR Code. That way, the user can scan it on the screen with his mobile and pay right away. Add a setting to activate the option Add the img on the view OPW 1918423
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