Daily updates from Odoo
Navigate
Branch
Wednesday, September 3, 2014
4 changes
New functionality added to Odoo
Adds a new website slides area for publishing and browsing presentation documents and YouTube videos. This gives businesses a richer way to share learning or marketing content online, with categories, tags, filtering, thumbnails, and view tracking.
Original PR description
- Task: https://www.odoo.com/web#id=9093&view_type=form&model=project.task - Pad: https://pad.odoo.com/p/r.QlQTvBv6mCcMrK4B
Enhancements to existing features
The labels shown when hovering over “Send a message” and “Log an internal note” in the chatter have been clarified. This helps users better understand what each action does before choosing how to communicate on a record.
Original PR description
Purpose : Review tooltip on chatter to be clearer for the user. Task : https://www.odoo.com/web#id=9399&view_type=form&model=project.task&menu_id=3942&action=327
The website image delivery feature now supports using stable internal record identifiers when requesting images. This makes website content easier to manage and less dependent on fragile numeric references, reducing maintenance effort for pages and assets.
Resolved issues and error corrections
The Windows build setup now points to the correct location for the application icon, preventing a packaging error during EXE creation. This helps teams produce Windows installers reliably without manual file path workarounds.
Original PR description
setup.py is looking for openerp-icon.ico in an invalid folder "install". The correct location is setup\windows\openerp-icon.ico This fix build error when running setup.pe py2exe Short description of the issue **_Impacted versions:**_ - 8.0 (master) **_Steps to reproduce:**_ python setup.pe py2exe  **_Current behavior:**_ error: Resource filename 'install\openerp-icon.ico' dose not exist **_Expected behavior:**_ Find openerp-icon.ico which located in setup\windows folder