Skip to content
Extraits de code Groupes Projets
Valider bee463f4 rédigé par Juliana's avatar Juliana
Parcourir les fichiers

[UPD]Delete readonly field

parent 1f891d29
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<field name="inherit_id" ref="project.view_task_form2"/> <field name="inherit_id" ref="project.view_task_form2"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//field[@name='planned_hours']" position="after"> <xpath expr="//field[@name='planned_hours']" position="after">
<field name="manual_remaining_hours" class="oe_read_only" widget="float_time"/> <field name="manual_remaining_hours" widget="float_time"/>
</xpath> </xpath>
<xpath expr="//field[@name='date_deadline']" position="after"> <xpath expr="//field[@name='date_deadline']" position="after">
<field name="review_date"/> <field name="review_date"/>
......
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