From 582a8e3f9400c653b45f184fb66741cc6ed38e24 Mon Sep 17 00:00:00 2001 From: "Christihan Laurel [Vauxoo]" Date: Mon, 16 Sep 2024 06:04:10 +0000 Subject: [PATCH] [IMP] account: add column header name in account portal invoices template 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 --- addons/account/views/account_portal_templates.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/addons/account/views/account_portal_templates.xml b/addons/account/views/account_portal_templates.xml index f2f4a2c4bc8f7..2d35cbd3762dc 100644 --- a/addons/account/views/account_portal_templates.xml +++ b/addons/account/views/account_portal_templates.xml @@ -50,11 +50,11 @@ - Invoice # - Invoice Date - Due Date - Status - Amount Due + Invoice # + Invoice Date + Due Date + Status + Amount Due