Daily updates from Odoo
Thursday, April 7, 2016
3 changes
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
This fixes an internal error that could stop project timesheet settings from being applied correctly. Businesses can reliably turn issue timesheet tracking on or off, so users see the right tabs and options based on the chosen configuration.
Original PR description
Description of the issue/feature this PR addresses: "Timesheets invoicing" radio buttons are not working : see here : https://drive.google.com/file/d/0B5j41T1Hqv1sNFF1ZDFBN0MzYTA/view?usp=drivesdk When I activate "timesheet on issues" ,then 'Timesheet' tab comes in form view.. When I select the "Do not track working hours on issues" option, then 'Timesheet' tab should not be appear. <b>Issue:</b> https://www.odoo.com/web?#id=673801&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Current behavior before PR: When we change Configuration setting in project module 'Timesheets invoicing' radio button no work properly. Desired behavior after PR is merged: When we change Configuration setting in project module 'Timesheets invoicing' radio button work properly. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr