-
- Downloads
[FIX] stock: Show only affected products for lot_id name_search
What are the steps to reproduce your issue ? 1. Install 'stock' 2. Create 'ProductA' with 'Tracking By Lots' 3. Create some 'Lots/Serial Numbers', for example 'CodeA0 and 'CodeA1' 4. Go to 'Reporting/Inventory Report' 5. Remove 'Product > Location' from the search bar. 6. Click 'Create' and select 'ProductA' with 'WH/Stock' Location What is currently happening ? When you set 'Lot/Serial Number', the available lots to choose are not limited to the selected product only. What are you expecting to happen ? Show only lots of the selected product. Why is this happening ? The domain contained no condition which depended on the product. How to fix the bug ? Addition of a condition that depends on the product. opw-238143 closes odoo/odoo#62040 X-original-commit: 3b33f1d3 Signed-off-by:Nicolas Martinelli (nim) <nim@odoo.com>
Please register or sign in to comment