Daily updates from Odoo
Monday, August 20, 2018
5 changes · master
Resolved issues and error corrections
Opening the Employees app could fail when the Time Off module was installed because leave dates were handled in the wrong format. This fix ensures leave status dates are processed correctly, allowing users to access employee records without interruption.
Original PR description
Click on the employee app causes a traceback when hr_holidays is installed. With this commit, leave_date_from and leave_date_to receive a date as expected instead of a datetime when computing the leave status. 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
This fix adjusts portal page layouts across several Odoo apps so they render properly on tablet-sized screens. It improves the experience for customers and users viewing documents, projects, purchases, sales, or partner information through the portal.
Original PR description
BS4 issue in pad: https://drive.google.com/file/d/11nTNXy5IWSLghD_jIteNRiOOqcWF0oDb/view?usp=drivesdk expected https://drive.google.com/file/d/1TTF4fyrBFriI_N0qyFWoRASnPGaW-3Jr/view?usp=drivesdk 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
The Timesheets & Forecast Analysis report no longer crashes when opened. The report grouping options were adjusted so users can still analyze timesheet and forecast data in flexible combinations without hitting an error.
Original PR description
Before this - Unable to see the 'Timesheet and Forecast Analysis' report. In this commit - Traceback in because now system is not supporting the multiple fields given for groupby in list. Hence for now removed the list of multiple fields and provided the single field for groupby. This commit is related to bug#1871683 .
Odoo Sign now avoids sending duplicate or unnecessary email notifications during signing, completion, copy sending, and resend flows. This reduces inbox noise while keeping signers and followers informed, and also improves related actions such as previewing requests and downloading completed documents.
Inventory adjustments processed through barcode scanning now use the correct validation flow, preventing tracebacks during validation. Products that require lot or serial tracking also require that information when entered manually, helping avoid invalid inventory adjustments.
Original PR description
… to validate barcode. Now action_done is private method as '_action_done' and it is called from method 'action_validate' to validate barcode. Related to Issue: 1868792 While validating barcode it gives traceback. https://drive.google.com/file/d/1CxcLGDlkj4gvxMXPu4ovKITAG_xuGLvP Issue : https://www.odoo.com/web#id=1868792&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.4ca6f223a67f35402db23a780d7c7b5d