Daily updates from Odoo
Friday, June 10, 2016
1 change
Enhancements to existing features
Inventory screens and reports now use the same “Lots / Serial Numbers” wording instead of alternating between “Lot” and “Serial Numbers.” This reduces confusion for users managing tracked products and makes stock workflows easier to understand.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web#id=24362&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.58c7c8e00953676a011a715876e8752c Current behavior before PR: some places the string "Lot" is used and at some places "Serial Numbers" is used , which is very confusing for the user. Desired behavior after PR is merged: Make a common string "Lots / Serial Numbers" everywhere for the uniformity. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr …Serial Numbers' is used, ``` which is very confusing for the user, so make a common string "Lots/Serial Numbers" everywhere for the uniformity. ```