Monday, January 19, 2026
1 change · 19.0
Enhancements to existing features
This update enhances the user experience for managing bills within Odoo by improving the visual clarity of form and list views. Specifically, it addresses issues with duplicate bill detection and provides a new 'delete all' button for easier management, streamlining bill processing.
Original PR description
This commit improves the UI of bills, and how duplicates bills are handled and detected, the following changes were made: 1- the "Drag and drop" icon size was too small, the icon size was increased 2- the outstanding debits section needed clearer information when displaying info about the other bills/transactions, dates are now always visible and hovering shows the reference 3- There was no use for the print button on a bill, it was removed 4- A bill could be a duplicate even if the reference was not set, before this commit, that behavior was not recognized, Also the displayed name for duplicate bills was not clear, making it difficult to recognize a bill just from its name 5- A delete all button (for duplicate bills) was added This commit is the first part of this task, second part targeting master task-5258726