Skip to content
Extraits de code Groupes Projets
Valider 0017e3b0 rédigé par Benjamin - Le Filament's avatar Benjamin - Le Filament
Parcourir les fichiers

[update] tree views

parent 0a45c8c0
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -6,7 +6,7 @@
<field name="name">pca.fae.dashboard.tree</field>
<field name="model">pca.fae.dashboard</field>
<field name="arch" type="xml">
<tree string="Dashboard PCA FAE">
<tree string="Dashboard PCA FAE" create="false" edit="false" delete="false" >
<field name="year"/>
<field name="partner_id"/>
<field name="order_estimated"/>
......
......@@ -5,7 +5,7 @@
<field name="name">account.invoice.pcafae.line.tree</field>
<field name="model">account.invoice.pcafae.line</field>
<field name="arch" type="xml">
<tree string="Pondération Factures" no_create="1" no_edit="1">
<tree string="Pondération Factures" create="false" edit="false" delete="false" >
<field name="year"/>
<field name="partner_id"/>
<field name="invoice_id"/>
......
......@@ -5,7 +5,7 @@
<field name="name">sale.order.pcafae.line.tree</field>
<field name="model">sale.order.pcafae.line</field>
<field name="arch" type="xml">
<tree string="Pondération Commandes" no_create="1" no_edit="1">
<tree string="Pondération Commandes" create="false" edit="false" delete="false" >
<field name="year"/>
<field name="partner_id"/>
<field name="order_id"/>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter