Daily updates from Odoo
Navigate
Branch
Tuesday, September 23, 2014
6 changes
New functionality added to Odoo
Website editors can now add a ready-made table layout snippet from the website builder side panel. This makes it easier to present product descriptions or structured information clearly without custom design work.
Original PR description
<b>Add Table Snippet:</b> Write product description in table format View like: http://goo.gl/KKI8CW <b>Task:</b> https://www.odoo.com/web?#id=8713&view_type=form&model=project.task&action=327 <b>Pad:</b> https://pad.odoo.com/p/r.USCXaY1Y9mRoXCDQ
Adds a new tip feature that can show helpful guidance when certain conditions are met. The CRM app now includes its own tips, helping users discover relevant actions and workflows more easily.
Original PR description
This PR adds the web_tip module. Tips are now displayed when specific conditions are met. The module also allows other modules to define their own tips. Included in this PR are tip definitions for the CRM module. task: https://www.odoo.com/web#id=8829&view_type=form&model=project.task&menu_id=3942&action=327
Enhancements to existing features
Service product setup is now handled in the Timesheets area, while the default time unit for services moves to analytic accounting configuration. This makes service and time-tracking setup clearer and easier for businesses that bill or manage work by time.
Resolved issues and error corrections
PDF reports on Windows could generate as empty files when report DPI settings were below the Windows default. This update uses a safer Windows DPI value and keeps temporary files until PDF creation succeeds, improving report reliability for Windows users.
Original PR description
Fixes issue https://github.com/odoo/odoo/issues/364 https://github.com/odoo/odoo/issues/754 - PDF generate empty file on Windows platform. **_Impacted versions:**_ - 8.0 **_Patch tested on:**_ 1. Windows XP SP3 2. Windows 7 SP1 3. Windows Server 2003 R2 4. CentOs 5.10 <strong>All above test conducted using wkhtmltopdf version 0.12.1</strong> **_Current behavior:**_ - Script detect Windows platform and: - If DPI setting on requested report is set to anything below 96 (Current Odoo Default = 90), script will use 96 (Windows default) instead. - Avoid deletion of temp files till a successful creation of the required PDF report.
This update fixes a problem in the reporting area that could affect how temporary files are handled when generating reports. It helps make report creation more reliable and reduces the chance of errors during normal business operations.
Original PR description
This patch fixes issue #364
This corrects a small typo in the accounting invoice code introduced during an API conversion. It helps prevent potential invoice processing errors caused by the typo, with no expected change to normal user workflows.