Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: 17.0
Choose a base branch
from

Conversation

CLaurelB
Copy link

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

…late

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] odoo/enterprise#63957
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant