Skip to content
Snippets Groups Projects
Commit 3a33c775 authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[update] label incub_percent_realisation

parent 0d11c781
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ class ScopPartner(models.Model): ...@@ -88,7 +88,7 @@ class ScopPartner(models.Model):
) )
incub_percent_realisation = fields.Selection( incub_percent_realisation = fields.Selection(
selection=PERCENT, selection=PERCENT,
string="Probabilité de réalisation", string="Probabilité de réalisation incubation",
tracking=True, tracking=True,
) )
incub_fiche_entree = fields.Boolean(string="Fiche d'entrée", tracking=True) incub_fiche_entree = fields.Boolean(string="Fiche d'entrée", tracking=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment