From 10e15ddb0dc604fe34b023cc2cdee7af7021e555 Mon Sep 17 00:00:00 2001
From: Julien Ortet <julien@le-filament.com>
Date: Wed, 23 Oct 2024 15:31:25 +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 29b0d2e..9065d67 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" position="inside">
+ <xpath expr="//header//button[@name='action_view_curves']" position="before">
<button
string="Intégration des courbes brutes"
type="object"
--
GitLab