From 0851e31fa15ae91217c63f706589b9802add2c67 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 | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/contract/views/contract_template.xml b/contract/views/contract_template.xml index f93ca395e05..a57870d4efa 100644 --- a/contract/views/contract_template.xml +++ b/contract/views/contract_template.xml @@ -46,11 +46,11 @@ - + @@ -73,11 +73,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 +