You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.7 KiB
34 lines
1.7 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
<record id="collection_addressbook" model="dav.collection">
|
|
<field name="name">Addressbook</field>
|
|
<field name="dav_type">addressbook</field>
|
|
<field name="model_id" ref="base.model_res_partner" />
|
|
<field name="domain">[]</field>
|
|
</record>
|
|
<record id="field_mapping_addressbook_n" model="dav.collection.field_mapping">
|
|
<field name="name">N</field>
|
|
<field name="field_id" ref="base.field_res_partner__name" />
|
|
<field name="collection_id" ref="collection_addressbook" />
|
|
</record>
|
|
<record id="field_mapping_addressbook_fn" model="dav.collection.field_mapping">
|
|
<field name="name">FN</field>
|
|
<field name="field_id" ref="base.field_res_partner__display_name" />
|
|
<field name="collection_id" ref="collection_addressbook" />
|
|
</record>
|
|
<record id="field_mapping_addressbook_photo" model="dav.collection.field_mapping">
|
|
<field name="name">photo</field>
|
|
<field name="field_id" ref="base.field_res_partner__image" />
|
|
<field name="collection_id" ref="collection_addressbook" />
|
|
</record>
|
|
<record id="field_mapping_addressbook_email" model="dav.collection.field_mapping">
|
|
<field name="name">email</field>
|
|
<field name="field_id" ref="base.field_res_partner__email" />
|
|
<field name="collection_id" ref="collection_addressbook" />
|
|
</record>
|
|
<record id="field_mapping_addressbook_tel" model="dav.collection.field_mapping">
|
|
<field name="name">tel</field>
|
|
<field name="field_id" ref="base.field_res_partner__phone" />
|
|
<field name="collection_id" ref="collection_addressbook" />
|
|
</record>
|
|
</odoo>
|