Skip to content
Snippets Groups Projects
Commit 6687af64 authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[add] widget monetary to CA prévisionnel

parent 4fc9c40a
Branches 12.0
No related tags found
No related merge requests found
...@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment