Bonjour
Voici mon problème
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Field(s) `arch` failed against a constraint: Invalid view definition" while parsing /mesaddons/bxcamion2/views/bxcamionF_views.xml:4, near
<record id="bxcamion_form" model="ir.ui.view">
     <field name="name">bxcamion.form</field>
     <field name="model">bxcamion.bxcamion</field>
     <field name="arch" type="xml">
       
        <form string="Fiche du vehicule">
            <field name="immatriculation"/>
                <sheet>
                   <page id="general" name="General">
                          <field name="motorisation"/>
                          <field name="Date_mise_en_service"/>
                          <field name="Type_de_vehicule"/>
                          <field name="Date_d_achat"/>
                          <field name="Nombre_de_chevaux"/>
                          <field name="NSerie"/>
                          <field name="PTAC"/>
                          <field name="PaV"/>
                          <field name="PTRA"/>
                         <field name="co2"/>
                     </page>
                     <page id="comptabilite" name="comptabilite">
                           <field name="Financement"/>
                           <field name="A_Vendre"/>
                           <field name="A_detruire"/>
                           <field name="Immobilisation"/>
                     </page>
                     <page id="suivi" name="suivi">
                           <field name="der_Date_chronotachygraphe"/>
                           <field name="der_Date_VGP"/>
                           <field name="der_Date_EXTINCTEUR"/>
                           <field name="derniere_Date_agres"/>
                           <field name="pro_Date_chronotachygraphe"/>
                           <field name="Pro_Date_VGP"/>
                           <field name="Pro_Date_EXTINCTEUR"/>
                           <field name="Pro_Date_agres"/>
                      </page>
                  </sheet>
            </form>
        </field>  
   </record>
Des idées, des solutions - Je ne vois pas mon erreur.
Cordialement