Daily updates from Odoo
Navigate
Branch
Wednesday, June 15, 2016
3 changes
Enhancements to existing features
Inventory teams can now prepare counts for an entire product category and choose to include products that currently show zero stock. This helps businesses spot exhausted items, avoid missed products during initial stock counts, and work from a clearer printed inventory list.
Original PR description
Description of the issue/feature this PR addresses: Task:https://www.odoo.com/web?#id=23487&view_type=form&model=project.task&action=327&menu_id=4720 Pad:https://pad.odoo.com/p/r.2c7ccbc3218540bc21589cf48179b9c8 Desired behavior after PR is merged: - The possibility to make the inventory of the product category. - User have option to also select stockable products with a quantity of 0. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
This change adds missing information to demo data so the Stock module can install correctly. It prevents setup failures caused by an incomplete sample sales order, improving reliability for demo and test environments.
Original PR description
This happens when installing Stock module. The field 'move_type' is required, though it's not assigned to demo data on sale_stock/sale_stock_demo.xml to sale_order_id_5. Just added it.
Documentation and clarification updates
A corporate Contributor License Agreement for Microcom was added to the project documentation. This records the company's legal permission for contributions, helping maintain clear contribution rights and compliance.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr