2021-03-23 19:15:27 +00:00
|
|
|
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
|
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
|
|
"name": "Date Range",
|
|
|
|
"summary": "Manage all kind of date range",
|
2021-05-26 11:33:18 +00:00
|
|
|
"version": "2.0.2.0.2",
|
2021-03-23 19:15:27 +00:00
|
|
|
"category": "Uncategorized",
|
|
|
|
"website": "https://gitlab.com/flectra-community/server-ux",
|
|
|
|
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
|
|
|
|
"license": "AGPL-3",
|
|
|
|
"installable": True,
|
|
|
|
"depends": ["web"],
|
|
|
|
"data": [
|
2021-11-28 03:13:50 +00:00
|
|
|
"data/ir_cron_data.xml",
|
2021-03-23 19:15:27 +00:00
|
|
|
"security/ir.model.access.csv",
|
|
|
|
"security/date_range_security.xml",
|
|
|
|
"views/assets.xml",
|
|
|
|
"views/date_range_view.xml",
|
|
|
|
"wizard/date_range_generator.xml",
|
|
|
|
],
|
|
|
|
"qweb": ["static/src/xml/date_range.xml"],
|
|
|
|
"development_status": "Mature",
|
|
|
|
"maintainers": ["lmignon"],
|
|
|
|
}
|