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

Merge branch '14-RV-20240212' into '14.0'

Ajout d'un champ "Projet de transfo en coop"

See merge request !4
parents 3f7940d1 b73b5575
Branches 14.0
Aucune étiquette associée trouvée
1 requête de fusion!4Ajout d'un champ "Projet de transfo en coop"
......@@ -123,6 +123,17 @@ class ScopCoopVentureDossier(models.Model):
related="partner_id.partner_company_type_id.shortcut",
store=False,
)
entreprise_projet_coop = fields.Selection(
[
("N", "Non"),
("O", "Oui"),
("I", "Incertain"),
],
string="Projet de transfo. en coop",
tracking=True,
index=True,
)
url_documents = fields.Char(string="Documents liés", tracking=1)
secteur_activite = fields.Text(
string="Secteur d'activité",
......
......@@ -183,6 +183,7 @@
<field name="entreprise_website" />
<field name="entreprise_forme_juridique" />
<field name="entreprise_type_coop" />
<field name="entreprise_projet_coop" />
</group>
<group string="Phase de contact">
<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