From 1c0f5699d93b6291b559d6b7ed7b008119da212f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adasat=20Torres=20de=20Le=C3=B3n?= Date: Thu, 13 Feb 2025 10:57:20 +0000 Subject: [PATCH] [FIX]contract: Malformed expression in the column_invisible attribute. --- contract/views/contract_template.xml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/contract/views/contract_template.xml b/contract/views/contract_template.xml index f93ca395e0..0fc7f69df4 100644 --- a/contract/views/contract_template.xml +++ b/contract/views/contract_template.xml @@ -46,11 +46,10 @@ - @@ -73,11 +72,16 @@ string="Legend (for the markers inside invoice lines description)" >
-

#START#: Start date of the invoiced period

-

#END#: End date of the invoiced period

-

#INVOICEMONTHNAME#: Invoice month name of the invoiced period

+

+ #START#: Start date of the invoiced period +

+

+ #END#: End date of the invoiced period +

+

+ #INVOICEMONTHNAME#: Invoice month name of the invoiced period +