Skip to content
Extraits de code Groupes Projets
Valider 97632de1 rédigé par Hervé Silvant - CGScop's avatar Hervé Silvant - CGScop
Parcourir les fichiers

Modification mandats SARL (demande de Martin)

parent 6b33d2ce
Branches
Aucune étiquette associée trouvée
1 requête de fusion!12Modification mandats SARL (demande de Martin)
......@@ -743,6 +743,11 @@ class ScopGendocFile(models.Model):
tracking=True,
help="Mise en place de la durée maximal d'un mandat de gérant (max : 4 ans). Valeur en année",
)
sta_mandat_gerance_duree = fields.Integer(
string="Durée du mandat de la gérance",
tracking=True,
help="Durée du mandat de la gérance",
)
sta_mandataire_sarl_cs_duree = fields.Integer(
string="Durée du mandat du membre du CS",
tracking=True,
......
......@@ -367,11 +367,23 @@
string="Mandataires SARL"
attrs="{'invisible': [('page_visible_ACC04', '=', False)]}"
>
<group>
<field
name="sta_mandat_gerance_duree"
/>
<field
name="sta_mandataire_sarl_duree"
/>
<field
name="sta_limitation_gerant_cs"
widget="boolean_toggle"
/>
</group>
<field name="mand_sarl_ids" widget="one2many">
<tree>
<field name="mand_nom" />
<field name="mand_titre" />
<field name="mand_duree" />
</tree>
</field>
</page>
......@@ -648,25 +660,6 @@
('is_SARL', '=', False)
]}"
/>
<field
name="sta_mandataire_sarl_duree"
attrs="{'invisible': [
('is_SARL', '=', False)
]}"
/>
<field
name="sta_mandataire_sarl_cs_duree"
attrs="{'invisible': [
('is_SARL', '=', False)
]}"
/>
<field
name="sta_limitation_gerant_cs"
widget="boolean_toggle"
attrs="{'invisible': [
('is_SARL', '=', False)
]}"
/>
<br />
<field
name="sta_date_fin_mandat_ca"
......
......@@ -24,7 +24,6 @@
<field name="mand_naissance" />
<field name="mand_nationalite" />
<field name="mand_titre" />
<field name="mand_duree" />
<field name="mand_identite_pere" />
<field name="mand_identite_mere" />
<br />
......
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