[WIP] pms: working on partner creation in checkin flow

This commit is contained in:
Sara Lago
2021-06-03 18:17:18 +02:00
parent ec375c749b
commit 753155479d
10 changed files with 150 additions and 119 deletions

View File

@@ -61,7 +61,10 @@
<field name="name">Driving License</field>
<field name="code">C</field>
</record>
<record id="document_type_identification_document" model="res.partner.id_category">
<record
id="document_type_identification_document"
model="res.partner.id_category"
>
<field name="name">Identification Document</field>
<field name="code">I</field>
</record>