| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-backend |
| GIT | |
| GIT | https://github.com/OCA/server-backend.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-backend/tree/11.0/base_dav |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Extra Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), initOS GmbH, Therp BV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), initOS GmbH, Therp BV |
| COMMITTERS | |
| COMMITTERS | GitHub, oca-travis, OCA-git-bot, fkantelberg |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:24:02 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
radicale |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_dav_collection_form |
dav.collection | form | New | |
view_dav_collection_mapping_form |
dav.collection.field_mapping | form | New | |
view_dav_collection_mapping_tree |
dav.collection.field_mapping | tree | New | |
view_dav_collection_tree |
dav.collection | tree | New |
dav_type
Selection
default='calendar'
required=True
string='Type'
args: [('calendar', 'Calendar'), ('addressbook', 'Addressbook'), ('files', 'Files')]
domain
Char
default='[]'
required=True
field_mapping_ids
One2many → dav.collection.field_mapping
string='Field mappings'
args: 'dav.collection.field_mapping', 'collection_id'
field_uuid
Many2one → ir.model.fields
model_id
Many2one → ir.model
domain=[('transient', '=', False)]
required=True
string='Model'
args: 'ir.model'
name
Char
required=True
rights
Selection
default='owner_only'
required=True
args: [('owner_only', 'Owner Only'), ('owner_write_only', 'Owner Write Only'), ('authenticated', 'Authenticated')]
tag
Char
compute='_compute_tag'
url
Char
compute='_compute_url'
dav_delete(self, collection, components)
dav_get(self, collection, href)
dav_list(self, collection, path_components)
dav_upload(self, collection, href, item)
eval(self)
from_vobject(self, item)
get_record(self, components)
to_vobject(self, record)
collection_id
Many2one → dav.collection
ondelete='cascade'
required=True
args: 'dav.collection'
export_code
Text
help='Code to export the value to a vobject. Use the variable result for the output of the value and record as input'
field_id
Many2one → ir.model.fields
help='Field of the model the values are mapped to'
required=True
args: 'ir.model.fields'
import_code
Text
help='Code to import the value from a vobject. Use the variable result for the output of the value and item as input'
mapping_type
Selection
default='simple'
required=True
args: [('simple', 'Simple'), ('code', 'Code')]
model_id
Many2one → ir.model
related='collection_id.model_id'
args: 'ir.model'
name
Char
help='Attribute name in the vobject'
required=True
from_vobject(self, child)
to_vobject(self, record)
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/server-backend |
| PULL REQUEST | |
| PULL REQUEST | [12.0][MIG] base_dav: migration to 12.0 (#226) |
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/server-backend |
| PULL REQUEST | |
| PULL REQUEST | [MIG] base_dav: Migration to 17.0 (#276) |