Daily updates from Odoo
Friday, August 12, 2016
10 changes · master
Enhancements to existing features
Delivery method lists now show whether each carrier is published on the website, making it easier for staff to see which shipping options customers can use online. The related search tools were also streamlined by removing a duplicate search view and adding publishing status as a searchable field.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web#id=27759&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/openerp-project.task-4PPBO3IHRL Current behavior before PR: Desired behavior after PR is merged: ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update simplifies internal stock product code by removing unnecessary dynamic evaluation and extra conversions. It helps keep the stock module easier to maintain and may provide a small performance improvement without changing business workflows.
Original PR description
Description of the issue/feature this PR addresses: Improves code quality and performance Current behavior before PR: eval + 2 explicit casts Desired behavior after PR is merged: code clean and good perfs ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Because in this file eval is unnecessary.
The CRM lead screens are simplified by removing stage-based grouping, the kanban view, and the Stage column where they were not useful for leads. This keeps lead management clearer and reserves stage tracking for opportunities, where it is relevant.
Original PR description
Description of the issue/feature this PR addresses: <strong>Task: </strong>https://www.odoo.com/web#id=27790&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 <strong>Pad: </strong> https://pad.odoo.com/p/r.3c2cf59156a5c6313f57e9d41541860a Current behavior before PR: - Display the the group by 'Stage' on the lead search view but unused. - Display the kanban view for the leads but unsued. - Display "Stage" column from the lead list view but unused. Desired behavior after PR is merged: - Remove the the group by 'Stage' on the lead search view. - Remove the kanban view for the leads. - Remove "Stage" column from the lead list view. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr - Remove the kanban view for the leads. - Remove Stage column from the lead list view.
Sales order packaging warnings now show decimal quantities correctly and include the related unit of measure. This helps sales users understand packaging requirements more accurately when products are sold in decimal package sizes.
Original PR description
Description of the issue/feature this PR addresses: - [Sale] Packaging : Decimal calculation on warning message - TASK :- https://www.odoo.com/web#id=27605&view_type=form&model=project.task&action=327&menu_id=4720 - PAD :- https://pad.odoo.com/p/r.8836e2016b9c25bf9f36b8f6969835da Current behavior before PR: - decimals were not taken in to the account in packaging warning message while creating so line if the packaging has quantites in decimals. - uoms were not displayed with the quantities Desired behavior after PR is merged: - Warning message shows the quantities with decimals and with corresponding uom. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The marketing campaign app was modernized internally and reorganized to make it easier to maintain. Existing campaign behavior should remain the same, with improved reliability around tests, diagram views, and campaign segment handling.
Original PR description
Task: https://www.odoo.com/web#id=12168&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.gx6zwHpL0iaRYqhv
Resolved issues and error corrections
This fixes an error that occurred when users switched between single-warehouse and multi-warehouse inventory settings. Businesses can now adjust warehouse configuration without interruption, helping avoid setup delays and support issues.
Original PR description
Description of the issue/feature this PR addresses: Issue : https://www.odoo.com/web#id=677258&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Current behavior before PR: Inventory configuration when user tries to play with single/multi warehouse option , it's gives traceback. Desired behavior after PR is merged: Inventory configuration when user tries to play with single/multi warehouse option it's work properly. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr …gle/multi warehouse option gives traceback.
This fixes errors that could occur when opening or printing the Sale/Purchase Journal and Partner Ledger reports. The reports now point to their correct location after being moved into the Accounting module, helping users access key financial reports without interruption.
Original PR description
<strong>Issue: </strong>https://www.odoo.com/web#id=672749&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720
The local events website snippet now uses the correct request context when loading event data. This helps prevent errors or missing content when visitors view local event listings on the website.
Original PR description
Description of the issue/feature this PR addresses: Issue: https://www.odoo.com/web#id=676711&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Current behavior before PR: Desired behavior after PR is merged: ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update fixes an error that appeared when users tried to add followers or channels from Calendar. It helps teams continue sharing calendar-related information without being interrupted by a traceback.
Original PR description
Description of the issue/feature this PR addresses: Issue: https://www.odoo.com/web#id=684310&view_type=form&model=project.issue&action=963&active_id=681 Current behavior before PR: - Go to Add Followers or Add Channels, it gives traceback Desired behavior after PR is merged: - traceback will be fixed on adding followers and channels ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The app switcher now handles searches with no matching apps or menus when the user presses Enter. This prevents an error screen and keeps navigation smooth for users who mistype or search for unavailable items.
Original PR description
issue: https://www.odoo.com/web?#id=680177&view_type=form&model=project.issue&action=609&menu_id=4720