forked from OCA/server-ux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
30 lines (30 loc) · 925 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
"name": "Date Range",
"summary": "Manage all kind of date range",
"version": "16.0.1.0.9",
"category": "Uncategorized",
"website": "https://github.com/OCA/server-ux",
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
"license": "LGPL-3",
"installable": True,
"depends": [
"web",
],
"data": [
"data/ir_cron_data.xml",
"security/ir.model.access.csv",
"security/date_range_security.xml",
"views/date_range_view.xml",
"wizard/date_range_generator.xml",
],
"assets": {
"web.assets_backend": [
"date_range/static/src/js/date_range.esm.js",
"date_range/static/src/xml/date_range.xml",
],
},
"development_status": "Mature",
"maintainers": ["lmignon"],
}