Friday, September 30, 2022
2 changes · master
Enhancements to existing features
List views now avoid showing confusing placeholder text when certain file-related fields contain non-file data. This keeps existing file size information for real attachments while making tooltips cleaner and easier to understand.
Original PR description
When using a binary field in a list renderer the tooltip displays either: 1. `[Object object]` - for non stored json data 2. File size - for attachment data to resolve case 1, the formatter checks the type of the data and returns an empty string, while maintaining the behaviour for case 2. This can be seen when using the `analytic_distribution` widget (see invoices odoo/odoo#98914)
The accounting app now has a dedicated form view for tax groups, making the setup screen cleaner and easier to read. Unnecessary country code information is hidden because the country is already shown, reducing clutter for users managing tax settings.
Original PR description
The tax group model doesn't have a form view leading to a left side bigger than the right side and some fields showing that we don't want to see. Thus, we add a form view and hide the field country_code, which is not needed here since we already see the country_id. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr