Wednesday, March 16, 2016
1 change · master
Features or functions removed from Odoo
The stock lot product list now removes duplicate product and identifier columns because that information already appears elsewhere on the form. This makes the view simpler for users by showing only the location and quantity details they need.
Original PR description
Description of the issue/feature this PR addresses: - Refactoring the Serial Numbers / Lots view <b>Task:</b> https://www.odoo.com/web?#id=22133&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 <b>Pad:</b> https://pad.odoo.com/p/r.6909ebab8e9108302219486781213b38 Current behavior before PR: - The 'Products' section contains four columns: 'Identifier', 'Product', 'Quantity' and 'Location'. 'Product' and 'Identifier' columns contains duplicated information in Products section as this information is in main group. So it doesn't have any meaning. Desired behavior after PR is merged: - 'Product' and 'Identifier' columns are removed from 'Products' section. Remaining two columns are inverted: 'Location' and 'Quantity'. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr