Daily updates from Odoo
Monday, February 5, 2018
4 changes
Resolved issues and error corrections
Website quote details now adapt better on mobile screens by showing information in two columns instead of four. This prevents overlapping text and makes quotes easier for customers to read on phones.
Original PR description
On website quote the main informations are displayed in 4 columns (2 for headers, 2 for content) which can be ugly or having content overlaying content on mobile. This commit makes a change so mobile gets only two columns (header and content). opw-805200
The CRM screen no longer shows the empty-state smiling face twice when there is no content to display. This keeps the interface cleaner and avoids a confusing duplicate visual for users.
Original PR description
pad: https://www.odoo.com/web?#id=813559&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an error that appeared when users clicked records in the Intrastat report. The report now handles missing view information gracefully, allowing users to continue their work without interruption.
Original PR description
… is no view Description of the issue/feature this PR addresses: Traceback while clicking on any record of intrastat report. Current behavior before PR: Traceback while clicking on any record of intrastat report. Desired behavior after PR is merged: Traceback resolved while clicking on any record of intrastat report. Issue : https://www.odoo.com/web#id=806811&view_type=form&model=project.issue&action=609&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
When a new company is created, its default working calendar is now linked to the correct company. This prevents duplicate standard working time records and keeps company configuration cleaner and easier to manage.
Original PR description
…ng calendar record. Description of the issue/feature this PR addresses: Task id - https://www.odoo.com/web#id=36643&view_type=form&model=project.task&action=327&menu_id=4720 Pad - https://pad.odoo.com/p/r.cc9b78eb03924c403d5b95bac5868f03 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