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

[add] widget monetary to CA prévisionnel

parent 4fc9c40a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
</xpath> </xpath>
<xpath expr="//div[hasclass('oe_kanban_partner_links')]" position="after"> <xpath expr="//div[hasclass('oe_kanban_partner_links')]" position="after">
<div> <div>
<!-- <label for='percent_realisation' class="oe_edit_only"/> -->
<field name="percent_realisation" widget="prioritycg" readonly="1"/> <field name="percent_realisation" widget="prioritycg" readonly="1"/>
</div> </div>
</xpath> </xpath>
...@@ -43,7 +42,7 @@ ...@@ -43,7 +42,7 @@
<field name="prescriber_canal_id" widget="res_partner_many2one" options="{'no_create': True, 'no_open': True}"/> <field name="prescriber_canal_id" widget="res_partner_many2one" options="{'no_create': True, 'no_open': True}"/>
<field name="staff_existing"/> <field name="staff_existing"/>
<field name="staff_planned"/> <field name="staff_planned"/>
<field name="ca_previsionnel"/> <field name="ca_previsionnel" widget="monetary"/>
<field name="date_abort" attrs="{'invisible':[('project_status','!=','7_abandonne')], 'required':[('project_status','=','7_abandonne')]}"/> <field name="date_abort" attrs="{'invisible':[('project_status','!=','7_abandonne')], 'required':[('project_status','=','7_abandonne')]}"/>
</group> </group>
<group string="Dossier UE"> <group string="Dossier UE">
......
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