Daily updates from Odoo
Navigate
Branch
Monday, February 25, 2019
5 changes
Enhancements to existing features
Chart tooltips in bar, line, and pie views now show more meaningful information, including the selected measure and grouped data context. This makes graph-based reports easier to understand and compare without extra interpretation.
Original PR description
Description of the issue/feature this PR addresses: - To make tooltip information meaningful - Related task : https://www.odoo.com/web#id=1917940&action=327&model=project.task&view_type=form&menu_id=4720 - Pad: https://pad.odoo.com/p/r.3ddff15d323dc5b772f32094f2963585 Current behavior before PR: - Tooltip information was not meaningful in bar, line and pie chart. Desired behavior after PR is merged: - Added custom template which is the same as given by the library nvD3 for the tooltip which will show the measure of the chart on the top of the tooltip in both normal and comparision view. Tooltip data(Measure) will be changed according to the measure of the graph and data will be accordingly to the applied groupby fields. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Inventory putaway settings are now easier to find and manage from products, product categories, locations, and the product configuration menu. The underlying setup was simplified so each location can hold multiple rules based on product or category, reducing duplicate configuration work.
Original PR description
PutAwayStrategy model was deleted and FixedPutAwayStrategy model was renamed into PutAwayRule. Now, each location can contain multiple putaway rules, each rule applying either on product or on product category. The purpose is to: - Add more visibility on putaway settings (with a stat button on product, product category and location views, and a submenu item in Product configuration menu). - Change putaway model to avoid redundancy. Task [#1935169](https://www.odoo.com/web#id=1935169&action=333&active_id=966&model=project.task&view_type=form&menu_id=4720) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Product cost displays now clarify which unit of measure the cost refers to when Units of Measure are enabled. This reduces ambiguity between the product's unit of measure and purchase unit of measure, helping users interpret costs correctly.
Original PR description
Before this commit, when UoM was displayed, it wasn't specify if cost referred to 'Unit of Measure' or 'Purchase Unit of Measure'. To avoid ambiguity, it's now specified. This apply when 'Units of Measure' is ticked in settings. Task #1937177 -- 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 clicking “Send Now” in the Email Marketing app could trigger an error and prevent the mailing from being sent. This improves reliability for users sending mass email campaigns.
Original PR description
Task: https://www.odoo.com/web#id=1932061&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720 PAD: https://pad.odoo.com/p/openerp-project.task-0SRHUNWSS7
Code cleanup and technical improvements
Manufacturing orders created manually now automatically assign the current user as the responsible person. Orders created automatically through procurement rules leave the responsible field empty, helping teams distinguish manually managed orders from system-generated ones.
Original PR description
Default the responsible to the current user if the mo is created manually. Default the responsible to empty if the mo is created by a procurement rule. task 1938495