Skip to content
Snippets Groups Projects
Commit 099ffee2 authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

Ajout étoiles probabilité

parent 332eb027
Branches
No related tags found
No related merge requests found
......@@ -8,8 +8,14 @@ class ScopPartner(models.Model):
_inherit = "res.partner"
# Processus d'adhésion
purcent_realisation = fields.Integer(
"Pourcentage de probabilité de réalisation du dossier")
percent_realisation = fields.Selection(
[(0, 0),
(20, 20),
(40, 40),
(60, 60),
(80, 80),
(100, 100)],
string='Probabilité de réalisation')
date_realisation = fields.Date("Date prévue de réalisation")
date_first_rdv = fields.Date("Date du 1er rdv")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment