From d32e9b6ee3e313b24b0eb22360087070a63419e9 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 30 Dec 2024 08:36:02 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + maintenance_timesheet_time_control/README.rst | 14 +++++++------- .../static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index df1b44045..679bcb936 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ addon | version | maintainers | summary [maintenance_product](maintenance_product/) | 17.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Maintenance Product [maintenance_project](maintenance_project/) | 17.0.2.0.0 | | Adds projects to maintenance equipments and requests [maintenance_timesheet](maintenance_timesheet/) | 17.0.1.0.0 | | Adds timesheets to maintenance requests +[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 [//]: # (end addons) diff --git a/maintenance_timesheet_time_control/README.rst b/maintenance_timesheet_time_control/README.rst index 1be202f0b..c6c32b17f 100644 --- a/maintenance_timesheet_time_control/README.rst +++ b/maintenance_timesheet_time_control/README.rst @@ -7,7 +7,7 @@ Maintenance Timesheets Time Control !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:999ce7cd27b56d7796c9594d15f4413473560b6e533bdd0fdcb842b877b2370d + !! source digest: sha256:ba2016f2ac2541372496f5f92627d2adf485d1579f8a215722b02650a4729d55 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -45,9 +45,9 @@ This module is auto-installed when ``maintenance_timesheet`` and This module depends on modules found in these repositories: -- `OCA/timesheet `__ -- `OCA/web `__ -- `OCA/project `__ +- `OCA/timesheet `__ +- `OCA/web `__ +- `OCA/project `__ Configuration ============= @@ -98,10 +98,10 @@ Authors Contributors ------------ -- `Tecnativa `__: +- `Tecnativa `__: - - Víctor Martínez - - Pedro M. Baeza + - Víctor Martínez + - Pedro M. Baeza Maintainers ----------- diff --git a/maintenance_timesheet_time_control/static/description/index.html b/maintenance_timesheet_time_control/static/description/index.html index 3ed6edbb3..e230a1416 100644 --- a/maintenance_timesheet_time_control/static/description/index.html +++ b/maintenance_timesheet_time_control/static/description/index.html @@ -367,7 +367,7 @@

Maintenance Timesheets Time Control

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:999ce7cd27b56d7796c9594d15f4413473560b6e533bdd0fdcb842b877b2370d +!! source digest: sha256:ba2016f2ac2541372496f5f92627d2adf485d1579f8a215722b02650a4729d55 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/maintenance Translate me on Weblate Try me on Runboat

It allows to track the exact moment when a timesheet line is started diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 9dc7df2e8..1f2fef274 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-maintenance" -version = "17.0.20240829.0" +version = "17.0.20241230.0" dependencies = [ "odoo-addon-base_maintenance>=17.0dev,<17.1dev", "odoo-addon-maintenance_account>=17.0dev,<17.1dev", @@ -11,6 +11,7 @@ dependencies = [ "odoo-addon-maintenance_product>=17.0dev,<17.1dev", "odoo-addon-maintenance_project>=17.0dev,<17.1dev", "odoo-addon-maintenance_timesheet>=17.0dev,<17.1dev", + "odoo-addon-maintenance_timesheet_time_control>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",