From c73cd03696959e580d89518e7ddae4e8bc0a1d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Thu, 25 Jan 2024 09:31:51 +0100 Subject: [PATCH] [UPD] make column name a variable --- templates/operation_templates_page.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/operation_templates_page.xml b/templates/operation_templates_page.xml index dc6b5fd..91ee9c3 100644 --- a/templates/operation_templates_page.xml +++ b/templates/operation_templates_page.xml @@ -27,6 +27,7 @@ >Mes Factures Surplus</h3> <t t-if="invoices_surplus"> <t t-set="invoices" t-value="invoices_surplus" /> + <t t-set="partner_label" t-value="'Acheteur de surplus'" /> <t t-call="oacc_portal_account.operation_invoice_table" /> </t> <t t-else=""> -- GitLab