Daily updates from Odoo
Thursday, January 8, 2015
7 changes · master
New functionality added to Odoo
Adds a website form builder that lets teams create and configure forms directly on website pages, including common fields such as text, checkboxes, radio buttons, and dropdowns. It also connects website contact forms to CRM so submitted information can be captured as business leads more easily.
Original PR description
- Task: https://www.odoo.com/web?debug=#id=9220&view_type=form&model=project.task&action=333&active_id=357 - Pad: https://pad.odoo.com/p/r.m4FFgfkAmDhCBcL0
This update adds a shared customer rating system and applies it to project tasks, issues, and live chat interactions. Businesses can collect feedback by email and showcase live chat channel ratings on website pages, improving visibility into customer satisfaction.
Original PR description
- Task : https://www.odoo.com/web#id=8060&view_type=form&model=project.task&menu_id=3942&action=327 - Pad : https://pad.odoo.com/p/r.2BmKqyvcwKbiXPRI Rating modules - rating : with the rating mixin and rating objects - rating_project : apply rating for task project, by email - rating_project_issue : idem, but for issue - rating_livechat : rating for the livechat, using the mixin - website_livechat : modified to include web pages exposing the rating of the channels
Adds a new website versioning feature that lets teams manage and test different versions of website content. This supports safer website changes and experimentation before updates are made broadly visible, with a related display fix for Kanban columns.
Enhancements to existing features
Warehouse-related menus and search filters have been reorganized to make everyday navigation clearer. This helps users find product, procurement, stock, and landed cost options more easily with less clutter.
Original PR description
- Task: https://www.odoo.com/web#id=10147&view_type=form&model=project.task&action=333&active_id=248 - Pad: https://pad.odoo.com/p/r.v9mmlgsYHH2otMCD
Resolved issues and error corrections
Company fields across multiple Odoo screens now use a standard setting to prevent users from creating new companies from those fields. This keeps company selection behavior consistent while reducing the risk of accidental duplicate company records.
Original PR description
...e': True} in all views Task: https://www.odoo.com/web#id=10974&view_type=form&model=project.task&menu_id=3942&action=327 PR: https://pad.odoo.com/p/r.RF1av6IoN9v6iMGE
The timesheet view now correctly identifies and highlights the current day. This makes it easier for users to enter or review time on the right date and avoids confusion in daily timesheet work.
Original PR description
...omentjs to highlight current day in timesheet duration Task: https://www.odoo.com/web#id=11322&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.CwABfoXkSR7IpnSf
This update fixes several website editor issues that could disrupt everyday page editing, including image text editing, list numbering, formatting changes, and editor history snapshots. It helps users keep their intended formatting and layout when editing website content, reducing rework and frustration.