From d047af9e1a92159d0f29492222e0de9811ea350a Mon Sep 17 00:00:00 2001 From: jordan <jordan@le-filament.com> Date: Thu, 4 Feb 2021 17:56:44 +0100 Subject: [PATCH] [update] adapt invoice voc for cotiz --- views/account_invoice.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/views/account_invoice.xml b/views/account_invoice.xml index 847c279..31725a5 100644 --- a/views/account_invoice.xml +++ b/views/account_invoice.xml @@ -34,6 +34,10 @@ <attribute name="invisible">True</attribute> </xpath> + <xpath expr="//sheet/h1/div/label[1]" position="attributes"> + <attribute name="string">Cotisation en brouillon</attribute> + </xpath> + </field> </record> -- GitLab