diff --git a/views/acc_operation_views.xml b/views/acc_operation_views.xml
index 4b6a007b7d339b3be88616d4100b111b9a8e97b7..b5c4feb114174fac48e001d0e6b3d46aaa66f072 100644
--- a/views/acc_operation_views.xml
+++ b/views/acc_operation_views.xml
@@ -9,6 +9,12 @@
         <field name="arch" type="xml">
             <xpath expr="//notebook" position="inside">
                 <page string="Clés de répartition" name="keys">
+                    <button
+            string="Importer un fichier"
+            type="action"
+            name="%(oacc_repartition_keys.acc_repartition_keys_wizard_action)d"
+            class="btn-primary"
+          />
                     <field name="keys_repartition_ids" mode="tree">
                         <tree create="0" editable="bottom" delete="0">
                             <field name="date_send" readonly="1" />
@@ -22,12 +28,6 @@
               />
                         </tree>
                     </field>
-                <button
-            string="Importer un fichier"
-            type="action"
-            name="%(oacc_repartition_keys.acc_repartition_keys_wizard_action)d"
-            class="btn-primary"
-          />
                 </page>
             </xpath>
         </field>