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

[ADD] software_ref field

parent d45f9772
Branches 16.0
No related tags found
No related merge requests found
......@@ -29,3 +29,4 @@ class CoSavoirsResPartner(models.Model):
selection=[("public", "Public"), ("private", "Privé")], string="Secteur"
)
software = fields.Char("SIRH/DUI déployé")
software_ref = fields.Char("N° instance outil")
......@@ -38,6 +38,10 @@
name="software"
attrs="{ 'invisible': [('is_company', '!=', True)]}"
/>
<field
name="software_ref"
attrs="{ 'invisible': [('is_company', '!=', True)]}"
/>
</xpath>
<!-- right side -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment