Skip to content

Commit d32e9b6

Browse files
committed
[BOT] post-merge updates
1 parent a44db61 commit d32e9b6

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ addon | version | maintainers | summary
3030
[maintenance_product](maintenance_product/) | 17.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Maintenance Product
3131
[maintenance_project](maintenance_project/) | 17.0.2.0.0 | | Adds projects to maintenance equipments and requests
3232
[maintenance_timesheet](maintenance_timesheet/) | 17.0.1.0.0 | | Adds timesheets to maintenance requests
33+
[maintenance_timesheet_time_control](maintenance_timesheet_time_control/) | 17.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Maintenance Timesheets Timesheet Time Control
3334

3435
[//]: # (end addons)
3536

maintenance_timesheet_time_control/README.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Maintenance Timesheets Time Control
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:999ce7cd27b56d7796c9594d15f4413473560b6e533bdd0fdcb842b877b2370d
10+
!! source digest: sha256:ba2016f2ac2541372496f5f92627d2adf485d1579f8a215722b02650a4729d55
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -45,9 +45,9 @@ This module is auto-installed when ``maintenance_timesheet`` and
4545

4646
This module depends on modules found in these repositories:
4747

48-
- `OCA/timesheet <https://github.com/OCA/timesheet>`__
49-
- `OCA/web <https://github.com/OCA/web>`__
50-
- `OCA/project <https://github.com/OCA/project>`__
48+
- `OCA/timesheet <https://github.com/OCA/timesheet>`__
49+
- `OCA/web <https://github.com/OCA/web>`__
50+
- `OCA/project <https://github.com/OCA/project>`__
5151

5252
Configuration
5353
=============
@@ -98,10 +98,10 @@ Authors
9898
Contributors
9999
------------
100100

101-
- `Tecnativa <https://www.tecnativa.com>`__:
101+
- `Tecnativa <https://www.tecnativa.com>`__:
102102

103-
- Víctor Martínez
104-
- Pedro M. Baeza
103+
- Víctor Martínez
104+
- Pedro M. Baeza
105105

106106
Maintainers
107107
-----------

maintenance_timesheet_time_control/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Maintenance Timesheets Time Control</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:999ce7cd27b56d7796c9594d15f4413473560b6e533bdd0fdcb842b877b2370d
370+
!! source digest: sha256:ba2016f2ac2541372496f5f92627d2adf485d1579f8a215722b02650a4729d55
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<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/maintenance/tree/17.0/maintenance_timesheet_time_control"><img alt="OCA/maintenance" src="https://img.shields.io/badge/github-OCA%2Fmaintenance-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/maintenance-17-0/maintenance-17-0-maintenance_timesheet_time_control"><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/maintenance&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>It allows to track the exact moment when a timesheet line is started

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-maintenance"
3-
version = "17.0.20240829.0"
3+
version = "17.0.20241230.0"
44
dependencies = [
55
"odoo-addon-base_maintenance>=17.0dev,<17.1dev",
66
"odoo-addon-maintenance_account>=17.0dev,<17.1dev",
@@ -11,6 +11,7 @@ dependencies = [
1111
"odoo-addon-maintenance_product>=17.0dev,<17.1dev",
1212
"odoo-addon-maintenance_project>=17.0dev,<17.1dev",
1313
"odoo-addon-maintenance_timesheet>=17.0dev,<17.1dev",
14+
"odoo-addon-maintenance_timesheet_time_control>=17.0dev,<17.1dev",
1415
]
1516
classifiers=[
1617
"Programming Language :: Python",

0 commit comments

Comments
 (0)