Thursday, July 16, 2015
2 changes
Resolved issues and error corrections
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