Daily updates from Odoo
Monday, February 25, 2019
2 changes · master
Enhancements to existing features
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
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