Daily updates from Odoo
Thursday, April 7, 2016
2 changes · master
Resolved issues and error corrections
The stock product filter now avoids showing service and consumable products as exhausted stock. This keeps inventory views focused on items that are actually stock-managed, reducing confusion for users reviewing shortages.
Original PR description
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=23348&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 - Pad : https://pad.odoo.com/p/r.2449ddbb537c010c21f8a5369ef31111 Current behavior before PR: In product, the "exhausted stock" filter is wrong because it includes services Desired behavior after PR is merged: Services should be excluded from the "Exhausted Stock" filter ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr …filter.
The CRM activities analysis report now includes the fields needed for the “Lost” filter to work correctly. This helps users analyze lost opportunities without missing or broken report filters.
Original PR description
[FIX] crm: add needed fields for Activities Analysis The two fields used in the filter Lost were not available on the crm.activity.report model. opw-673533