Thursday, October 24, 2024
1 change · 17.0
Enhancements to existing features
The account portal invoice table now includes explicit column header names. This makes the invoice page easier to maintain and customize safely, reducing the risk of future changes breaking related extensions.
Original PR description
In line with the approach outlined in [1], where element accessibility was improved by providing explicit names for easier selection and inheritance, this commit applies the same logic to the account portal invoices. By adding column header names, we ensure that these elements can be safely referenced without relying on positional selectors, thus avoiding potential issues when the element structure changes. [1] https://github.com/odoo/enterprise/pull/63957 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr