Thursday, November 3, 2016
5 changes · master
New functionality added to Odoo
A new web_clearbit module lets users retrieve company logos from the Clearbit service and display them on partner/company records. This helps keep customer and company profiles visually recognizable with less manual image management.
Original PR description
- Task: https://www.odoo.com/web?#id=23444&view_type=form&model=project.task&action=327&menu_id=4720 - Pad: https://pad.odoo.com/p/r.fbd26ccc5746da6b3eef2fa0e75075a6
Enhancements to existing features
Link tracking and UTM settings are now shown within the configuration menus of the apps that use them, such as CRM, Recruitment, Email Marketing, and Website Links. This makes related marketing settings easier to find in the right business context instead of being grouped under a separate link tracker menu.
Original PR description
Task: https://www.odoo.com/web#id=28884&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.8992613809ded02a10166a9e595ce00f 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
Resolved issues and error corrections
This fixes an issue in Point of Sale where newly created cash control sessions could not be closed. Businesses using cash control can now complete their end-of-session process normally, matching the expected prior workflow.
Original PR description
Before the fix: When creating a new session with Cash control POS then it was impossible to close the session. After the fix: The same flow as in 9.0 when closing a session opw:691517
The Lunch app’s ordering widget has been streamlined so order information is prepared on the server and displayed more consistently. This makes the lunch ordering experience cleaner and easier to maintain, with less risk of display inconsistencies.
Original PR description
https://www.odoo.com/web?#id=21824&view_type=form&model=project.task&action=327&menu_id=4720
The event agenda now shows dates and times using the visitor's website language settings. This makes schedules easier to read for international audiences and avoids confusion caused by fixed date or 24-hour time formats.
Original PR description
Description of the issue/feature this PR addresses: - Task: https://www.odoo.com/web#id=27035&view_type=form&model=project.task&action=333&active_id=131 - Pad: https://pad.odoo.com/p/r.2067bce7711b814f3a72fbf5f6f0d331 Current behavior before PR: Front end Event -> 'Agenda' (Calendar View) - Time is always in the 24 hours format - Date is also in fixed format Desired behavior after PR is merged: - Date and Time format of 'Agenda' (calendar) should be based on website language format. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr