Thursday, July 16, 2015
5 changes
Resolved issues and error corrections
This fix prevents errors in timesheet-related workflows when optional analytic user function features are not installed. It helps keep account selection and invoicing behavior stable across timesheets, projects, and issue tracking modules.
Original PR description
…ethod signature in account.analytic.line.on_change_account_id(). To prevent such issues without building a bridge module, this method always takes the right number of arguments, even if analytic_user_function is not installed
This update corrects a wording mistake in reports and ensures website quotes load the required report styling. It helps keep customer-facing documents looking consistent and professionally presented.
Original PR description
ISSUE : https://www.odoo.com/web#id=644848&view_type=form&model=project.issue&action=963&active_id=681
This fix ensures the correct customer is carried into the analytic account context when working from related records. It helps prevent accounts from being linked to the wrong customer, reducing manual corrections and reporting confusion.
Original PR description
… context TASK : https://www.odoo.com/web#id=13644&view_type=form&model=project.task PAD : https://pad.odoo.com/p/r.OLe9QSqCvVxsflz1
This fix adds checks to stop imported integer values that are too large or too small from being accepted. It helps prevent data import errors and keeps records within safe value limits.
Original PR description
...eck if value is between MAX_INT and MIN_INT Task: https://www.odoo.com/web#id=11421&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.2bYLA1B1Cx8dlgMA
This fixes an issue where the wrong default company could be set in multi-company environments. Users working across multiple companies should now see more reliable company defaults, reducing errors when creating or updating records.
Original PR description
...ment Task: https://www.odoo.com/web#id=10939&view_type=form&model=project.task&action=327 Pad: https://pad.odoo.com/p/r.skxCgtvzjPGKJIAo