Friday, February 28, 2020
3 changes
Resolved issues and error corrections
This fixes small visual and usability problems in the Contacts form, including spacing in address fields, the company creation button tooltip, and default contact images in read-only mode. These changes make contact records clearer and more consistent for everyday users.
Original PR description
- in address block there is extra space between label and field. added class o_td_label with o_form_label in span tag - wrong hover title on create company button when company_name is set. added icon and string removed span tag was for only icon and string value for button tag - default image is not shown in readonly mode added image drawing in readonly mode as per contact type task-2182637 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
This fixes an issue where checkbox values in pivot reports were shown as unreadable text instead of proper checkboxes. Users can now view boolean information clearly in pivot tables, making reports easier to understand.
Original PR description
Task: https://www.odoo.com/web#action=327&id=2172258&menu_id=4720&model=project.task&view_type=form Pad: https://pad.odoo.com/p/r.9132e6910e2647fcb69e9815e7ba635a 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
This update fixes minor spelling and wording mistakes shown during bank statement import setup. The corrections make the instructions clearer and more professional for users importing CAMT or CSV bank statement files.
Original PR description
- small mistake when you want to import a bank statement file: it is written: SEPA recommanded Cash Management format (CAMT.053) while it should be: recommended - comma sparated -> comma-separated Task : 2200054