Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
C
cgscop_adhesion
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse du dépôt
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté GitLab
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Hervé Silvant - CGScop
cgscop_adhesion
Validations
4b80df6d
Valider
4b80df6d
rédigé
Il y a 5 ans
par
Rémi - Le Filament
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
Affichage champs supplémentaires
parent
5a66dc90
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
2
Afficher les modifications d'espaces
En ligne
Côte à côte
Affichage de
2 fichiers modifiés
models/res_partner.py
+3
-0
3 ajouts, 0 suppression
models/res_partner.py
views/res_partner.xml
+4
-4
4 ajouts, 4 suppressions
views/res_partner.xml
avec
7 ajouts
et
4 suppressions
models/res_partner.py
+
3
−
0
Voir le fichier @
4b80df6d
...
@@ -24,6 +24,9 @@ class ScopPartner(models.Model):
...
@@ -24,6 +24,9 @@ class ScopPartner(models.Model):
date_first_rdv
=
fields
.
Date
(
"
Date du 1er rdv
"
)
date_first_rdv
=
fields
.
Date
(
"
Date du 1er rdv
"
)
date_send_guide
=
fields
.
Date
(
"
Date d’envoi du guide de faisabilité
"
)
date_send_guide
=
fields
.
Date
(
"
Date d’envoi du guide de faisabilité
"
)
staff_planned
=
fields
.
Integer
(
"
Effectif prévu
"
)
adhesion_comments
=
fields
.
Text
(
"
Commentaires Adhésion
"
)
feasibility_study
=
fields
.
Boolean
(
"
Etude de faisabilité signée
"
)
feasibility_study
=
fields
.
Boolean
(
"
Etude de faisabilité signée
"
)
amount_feasibility_study
=
fields
.
Integer
(
amount_feasibility_study
=
fields
.
Integer
(
"
Montant de l’étude de faisabilité
"
)
"
Montant de l’étude de faisabilité
"
)
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
views/res_partner.xml
+
4
−
4
Voir le fichier @
4b80df6d
...
@@ -41,6 +41,8 @@
...
@@ -41,6 +41,8 @@
<group
string=
"Phase d'information"
>
<group
string=
"Phase d'information"
>
<field
name=
"date_first_rdv"
/>
<field
name=
"date_first_rdv"
/>
<field
name=
"date_send_guide"
/>
<field
name=
"date_send_guide"
/>
<field
name=
"staff_planned"
/>
<field
name=
"adhesion_comments"
/>
</group>
</group>
<group
string=
"Phase de pré-diagnostic"
attrs=
"{'invisible':[('project_status','in',('1_information'))]}"
>
<group
string=
"Phase de pré-diagnostic"
attrs=
"{'invisible':[('project_status','in',('1_information'))]}"
>
<field
name=
"feasibility_study"
widget=
"boolean_toggle"
/>
<field
name=
"feasibility_study"
widget=
"boolean_toggle"
/>
...
@@ -52,8 +54,6 @@
...
@@ -52,8 +54,6 @@
</group>
</group>
<group
string=
"Phase d'adhésion"
attrs=
"{'invisible':[('project_status','in',('1_information','2_pre-diagnostic','3_accompagnement'))]}"
>
<group
string=
"Phase d'adhésion"
attrs=
"{'invisible':[('project_status','in',('1_information','2_pre-diagnostic','3_accompagnement'))]}"
>
<field
name=
"file_full"
widget=
"boolean_toggle"
/>
<field
name=
"file_full"
widget=
"boolean_toggle"
/>
</group>
<group
string=
"Soumis CGScop"
attrs=
"{'invisible':[('project_status','in',('1_information','2_pre-diagnostic','3_accompagnement','4_adhesion'))]}"
>
<field
name=
"date_transmission_cg"
/>
<field
name=
"date_transmission_cg"
/>
</group>
</group>
</group>
</group>
...
@@ -78,6 +78,8 @@
...
@@ -78,6 +78,8 @@
<group
string=
"Phase d'information"
>
<group
string=
"Phase d'information"
>
<field
name=
"date_first_rdv"
/>
<field
name=
"date_first_rdv"
/>
<field
name=
"date_send_guide"
/>
<field
name=
"date_send_guide"
/>
<field
name=
"staff_planned"
/>
<field
name=
"adhesion_comments"
/>
</group>
</group>
<group
string=
"Phase de pré-diagnostic"
attrs=
"{'invisible':[('project_status','in',('1_information'))]}"
>
<group
string=
"Phase de pré-diagnostic"
attrs=
"{'invisible':[('project_status','in',('1_information'))]}"
>
<field
name=
"feasibility_study"
widget=
"boolean_toggle"
/>
<field
name=
"feasibility_study"
widget=
"boolean_toggle"
/>
...
@@ -89,8 +91,6 @@
...
@@ -89,8 +91,6 @@
</group>
</group>
<group
string=
"Phase d'adhésion"
attrs=
"{'invisible':[('project_status','in',('1_information','2_pre-diagnostic','3_accompagnement'))]}"
>
<group
string=
"Phase d'adhésion"
attrs=
"{'invisible':[('project_status','in',('1_information','2_pre-diagnostic','3_accompagnement'))]}"
>
<field
name=
"file_full"
widget=
"boolean_toggle"
/>
<field
name=
"file_full"
widget=
"boolean_toggle"
/>
</group>
<group
string=
"Soumis CGScop"
attrs=
"{'invisible':[('project_status','in',('1_information','2_pre-diagnostic','3_accompagnement','4_adhesion'))]}"
>
<field
name=
"date_transmission_cg"
/>
<field
name=
"date_transmission_cg"
/>
</group>
</group>
</group>
</group>
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter