Daily updates from Odoo
Monday, March 19, 2018
11 changes · master
Resolved issues and error corrections
This update fixes errors that could occur when printing invoices from Point of Sale and certain manufacturing reports. It helps staff generate required business documents reliably without interruptions or traceback messages.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web#id=747008&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Current behavior before PR: - In point_of_sale print invoice that time error generate. Desired behavior after PR is merged: - solve the problam -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change prevents errors when planning manufacturing work orders with missing efficiency values and ensures warehouse setting changes archive warehouses instead of deleting them. This helps users avoid unexpected crashes and keeps warehouse records available for future reference.
Original PR description
Description of the issue/feature this PR addresses: https://www.odoo.com/web#id=748018&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Current behavior before PR: Changing the the settings for warehouse, which try to unlink the warehouse id but should archive. If we don't enter the value of time efficiency while creating work order then it will not give error but while planing it will show error and through trace-back ZeroDivisionError: float division by zero Desired behavior after PR is merged: Issue Resloved -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The online shop product and add-to-cart pages now handle optional products more smoothly and display product icon lists correctly. Customers are shown optional add-ons only when relevant, reducing friction and improving the shopping experience.
Original PR description
Task: https://www.odoo.com/web?#id=31824&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 https://pad.odoo.com/p/r.283b869a710694ab2328b36fe9890843
This change fixes issues in the web editor where translations were not being saved correctly. It also prevents users from changing translations while the page is not in edit mode, reducing accidental edits and improving content translation reliability.
Original PR description
Task : https://www.odoo.com/web#id=727240&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Specification : see: https://drive.google.com/file/d/0B1uIL9E_zXrrOWhEQ21wZzlZdEU/view?usp=sharing translations are not saved. + should not be possible to change a translation if not in edit mode: https://drive.google.com/a/odoo.com/file/d/0B1uIL9E_zXrrZ3h4TDhlck9mZjg/view?usp=drivesdk -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix warns users when they try to record a manufacturing step with a completed quantity of zero. It helps prevent incorrect negative inventory quantities by automatically using the planned quantity when needed.
Original PR description
production and if user done (done=0), copied the done=to_qty to avoid the -ve quants task link = https://www.odoo.com/web#id=30822&view_type=form&model=project.task&action=327&menu_id= Description of the issue/feature this PR addresses: 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
The CRM activities report now keeps filters such as Today and This Week separate instead of combining them unexpectedly. This makes it easier for teams to view the right upcoming activities and act on more accurate report results.
Original PR description
Description of the issue/feature this PR addresses: - Issue : [CRM] Additional filter added with 'Next Acitvity' Issue: https://www.odoo.com/web#id=673530&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Current behavior before PR: - In activities(Next Activities Report) 'Today' activities and 'This week' activities both filters are combine in search view. Desired behavior after PR is merged: - In activities(Next Activities Report) improved filter, separate filterers for different results. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update prevents errors that occurred when users clicked rows or menus in tree views. It also corrects a calendar-related call so the affected screens open reliably instead of showing tracebacks.
Original PR description
Description of the issue/feature this PR addresses: Issue: https://www.odoo.com/web#id=674433&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Current behavior before PR: When you click on the tree view's row, it throws traceback. Also, if you click on its menu it throws another traceback. Desired behavior after PR is merged: It shouldn't throw traceback. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Leave notification emails once again show the Approve and Refuse action buttons. This helps managers respond to leave requests directly from the email, restoring expected behavior and reducing extra steps.
Original PR description
Description of the issue/feature this PR addresses: ISSUE: https://www.odoo.com/web#id=684859&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 affected version: master Current behavior before PR: 'approve' , 'refuse' actions is not displayed in leave notification mail like in 9.0. Desired behavior after PR is merged: ## 'approve' , 'refuse' actions is displayed in leave notification mail like in 9.0. I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix resolves an issue that could prevent product templates from appearing correctly in search results. Users can find the products they need more reliably, reducing confusion and time spent locating items.
Original PR description
Issue : https://www.odoo.com/web#id=685041&view_type=form&model=project.issue&menu_id=5200
Portal users can now print invoices, quotations, and sales orders that belong to them without seeing a forbidden access error. This improves self-service access for customers while preserving restrictions on records they should not access.
Original PR description
Description of the issue/feature this PR addresses: - Issue : https://www.odoo.com/web#id=670988&view_type=form&model=project.issue&action=609&menu_id=4720 Current behavior before PR: - Portal User gets forbidden error when - Portal User tries to print Invoice from front end - Portal User tries to print Invoice, Quotation or Sales Order from back end Desired behavior after PR is merged: - Portal User can print their own records of Invoice, Quotation, Sales Order from back end, and Invoice from front end ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix improves how product pages appear on mobile devices so content no longer overlaps or breaks the layout. Customers browsing the online store on phones should have a clearer, more usable shopping experience.
Original PR description
Currently the product view is not displayed mobile responsive. Product view overlaps as shown in below screenshot: http://goo.gl/zkQ6Wt TASK: https://www.odoo.com/web?#id=665983&view_type=form&model=project.issue&action=963&active_id=49&menu_id=4720