Daily updates from Odoo
Monday, May 13, 2019
7 changes
Enhancements to existing features
The accounting menu entry for Snailmail letters is removed to reduce clutter, since these letters remain available from technical settings. Snailmail letter forms are now editable, making it easier for staff to review and correct letter details when needed.
Original PR description
Description of the issue/feature this PR addresses: - To remove the 'snailmail letters' menu in accounting - To remove the readonly="1" attribute in snailmail.letter.form - Related task : https://www.odoo.com/web?#id=1947066&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.e3ef20c9bee2c476ab6d2f04a9759ec4 Current behavior before PR: - 'snailmail letters' menu in accounting is shown - fields in snailmail.letter.form are readonly Desired behavior after PR is merged: - 'snailmail letters' menu in accounting will be removed - snailmail.letter.form does not have any field as readonly
Odoo Studio now shows the full field label when users hover over existing fields in the sidebar. This helps users identify fields with long or truncated names more easily and reduces confusion while customizing views.
Original PR description
Description of the issue/feature this PR addresses: - Add field label tooltip when hovering on the component. - Related task: https://www.odoo.com/web?#id=1946757&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 - Pad: https://pad.odoo.com/p/r.56f94597dfd8e98caa8c2e44bccc711a Current behavior before PR: - No tooltip is shown when hovering on the component. Desired behavior after PR is merged: - Field label tooltip will be shown when hovering on the component. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
This fix restores a dependency that was accidentally removed from the project requirements. It helps keep installations and deployments reliable by ensuring the application has all expected supporting software available.
Original PR description
Oversight of e554ce345fb1ffcf41c571f461b680e1e7199a1d 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
Footer buttons on project kanban cards now align properly and share available space evenly. This improves the visual layout and makes the project dashboard easier to use without changing business workflows.
Original PR description
**Description of the issue/feature this PR addresses**: - Task: https://www.odoo.com/web#id=1948176&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720 - Pad: https://pad.odoo.com/p/r.7551125c2dfcd67f29ff4d8a299583c7 **Description** -Previously, footer buttons on the project's kanban were not being shown properly due to improper CSS rules. -This commit fixes the issue by removing fixed width and evenly distributing available space between the buttons. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes a broken background request used during IoT range scans after a platform library update. Businesses using IoT scanning can expect the scan process to work reliably again without interruption from this compatibility issue.
Original PR description
The ajax call in the range scan was broken since the jQuery 3 update (See odoo/odoo#28457) and needed to return a native Promise in order to use `guardedCatch`.
Fixes an error that could interrupt CSV imports of bank statements. This helps accounting users complete bank data imports more reliably without encountering a traceback.
Original PR description
- Task ID : https://www.odoo.com/web#id=1971527&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720 - Pad : https://pad.odoo.com/p/r.1292c308f63d9eb19558bdd233d63823
Code cleanup and technical improvements
Helpdesk and related enterprise components were adjusted to stay compatible with recent shared mail system changes. This keeps ticket communication, recipient suggestions, and attachment-related behavior working consistently after the underlying mail updates.
Original PR description
See commit XXXXXX Related to task ID Linked to PR #