Commit d32e9b6 1 parent a44db61 commit d32e9b6 Copy full SHA for d32e9b6
File tree 4 files changed +11
-9
lines changed
maintenance_timesheet_time_control
4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ addon | version | maintainers | summary
30
30
[ maintenance_product] ( maintenance_product/ ) | 17.0.1.0.0 | [ ![ victoralmau] ( https://github.com/victoralmau.png?size=30px )] ( https://github.com/victoralmau ) | Maintenance Product
31
31
[ maintenance_project] ( maintenance_project/ ) | 17.0.2.0.0 | | Adds projects to maintenance equipments and requests
32
32
[ 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
33
34
34
35
[ // ] : # ( end addons )
35
36
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Maintenance Timesheets Time Control
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:999ce7cd27b56d7796c9594d15f4413473560b6e533bdd0fdcb842b877b2370d
10
+ !! source digest: sha256:ba2016f2ac2541372496f5f92627d2adf485d1579f8a215722b02650a4729d55
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -45,9 +45,9 @@ This module is auto-installed when ``maintenance_timesheet`` and
45
45
46
46
This module depends on modules found in these repositories:
47
47
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 >`__
51
51
52
52
Configuration
53
53
=============
@@ -98,10 +98,10 @@ Authors
98
98
Contributors
99
99
------------
100
100
101
- - `Tecnativa <https://www.tecnativa.com >`__:
101
+ - `Tecnativa <https://www.tecnativa.com >`__:
102
102
103
- - Víctor Martínez
104
- - Pedro M. Baeza
103
+ - Víctor Martínez
104
+ - Pedro M. Baeza
105
105
106
106
Maintainers
107
107
-----------
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ <h1 class="title">Maintenance Timesheets Time Control</h1>
367
367
!! This file is generated by oca-gen-addon-readme !!
368
368
!! changes will be overwritten. !!
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:999ce7cd27b56d7796c9594d15f4413473560b6e533bdd0fdcb842b877b2370d
370
+ !! source digest: sha256:ba2016f2ac2541372496f5f92627d2adf485d1579f8a215722b02650a4729d55
371
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
< 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&target_branch=17.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373
373
< p > It allows to track the exact moment when a timesheet line is started
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " odoo-addons-oca-maintenance"
3
- version = " 17.0.20240829 .0"
3
+ version = " 17.0.20241230 .0"
4
4
dependencies = [
5
5
" odoo-addon-base_maintenance>=17.0dev,<17.1dev" ,
6
6
" odoo-addon-maintenance_account>=17.0dev,<17.1dev" ,
@@ -11,6 +11,7 @@ dependencies = [
11
11
" odoo-addon-maintenance_product>=17.0dev,<17.1dev" ,
12
12
" odoo-addon-maintenance_project>=17.0dev,<17.1dev" ,
13
13
" odoo-addon-maintenance_timesheet>=17.0dev,<17.1dev" ,
14
+ " odoo-addon-maintenance_timesheet_time_control>=17.0dev,<17.1dev" ,
14
15
]
15
16
classifiers =[
16
17
" Programming Language :: Python" ,
You can’t perform that action at this time.
0 commit comments