From ce3075e3f95c079b9259580b2c77c544e22e13e9 Mon Sep 17 00:00:00 2001 From: benjamin <benjamin@le-filament.com> Date: Tue, 18 Jan 2022 19:44:07 +0100 Subject: [PATCH] [update] contribution view to add pivot --- views/scop_import_views.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/scop_import_views.xml b/views/scop_import_views.xml index 3d9ffe2..80afacc 100644 --- a/views/scop_import_views.xml +++ b/views/scop_import_views.xml @@ -31,7 +31,7 @@ <record id="action_view_scop_contribution" model="ir.actions.act_window"> <field name="name">Cotisations</field> <field name="res_model">scop.contribution</field> - <field name="view_mode">tree</field> + <field name="view_mode">tree,pivot,form</field> <field name="help">Affiche et gère les Cotisations</field> </record> -- GitLab