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

[update] exo partner view

parent 8a541a69
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -109,7 +109,7 @@ class ScopCotisationExo(models.Model): ...@@ -109,7 +109,7 @@ class ScopCotisationExo(models.Model):
amount_quarter = fields.Float("Montant souhaité pour les échéances") amount_quarter = fields.Float("Montant souhaité pour les échéances")
percent_quarter = fields.Integer("Réduction appliquée aux échéances") percent_quarter = fields.Integer("Réduction appliquée aux échéances")
date_exo_ok = fields.Date("Date Acceptation Exo") date_exo_ok = fields.Date("Date Acceptation Exo")
head_office_comment = fields.Text("Commentaire du bureau") head_office_comment = fields.Text("Commentaire")
note = fields.Text("Notes internes") note = fields.Text("Notes internes")
instance_id = fields.Many2one(comodel_name="scop.instance", string="Instance") instance_id = fields.Many2one(comodel_name="scop.instance", string="Instance")
bordereau_ids = fields.Many2many( bordereau_ids = fields.Many2many(
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
<field name="ur_notice" /> <field name="ur_notice" />
<field name="final_notice" /> <field name="final_notice" />
<field name="date_exo_ok" /> <field name="date_exo_ok" />
<field name="head_office_comment" optional="show" />
</tree> </tree>
<form> <form>
<group string="Demande initiale"> <group string="Demande initiale">
...@@ -55,7 +56,7 @@ ...@@ -55,7 +56,7 @@
<strong><label for="head_office_comment" /></strong> <strong><label for="head_office_comment" /></strong>
<field <field
name="head_office_comment" name="head_office_comment"
placeholder="Commentaire du bureau" placeholder="Commentaire"
/> />
</form> </form>
</field> </field>
......
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