Tuesday, June 30, 2020
6 changes · master
Enhancements to existing features
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: 2230573Resolved issues and error corrections
When a vendor bill is created from a purchase order, partner-related details such as shipping address and incoterms are now filled in correctly. This prevents missing information on bills and reduces manual correction for purchasing and accounting teams.
Original PR description
Create a purchase order Confirm Create the bill from the PO Some fields related to the partner are left empty, shipping address, incoterms, ... While the account.move related to the bill is created, no onchanges are triggered, so partner additional info are not loaded in the account move form. opw-2276391 closes odoo/enterprise#11294 Signed-off-by: Nicolas Martinelli (nim) <nim@odoo.com>