server-tools/cron_daylight_saving_time_r.../__manifest__.py

19 lines
516 B
Python

# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Cron daylight saving time resistant",
"summary": "Run cron on fixed hours",
"version": "16.0.1.0.1",
"category": "Tools",
"website": "https://github.com/OCA/server-tools",
"author": "akretion, Odoo Community Association (OCA)",
"license": "AGPL-3",
"installable": True,
"maintainers": ["florian-dacosta"],
"depends": [
"base",
],
"data": [
"views/ir_cron_views.xml",
],
}