Vauxoo / odoo

Fork of Odoo (formerly OpenERP). [This project is not publically mantained just born for internal usage with some little patches] go to official repository on github.com/odoo/odoo
https://www.odoo.com
Other
9 stars 9 forks source link

[IMP] account: add column header name in account portal invoices template #603

Open CLaurelB opened 3 weeks ago

CLaurelB commented 3 weeks ago

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