Daily updates from Odoo
Friday, October 26, 2018
3 changes · master
Enhancements to existing features
This update makes the filters used on portal pages such as invoices, quotes, orders, projects, tasks, and opportunities easier to manage centrally. Business users should see more consistent results on their portal home page and related document lists, with lower risk of mismatched filtering between areas.
Original PR description
Task:https://www.odoo.com/web#id=38120&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad:https://pad.odoo.com/p/r.6398b7151d2dd328a8e8c35b961a7430 --Only for the main object apperaing in on /my/home page --Read an action defined in xml to get the domain Task:38120 PR: 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
When creating a database with a specified country, Odoo now sets the administrator’s default timezone automatically if that country has only one timezone. This reduces setup mistakes during onboarding while avoiding guesses for countries with multiple timezones.
Original PR description
Replaces #23077 Please see review there. **Description of the issue/feature this PR addresses:** - I forget setting the user timezone way too often in implementation projects **Current behavior before PR:** - My forgetting has adverse effects. **Desired behavior after PR is merged:** - A sane default would back me up. **Note:** Please do not close, even if not immediately accepted (`wishlist` tag). This PR is meant to be carried along and actively maintained, until this semantic will be completed this way or another. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @xoe-labs
Employee records now display existing Social Security Number and Social Insurance Number fields in the HR interface. This makes it easier for HR teams to view and manage these identifiers directly in Odoo instead of relying on hidden data fields.
Original PR description
Description of the issue/feature this PR addresses: `hr.employee` model has `ssnid` and `sinid` fields in the code, yet they are not exposed in the UI nor in Community neither in Enterprise codebase (see #28128), thus it would be great to expose these fields for public use. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr