From d53b1d3fcc1d8c38a15c1341e0d016597e72d135 Mon Sep 17 00:00:00 2001 From: Julien Ortet <julien@le-filament.com> Date: Wed, 23 Oct 2024 15:38:15 +0200 Subject: [PATCH] [UPD] change import raw curve button place --- views/acc_operation_views.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/acc_operation_views.xml b/views/acc_operation_views.xml index 9065d67..18bc3df 100644 --- a/views/acc_operation_views.xml +++ b/views/acc_operation_views.xml @@ -7,7 +7,7 @@ <field name="model">acc.operation</field> <field name="inherit_id" ref="oacc.acc_operation_form_view" /> <field name="arch" type="xml"> - <xpath expr="//header//button[@name='action_view_curves']" position="before"> + <xpath expr="//header//button[@name='import_cdc']" position="after"> <button string="Intégration des courbes brutes" type="object" -- GitLab