Skip to content
Extraits de code Groupes Projets
Valider 7ab876bd rédigé par Hugo Trentesaux's avatar Hugo Trentesaux
Parcourir les fichiers

ajoute le person_id

parent e2627a31
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -34,6 +34,12 @@ class ResPartner(models.Model):
string="FMG",
)
# le partner est associé à un identifiant personne dans les fichiers
# creserfi et commissions
# (différent de l'identifiant entité titulaire)
# IDENTIFIANT_PERSONNE, IDENTIFIANT_ENTITE_TITULAIRE
person_id = fields.Char("Identifiant Personne")
# ------------------------------------------------------
# SQL Constraints
# ------------------------------------------------------
......
......@@ -32,9 +32,11 @@
<separator string="Contrats garantie" />
<field name="financial_contract_guarantee_ids" readonly="1" />
</page>
</xpath>
<xpath expr="//group[@name='legal_info']//field[@name='siren']" position="after">
<field name="person_id" readonly="1" widget="CopyClipboardChar" />
</xpath>
</field>
</record>
</odoo>
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