Daily updates from Odoo
Monday, January 19, 2015
12 changes · master
Resolved issues and error corrections
This fixes an issue where session files could be stored in the default location even when administrators configured a different data folder. The change helps ensure deployments follow their configured storage paths, reducing confusion and operational misconfiguration.
Original PR description
import the http module here, will cause the session data always keeping under the default data_dir folder (/home/XYZ/.local/OpenERP/session) and ignoring the user's setting for data_dir. refer to: https://bugs.launchpad.net/openobject-server/+bug/1314066
This update applies follow-up fixes to the website customer area after a prior review. It improves reliability and maintainability through safer standard Odoo methods, clearer naming, corrected access-rule details, and cleanup of formatting and wording.
Original PR description
Change xmlid from ir rule Use unslug function from odoo Rename CamelCase variable / function Replace SQL by ORM search Replace 1 by True for boolean Improve name for ir model access Add missing coding Reindent long line Reindent xml Typo singular/plural
Clicking opportunities from the sales team graph now opens the expected opportunity records correctly. This helps sales users navigate from reporting charts to the relevant pipeline details without confusion or extra manual searching.
Original PR description
Fix #2120
This fixes a display issue with the weight and net weight fields on warehouse stock move screens. Users should now see these fields aligned more clearly, making stock move information easier to review and enter.
Original PR description
Solve issue of alignment in weight and net weight field in stock move[warehouse] #427:
Manufacturing orders created or confirmed from the planning calendar now show up without requiring users to refresh the page. This makes production planning smoother and reduces confusion when newly saved work seemed to be missing.
Original PR description
Task: https://www.odoo.com/web?#id=8109&view_type=form&model=project.task&action=333&active_id=131 Pad: https://pad.odoo.com/p/r.5Nq1G1Y6s8L3vkYt
The project module now correctly prevents saving a project when the end date is earlier than the start date. This helps avoid inaccurate project timelines and reporting caused by invalid date ranges.
Original PR description
Problem : In Project module project start_date and project end_date constraint is not working when end_date is earlier to the start_date. Fix Isuue : #1756 Thanks
Fixed a display issue where long values in fixed fields could overlap other content in the web interface. This improves readability and reduces confusion for users working with records that contain lengthy text.
Original PR description
fixes : #2651 thanks
A broken link format in event registration was corrected so backend users no longer hit a 404 error. This helps staff register attendees for paid events without interruption.
Original PR description
issue #3186
The online quotation history link has been corrected so customers are taken to the right quotation information. This reduces confusion when reviewing past quotation activity and helps ensure users see the intended details.
Original PR description
Fix -> #2553:
Creating a duplicate blog entry no longer triggers an unexpected error. This improves reliability for website editors who reuse existing blog content as a starting point.
Original PR description
Fix #2726
Forum users can no longer post answers on questions that have been closed or deleted. This prevents confusing interactions and improves the forum experience by keeping inactive or removed discussions from receiving new replies.
Original PR description
Task: https://www.odoo.com/web#id=8914&view_type=form&model=project.task&action=333&active_id=131 Pad: https://pad.odoo.com/p/r.g1xMb5Gc6gHpCb4g
Project task cards now keep a consistent height when all card details are shown. This improves readability and visual alignment in the project planning view, making tasks easier to compare at a glance.
Original PR description
...eight when all the attributes of kanban record available on kanban card to have same height cards for project gantt view Task: https://www.odoo.com/web#id=10938&view_type=form&model=project.task&action=327 Pad: https://pad.odoo.com/p/r.FRFUbsyrBRl0Y8BD