2024-05-03 09:21:24 +00:00
|
|
|
# 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",
|
2024-11-08 07:18:26 +00:00
|
|
|
"version": "3.0.1.2.1",
|
2024-05-03 09:21:24 +00:00
|
|
|
"category": "Uncategorized",
|
|
|
|
"website": "https://gitlab.com/flectra-community/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/*",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
"development_status": "Mature",
|
|
|
|
"maintainers": ["lmignon"],
|
|
|
|
}
|