Daily updates from Odoo
Monday, July 6, 2015
4 changes
Resolved issues and error corrections
A typo in a Website Quote field name was corrected so quotation pages can reference the intended information properly. This reduces the risk of display or processing issues caused by the incorrect field name.
Original PR description
**Issue**: https://www.odoo.com/web#id=643692&view_type=form&model=project.issue&action=963&active_id=681
This update fixes how project menu configuration behaves from the main menu area. It helps ensure users see and manage the intended project menu options consistently.
Original PR description
ISSUE : https://www.odoo.com/web#view_type=form&model=project.issue&action=963&active_id=681
Fixes an issue where CRM settings menu items were hidden when only the CRM app was installed. This ensures users can access CRM configuration without needing other apps installed.
Original PR description
…talled ISSUE : https://www.odoo.com/web#id=643594&view_type=form&model=project.issue&action=963&active_id=681
This fix ensures fields meant only to hold temporary form data are treated correctly instead of being handled like regular stored fields. It helps avoid errors or unexpected behavior in forms that rely on these temporary values during user interactions.
Original PR description
Those fields should be considered as "dummy" fields": they are typically useful for hackish onchange methods that need to store something into a form.