Skip to content
Extraits de code Groupes Projets
Valider 5c0404d5 rédigé par jordan's avatar jordan
Parcourir les fichiers

[fix] clean view form sale_project

parent 45f1d1b4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -17,6 +17,14 @@ ...@@ -17,6 +17,14 @@
/> />
</header> </header>
<sheet> <sheet>
<div class="oe_button_box" name="button_box">
<button
type="object"
name="action_interventions"
string="Interventions"
icon="fa-pagelines"
/>
</div>
<field <field
name="sale_project_suivi_ids" name="sale_project_suivi_ids"
widget="many2many_checkboxes" widget="many2many_checkboxes"
...@@ -41,13 +49,7 @@ ...@@ -41,13 +49,7 @@
/> />
</group> </group>
<group name="interventions" class="oe_read_only"> <group name="interventions" class="oe_read_only">
<button <field name="intervention_ids" mode="tree" style="pointer-events: none;">
type="object"
name="action_interventions"
string="Interventions"
class="oe_read_only btn btn-primary"
/>
<field name="intervention_ids" mode="tree">
<!-- TODO : group by intervention_type_id --> <!-- TODO : group by intervention_type_id -->
<tree default_order="intervention_type_id,name"> <tree default_order="intervention_type_id,name">
<field name="name" optional="show" /> <field name="name" optional="show" />
......
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