Monday, May 13, 2019
2 changes · master
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