Daily updates from Odoo
Thursday, September 15, 2016
2 changes · master
Enhancements to existing features
The Accounting app now includes a Product menu under its configuration area. This makes product-related setup easier to find for users managing accounting configuration.
Original PR description
Task : https://www.odoo.com/web?#id=28342&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.c2340efda0a1f4c110d4cb3c8418d29a 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
Resolved issues and error corrections
This fixes an issue that could prevent users from changing time values in the timesheet grid. The update corrects a small data formatting mistake so timesheet edits work as expected.
Original PR description
It seems that there are missing quotes in dict for the name key that causes an issue while changing time values in a timesheet grid. This proposed fix seems to solve that issue.