Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
A
alterincub_partner
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
Le Filament
AlterIncub
alterincub_partner
Validations
9793c3b4
Valider
9793c3b4
rédigé
27 nov. 2023
par
Rémi - Le Filament
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
[UPD] remove unecessary address readonly attribute
parent
4369c2a5
Branches
Branches contenant la validation
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
1
Afficher les modifications d'espaces
En ligne
Côte à côte
Affichage de
1 fichier modifié
views/res_partner.xml
+1
-21
1 ajout, 21 suppressions
views/res_partner.xml
avec
1 ajout
et
21 suppressions
views/res_partner.xml
+
1
−
21
Voir le fichier @
9793c3b4
...
...
@@ -144,30 +144,10 @@
</xpath>
<!-- Bloc gauche : Adresse -->
<!-- Autorise la modification d'adresse pour les porteurs de projet -->
<xpath
expr=
"//field[@name='street']"
position=
"attributes"
>
<attribute
name=
"attrs"
>
{'readonly': [('type', '=', 'contact'),('parent_id', '!=', False),('is_incubated', '=', False)]}
</attribute>
</xpath>
<xpath
expr=
"//field[@name='street2']"
position=
"attributes"
>
<attribute
name=
"attrs"
>
{'readonly': [('type', '=', 'contact'),('parent_id', '!=', False),('is_incubated', '=', False)]}
</attribute>
</xpath>
<xpath
expr=
"//field[@name='city']"
position=
"attributes"
>
<attribute
name=
"attrs"
>
{'readonly': [('type', '=', 'contact'),('parent_id', '!=', False),('is_incubated', '=', False)]}
</attribute>
</xpath>
<!-- Cache le champ Etat -->
<xpath
expr=
"//field[@name='state_id']"
position=
"attributes"
>
<attribute
name=
"invisible"
>
1
</attribute>
</xpath>
<xpath
expr=
"//field[@name='zip']"
position=
"attributes"
>
<attribute
name=
"attrs"
>
{'readonly': [('type', '=', 'contact'),('parent_id', '!=', False),('is_incubated', '=', False)]}
</attribute>
</xpath>
<!-- Masque la TVA -->
<xpath
expr=
"//field[@name='vat']"
position=
"attributes"
>
<attribute
name=
"invisible"
>
1
</attribute>
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Rémi - Le Filament
@remi-filament
mentioned in issue
#2 (closed)
·
27 nov. 2023
mentioned in issue
#2 (closed)
mentioned in issue #2
Afficher/masquer la liste des validations
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