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

[update] task form view

parent cf52a899
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -21,8 +21,11 @@ ...@@ -21,8 +21,11 @@
<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="//notebook" position="before"> <xpath expr="//notebook" position="before">
<group> <label for="participant_ids" />
<field name="participant_ids" widget="one2many"> <field name="participant_ids"
widget="one2many"
domain="[('project_id', '=', context.get('active_id'))]"
>
<tree <tree
string="Participants" string="Participants"
editable="top" editable="top"
...@@ -40,7 +43,6 @@ ...@@ -40,7 +43,6 @@
<field name="eligible" /> <field name="eligible" />
</tree> </tree>
</field> </field>
</group>
</xpath> </xpath>
<xpath expr="//field[@name='user_id']" position="after"> <xpath expr="//field[@name='user_id']" position="after">
<field name="formateur_id" /> <field name="formateur_id" />
......
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