Daily updates from Odoo
Wednesday, August 7, 2019
9 changes
Resolved issues and error corrections
This change fixes a typo in a Sales Stock wizard label, changing “rotues” to “routes.” It improves clarity for users viewing stock rule reports without changing functionality.
Original PR description
Description of the issue/feature this PR addresses: Fix the spelling of a single word in a single wizard. Current behavior before PR: The word 'routes' is spelled 'rotues' Desired behavior after PR is merged: The word 'routes' is spelled 'routes' -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix lets regular employees open and view their own profile again by ensuring all profile fields are readable to them. It also adds checks to prevent similar access issues from blocking employee self-service in the future.
Original PR description
The `private_email` field was added by e9d9898 to the profile view but not in `SELF_READABLE_FIELDS`. A simple user was therefore not able to read the field and access his profile. To avoid any similar oversight in the future, a test is added to ensure a simple user is able to read all fields in the profile view. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The language installation wizard now uses the correct active-language context when launched from the Languages menu. This prevents inactive languages from being treated as installed, improving accuracy when adding language support.
Original PR description
Languages menu action have context active_test = False So when loading language from action action_view_base_language_install then active_test = Flase context pass to install language wizard in l10n_multilang find already installed language at that time it gives wrong value because of active_test = False context so in this commit, we overwrite this context and set active_test = True -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Manufacturing work order planned start and finish dates are now saved so they can be used reliably in grouped reports and views. This helps teams analyze production schedules more consistently without changing day-to-day workflows.
Original PR description
Task: https://www.odoo.com/web#id=2036914&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.feedc4a5bd2f7aae0253aa111f6f2283 **Description of the issue/feature this PR addresses:** -We need this field to be stored as we're using it in groupby. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Demo stock transfers for the Chicago operation are now explicitly assigned to the Chicago company instead of accidentally using the San Francisco test user's company. This keeps multi-company demo data consistent and prevents misleading examples in stock workflows.
Original PR description
Some picking where created with Chicago picking type without explicitely setting Chicaco as company. This result using the test user company which is San Francisco Task : 2039900 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Quiz completion messages now reflect the learner's current rank instead of the next rank. This avoids confusing or premature motivational feedback and keeps the learning experience aligned with the user's actual progress.
Original PR description
Description of the issue/feature this PR addresses: - Task - https://www.odoo.com/web#id=2024723&action=327&model=project.task&view_type=form&menu_id=4720 - Pad - https://pad.odoo.com/p/r.528fe72b49da9025a7a8752bfd172ca2 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Fixed an issue where dropdown menus on website course slide pages could be hidden and difficult to click. This makes navigation more reliable for visitors using the eLearning content pages.
Original PR description
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=2036877&action=327&model=project.task&view_type=form&menu_id=4720 - Pad : https://pad.odoo.com/p/r.1f62c404f279bbf88ca826dda442a497 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix restores access for regular employees to view their own employee profile. It corrects a missing permission-related field in the contract signing area, preventing unnecessary access errors for everyday users.
Original PR description
A simple user can no longer access his employee profile.
This update corrects an internal test so it only checks stock movements belonging to the current company. It helps ensure multi-company inventory accounting reports are validated accurately and reduces the risk of false test results.
Original PR description
…cmpany task-2039900