[BOT] post-merge updates
parent
a3c4fc0c85
commit
d4164287ef
|
@ -41,7 +41,7 @@ addon | version | maintainers | summary
|
|||
[base_technical_user](base_technical_user/) | 16.0.1.0.0 | | Add a technical user parameter on the company
|
||||
[base_time_window](base_time_window/) | 16.0.1.0.0 | | Base model to handle time windows
|
||||
[base_view_inheritance_extension](base_view_inheritance_extension/) | 16.0.1.2.0 | | Adds more operators for view inheritance
|
||||
[cron_daylight_saving_time_resistant](cron_daylight_saving_time_resistant/) | 16.0.1.0.0 | [](https://github.com/florian-dacosta) | Run cron on fixed hours
|
||||
[cron_daylight_saving_time_resistant](cron_daylight_saving_time_resistant/) | 16.0.1.0.1 | [](https://github.com/florian-dacosta) | Run cron on fixed hours
|
||||
[database_cleanup](database_cleanup/) | 16.0.1.0.2 | | Database cleanup
|
||||
[dbfilter_from_header](dbfilter_from_header/) | 16.0.1.0.1 | | Filter databases with HTTP headers
|
||||
[excel_import_export](excel_import_export/) | 16.0.1.1.0 | [](https://github.com/kittiu) | Base module for developing Excel import/export/report
|
||||
|
|
|
@ -7,7 +7,7 @@ Cron daylight saving time resistant
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:fdc494dd40cb7c08648cb1ecb755f4a0ba5580eef66adf55482ee787e47c2afb
|
||||
!! source digest: sha256:47c4229ff8504b9ce8f0531d3602cb206b388d44ab43901e4a744d836c0d0554
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
"name": "Cron daylight saving time resistant",
|
||||
"summary": "Run cron on fixed hours",
|
||||
"version": "16.0.1.0.0",
|
||||
"version": "16.0.1.0.1",
|
||||
"category": "Tools",
|
||||
"website": "https://github.com/OCA/server-tools",
|
||||
"author": "akretion, Odoo Community Association (OCA)",
|
||||
|
|
|
@ -366,7 +366,7 @@ ul.auto-toc {
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:fdc494dd40cb7c08648cb1ecb755f4a0ba5580eef66adf55482ee787e47c2afb
|
||||
!! source digest: sha256:47c4229ff8504b9ce8f0531d3602cb206b388d44ab43901e4a744d836c0d0554
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-tools/tree/16.0/cron_daylight_saving_time_resistant"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-cron_daylight_saving_time_resistant"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module adjust cron to run at fixed hours, local time.</p>
|
||||
|
|
Loading…
Reference in New Issue