From a3f42ec7e4b1828ed60e9a11b15230245b3f2338 Mon Sep 17 00:00:00 2001 From: jordan <jordan@le-filament.com> Date: Wed, 24 Nov 2021 11:44:32 +0100 Subject: [PATCH] [add] type_contribution_id on tree view invoice cotiz --- views/account_invoice.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/views/account_invoice.xml b/views/account_invoice.xml index cf42b55..4241a5b 100644 --- a/views/account_invoice.xml +++ b/views/account_invoice.xml @@ -63,6 +63,9 @@ <xpath expr="//field[@name='partner_id']" position="attributes"> <attribute name="string">Adhérent</attribute> </xpath> + <xpath expr="//field[@name='partner_id']" position="after"> + <field name="type_contribution_id"/> + </xpath> <xpath expr="//field[@name='date_invoice']" position="attributes"> <attribute name="string">Date de cotisation</attribute> </xpath> -- GitLab