mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[ADD] base_dav
This commit is contained in:
committed by
fkantelberg
parent
c1349bb4bc
commit
cb2ecfee46
24
base_dav/__manifest__.py
Normal file
24
base_dav/__manifest__.py
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 2018 Therp BV <https://therp.nl>
|
||||
# Copyright 2019-2020 initOS GmbH <https://initos.com>
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
{
|
||||
"name": "Caldav and Carddav support",
|
||||
"version": "11.0.1.0.0",
|
||||
"author": "initOS GmbH,Therp BV,Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"category": "Extra Tools",
|
||||
"summary": "Access Odoo data as calendar or address book",
|
||||
"depends": [
|
||||
'base',
|
||||
],
|
||||
"demo": [
|
||||
"demo/dav_collection.xml",
|
||||
],
|
||||
"data": [
|
||||
"views/dav_collection.xml",
|
||||
'security/ir.model.access.csv',
|
||||
],
|
||||
"external_dependencies": {
|
||||
'python': ['radicale'],
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user