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

[update] partner view for contribution

parent ea98e758
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -675,6 +675,8 @@ ...@@ -675,6 +675,8 @@
</field> </field>
</page> </page>
<page name='scop_contribution' string="Cotisations" attrs="{'invisible': ['|', ('is_cooperative', '!=', True), ('project_status', '!=', '6_suivi')]}"> <page name='scop_contribution' string="Cotisations" attrs="{'invisible': ['|', ('is_cooperative', '!=', True), ('project_status', '!=', '6_suivi')]}">
<notebook>
<page name="contribution" string="Appels de Cotisations">
<field name="contribution_ids" mode="tree" style="pointer-events:none;"> <field name="contribution_ids" mode="tree" style="pointer-events:none;">
<tree create="false" edit="false" delete="false" default_order="year desc"> <tree create="false" edit="false" delete="false" default_order="year desc">
<field name="type_id"/> <field name="type_id"/>
...@@ -694,6 +696,8 @@ ...@@ -694,6 +696,8 @@
</tree> </tree>
</field> </field>
</page> </page>
</notebook>
</page>
<page name='scop_staff' string="Effectifs" attrs="{'invisible': ['|','&amp;', ('is_cooperative', '=', True), ('project_status', '!=', '6_suivi'),'&amp;',('is_cooperative', '=', False),('organization_subtype_id','!=', %(cgscop_partner.riga_11528)d)]}"> <page name='scop_staff' string="Effectifs" attrs="{'invisible': ['|','&amp;', ('is_cooperative', '=', True), ('project_status', '!=', '6_suivi'),'&amp;',('is_cooperative', '=', False),('organization_subtype_id','!=', %(cgscop_partner.riga_11528)d)]}">
<field name="staff_ids" mode="tree" context="{'default_partner_id': active_id, 'default_type_entry': 'regul_ur'}"> <field name="staff_ids" mode="tree" context="{'default_partner_id': active_id, 'default_type_entry': 'regul_ur'}">
<tree delete="false" default_order="effective_date desc" editable="top"> <tree delete="false" default_order="effective_date desc" editable="top">
......
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