From c3d3cb095465811c3464d3bb8e746a9bc8501e75 Mon Sep 17 00:00:00 2001 From: benjamin <benjamin@le-filament.com> Date: Tue, 19 Jul 2022 09:51:10 +0200 Subject: [PATCH] [fix] error account.move tree view --- views/account_move.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/account_move.xml b/views/account_move.xml index bfd15b4..30d3ce6 100644 --- a/views/account_move.xml +++ b/views/account_move.xml @@ -73,12 +73,12 @@ <field name="invoice_partner_display_name" string="Adhérent" - option="show" + optional="show" /> <field name="invoice_date" string="Date de cotisation" - option="show" + optional="show" /> </xpath> <xpath expr="//field[@name='invoice_origin']" position="after"> -- GitLab