[ADD] dav_account: create addon to connect Odoo to a DAV server

Users can add several DAV servers to their profile preferences.
This commit is contained in:
Stéphan Sainléger
2022-07-29 17:39:54 +02:00
parent 33e2de6a0a
commit 36fd29fddb
11 changed files with 346 additions and 0 deletions

3
dav_account/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
# -*- coding: utf-8 -*-
from . import models