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
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,6 @@
</xpath>
<xpath expr="//div[hasclass('oe_kanban_partner_links')]" position="after">
<div>
<!-- <label for='percent_realisation' class="oe_edit_only"/> -->
<field name="percent_realisation" widget="prioritycg" readonly="1"/>
</div>
</xpath>
......@@ -43,7 +42,7 @@
<field name="prescriber_canal_id" widget="res_partner_many2one" options="{'no_create': True, 'no_open': True}"/>
<field name="staff_existing"/>
<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')]}"/>
</group>
<group string="Dossier UE">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment