Daily updates from Odoo
Monday, July 1, 2019
5 changes · master
Enhancements to existing features
When selecting website views, duplicated views now include the related website name so users can tell them apart. This reduces confusion for teams managing multiple websites in the same Odoo database.
Original PR description
Before this commit, it was impossible to know which view was the one searched if there was COW views. Indeed, since multiwebsite, views might get duplicated from one website to another. Then, when searching for an ir.ui.view in a form view, every duplicated view would be listed next to each other with the exact same name without a way to identify which one comes from which website. This commit will suffix the view name by its website_id if there is one. To do so, we use the context key that has been introduced with 62d73253f3. task-1920052
Resolved issues and error corrections
The recruitment survey thank-you message now uses the correct wording, changing “Thanks you” to “Thank you.” This small fix improves the professionalism and clarity of the candidate experience after completing a survey.
Original PR description
**Description of the issue/feature this PR addresses**:
- Task: https://www.odoo.com/web#id=1973931&action=333&active_id=1321&model=project.task&view_type=form&menu_id=4720
- Pad: https://pad.odoo.com/p/r.938b8e7502ffdb18c273b71ad70057b4
**Description:**
-It said "Thanks you", corrected it to say "Thank you."
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prFleet vehicle records are now filtered by company access rules, helping users working across multiple companies see the right records. This reduces the chance of viewing or managing vehicles outside the selected or allowed company context.
Original PR description
Purpose ======= Since the new company switcher, it's now easier to manage records of different companies. Specification ============= Add a multi company `ir.rule` for `fleet.vehicle`. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes missing styling in the HR contract calendar mismatch view, restoring the intended visual display for users. It also places the styling file in the correct location and format so it loads reliably going forward.
Original PR description
[FIX] hr_contract: Load calendar mismatch style ==================== Commit f17655d introduced a new file (`views/assets.xml`) in the manifest to load a new scss file. But it also deleted from the manifest an existing file (`views/hr_contract_templates.xml`) without moving the content from removed file to the new file. Hence, style defined in `calendar_mismatch.scss` was no longer loaded. [FIX] hr_contract: Move scss in correct folder ============= File `calendar_mismatch.scss` was wrongly in a `css` folder while it should be in a `scss` folder according to the guidelines. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update corrects a typo in a Helpdesk email message and improves the wording that explains the Team Members feature. The clearer text helps users better understand team assignment behavior and presents more polished customer-facing communication.
Original PR description
**Description of the issue/feature this PR addresses**:
- Task: https://www.odoo.com/web#id=1973931&action=333&active_id=1321&model=project.task&view_type=form&menu_id=4720
- Pad: https://pad.odoo.com/p/r.938b8e7502ffdb18c273b71ad70057b4
**Description:**
-It said "Thanks you", corrected it to say "Thank you."
-Improved description of the Team Members feature.
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr