Wednesday, June 5, 2019
3 changes · master
Resolved issues and error corrections
This fix prevents resource attendance values from being set when they were not requested. It reduces unnecessary processing and helps avoid duplicate or unintended attendance data during resource setup.
Original PR description
Don't set attendance_ids default value if the field is not in the field list parameter. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix ensures the Belgian payroll module correctly fills in required values when creating a standard 38-hour work schedule. It prevents missing working-time information that could affect payroll setup or calculations.
Original PR description
fields `hours_per_day` is set by an onchange, therefore the value was not set when calling create. + add missing `full_time_required_hours`
Creating a task from Documents no longer triggers an error when the Field Service Report module is installed. This helps users continue their workflow smoothly without being blocked by a system traceback.
Original PR description
**Description of the issue/feature this PR addresses**: - Task: https://www.odoo.com/web#id=2002519&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720 - Pad: https://pad.odoo.com/p/r.8cf7a783c72cc22071fd37f064a10262 **Description:** Previously when user tried to create a task from documents with the module industry_fsm_report installed, it was giving an error. Corrected that. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr