Tuesday, June 30, 2020
10 changes · master
Enhancements to existing features
Customers who choose delayed payment methods such as SEPA or wire transfer now see a “View quote” button in their confirmation email instead of “Sign & pay.” This avoids confusion by matching the customer’s payment status and guiding them to review their quotation.
Original PR description
PURPOSE
When you buy something on e-commerce with a differed payment (SEPA or wire transfer), you receive an email saying that payment is pending and you can reach your quote by clicking on a link.
But:
> On the email template, label of this button is "sign & pay" (which is unlogical because it's already paid)
SPECIFICATION
Modify
> "Sign & pay" >> "View quote" ( https://cutt.ly/MtiENzQ )
LINKS
PR: #49389
TaskID: 2210990Long modal window titles now wrap onto multiple lines instead of overflowing outside the dialog. This makes pop-up windows easier to read and keeps the interface looking clean, especially when titles contain long words or references.
Original PR description
…by breaking words. Taskid: 2253703 Linked PR (enterprise) : https://github.com/odoo/enterprise/pull/10947 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update makes Odoo more reliable when preparing translated messages, preventing empty or invalid text values from causing unexpected results. It also adds automated checks to catch translation formatting mistakes earlier, improving consistency across many apps without changing business workflows.
Original PR description
Product forms now hide accounting-related sections when inventory valuation is set to manual. This reduces clutter and helps users focus only on settings that apply to their current valuation method.
Original PR description
Hide sections "Account Properties" & "Account Stock Properties" if the inventory valuation (property_valuation) is set to manual. task-2232026
Access restriction pop-ups now present clearer, better structured explanations when users lack permissions or are blocked by security rules. This helps users understand why an action failed and reduces confusion or support requests.
Original PR description
* Improve layout of access error messages from group restrictions * Improve layout of access error messages from security records rules * Use the error title in the JS crash manager when possible task id : 2206787
This update gives website owners more control over how headers and footers appear, including options to hide the logo, header, footer, copyright section, and add a main header button. It also improves footer effects, editor labels, modal behavior testing, and adds a shop option to always show the cart, making website presentation easier to tailor without technical work.
Original PR description
Description of the issue/feature this PR addresses: Extension of the task-2087641 which introduces the possibility of changing the template for the header/footer. Make some adjustments and add new options. task-2229551
The Planning Gantt view now shows more useful, readable shift labels, especially in compact views like month mode. This reduces duplicated or unnecessary date and time details so managers can scan schedules more easily.
Original PR description
Description of the issue/feature this PR addresses: Taskid: 2253703 - [Planning] Nameget improvements Current behavior before PR: The gantt view doesn't offer space for much information, especially in month mode. That small space is taken by information that is either duplicated or useless, e.g.: the start/end hours in day mode, the start/end hours in year mode, the start/end dates in week/month modes... Desired behavior after PR is merged: The gantt view is much more readable Linked PR (community) : https://github.com/odoo/odoo/pull/52727 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Documents app now includes a setting to enable OCR for scanned PDF files, making text inside scans searchable and easier to process. This helps users find and manage scanned documents more efficiently across related document workflows.
Original PR description
Add a settings in the documents app that activate the OCR for pdf documents. task id : 2238654
Subscriptions now keep the specific invoice or delivery address chosen on the original sales order. This ensures recurring invoices use the intended customer addresses instead of reverting to the customer's default addresses.
Original PR description
Before this commit when a specific delivery or invoice address is set on the sale order, it is not stored on the subscription.
When the reccurrent invoice is issued, the default addresses of the partner are used.
taskid: 2230573
taskid: 2230573The Timesheets button on an employee record now opens timesheets in a grid view instead of a list. This makes time entry and review more convenient by showing timesheet data in a format better suited for planning and comparison.
Original PR description
Currently in enterprise, the default view when clicking on hr_employee_form_view "Timesheets" button is a list view. This PR changes it to a grid_view. Task ID: 227726
and fallback on `''` to avoid returning `False` when passing a variable instead of a string