Friday, April 5, 2019
6 changes · master
Enhancements to existing features
The Sales order form now gives the terms and conditions area more readable space. This makes it easier for users to review and edit important contractual text without struggling with a cramped field.
Original PR description
Issue : https://www.odoo.com/web#id=1950799&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/openerp-project.task-PDCZXBF223 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
A new JavaScript helper makes it easier to start guided tours in automated tests, matching an existing server-side helper. This improves consistency for developers maintaining Odoo tests while having no direct impact on day-to-day users.
Original PR description
As a start_tour helper was added on the python side (PR #32316), a javascript helper was needed as suggested on the PR.
Sales orders that contain only service products no longer show delivery-related buttons such as adding shipping costs or recomputing delivery prices. This keeps the order screen cleaner and avoids actions that are not relevant when no physical goods need shipping.
Original PR description
Hide button delivery when no consumable or storable products in the SO Avoid showing useless buttons on SO Task : https://www.odoo.com/web#id=1940491&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.9ba25b413b62a73b6808e2dec019218e -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Website users creating a new product can now fill in the product sales description directly from the website. A clear placeholder explains that this description will also appear on related backend documents such as sales orders and invoices.
Original PR description
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=1951231&action=327&model=project.task&view_type=form&menu_id=4720 - Pad : https://pad.odoo.com/p/r.1871ef34e4f6446d470cfd643452d63e Current behavior before PR: - Product description placeholder was not there while creating new product from website. Desired behavior after PR is merged: - Added product description placeholder while creating new product from website. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
Fixed an issue where the Activities icon in the systray could load too early and disrupt the intended order of icons. This helps keep the top menu layout consistent and predictable for users.
Original PR description
Task:https://www.odoo.com/web#id=1960741&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad:https://pad.odoo.com/p/r.a6f654317934a217e58cf3536eadd984 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Code cleanup and technical improvements
Email creation has been cleaned up across several Odoo apps so sender and author details are set consistently. Timesheet reminder emails now use the standard language setting on templates, improving localization reliability without changing user workflows.