Tuesday, January 26, 2021
5 changes · master
Enhancements to existing features
The Swedish OCR payment reference features are now included directly in the main Swedish localization module, reducing setup complexity for companies operating in Sweden. The update also improves translations, partner form integration, and data cleanup behavior when the module is removed.
Original PR description
merge module l10n_se_ocr into l10n_se Also set ondelete policy for field invoice_reference_model for invoice_reference_model field with selection add a property into account.journal set ondelete policy that implements the proper cleanup of the corresponding records upon module uninstallation -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Users can now find contacts and leads by phone or mobile number even when the number is typed with different formatting. This improves search results in CRM, contacts, and SMS-related views while reusing the same phone search logic across modules.
Original PR description
Before this commit the user had to type in the exact same formatting to find contacts. After this commit the user will be able to get better search results and does not have to type the same formatting. To avoid code duplication, the existing search_mobile_phone method has been moved to the mail_thread_phone class, so that it could be used by both the crm and res_partner models. Task-2435233 Signed-off-by: Noureddine Bensebia <neb@odoo.com> -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Translation exports now default to the PO/POT format commonly used across Odoo and with Transifex. This reduces repetitive manual selection for contributors and helps keep translation update workflows consistent.
Original PR description
WHY: I'm tired to switch it every time I update pot file in my pull requests 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 website countdown snippet now keeps its content on one line on mobile screens, matching the desktop presentation. This improves readability and gives mobile visitors a more consistent, polished page experience.
Original PR description
PURPOSE The snippet countdown and quotes are cool but could be improved on mobile. SPECIFICATION Current: https://tinyurl.com/y472gmz3 Imp: everything on one line task-2349095 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Users can now edit the subject lines of follow-up email templates, making customer payment reminders easier to tailor. This helps businesses communicate more clearly and consistently when following up on overdue invoices.
Original PR description
Make the subject of the followup email templates editable. Task:2095801