Skip to content
Extraits de code Groupes Projets
Valider 831d4599 rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

[UPD] rendre type de tâche obligatoire sur fdt

parent 18085609
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -10,7 +10,7 @@
<field name="inherit_id" ref="hr_timesheet.hr_timesheet_line_tree" />
<field name="arch" type="xml">
<field name="unit_amount" position="before">
<field name="task_type_id" />
<field name="task_type_id" required="True" />
</field>
<field name="project_id" position="attributes">
<attribute
......@@ -34,17 +34,6 @@
<field name="employee_id" position="after">
<field name="department_id" options='{"no_open": True}' />
</field>
<field name="project_id" position="attributes">
<attribute
name="options"
>{'no_create': true, 'no_open': true,}</attribute>
</field>
<field name="task_id" position="attributes">
<attribute
name="options"
>{'no_create': true, 'no_open': true, 'limit': 20,}</attribute>
<attribute name="required">True</attribute>
</field>
</field>
</record>
......
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