Daily updates from Odoo
Monday, July 1, 2019
4 changes · master
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