Daily updates from Odoo
Monday, July 6, 2015
7 changes · master
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.
Code cleanup and technical improvements
This update tidies the internal code style for the Inter-Company Rules module without changing business functionality. It helps keep the module easier to maintain and reduces the risk of future development issues.
The Delivery module was reorganized and migrated to Odoo's newer internal framework, making it easier to maintain and evolve. Existing delivery cost and stock movement checks were also converted into more robust automated tests, helping protect shipping workflows from regressions.
Original PR description
Task: https://www.odoo.com/web#id=13368&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.bqzIjTwY3r1YwZOa
Documentation and clarification updates
A contributor license agreement record was added for mrshelly. This supports the project's legal compliance by documenting permission to contribute code or documentation.
Original PR description
RT.