Initial commit: Odoo 18.0-20251222 extra-addons
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled

This commit is contained in:
tocmo0nlord
2026-03-13 20:43:25 +00:00
parent 36e847a7df
commit adbe430761
9472 changed files with 1265727 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
Maintenance request must have a project defined for seeing the
start/stop buttons.

View File

@@ -0,0 +1,3 @@
- [Tecnativa](https://www.tecnativa.com):
- Víctor Martínez
- Pedro M. Baeza

View File

@@ -0,0 +1,3 @@
It allows to track the exact moment when a timesheet line is started
(not only the day, but also the minute and second) and let users start
and stop timers easily.

View File

@@ -0,0 +1,8 @@
This module is auto-installed when `maintenance_timesheet` and
`project_timesheet_time_control` are installed.
This module depends on modules found in these repositories:
- [OCA/timesheet](https://github.com/OCA/timesheet)
- [OCA/web](https://github.com/OCA/web)
- [OCA/project](https://github.com/OCA/project)

View File

@@ -0,0 +1,18 @@
In general the usage instructions from `project_timesheet_time_control`
apply with the following additions.
Via maintenance requests:
1. Go to *Maintenance \> Maintenance \> Maintenance Requests*.
2. If a request has a running timesheet line, it will display a *Stop*
button.
3. Other requests that have enabled timesheets will display a *Start*
button that will open the same wizard as the timesheet lines,
duplicating task's last timesheet line.
4. You can see the same in list view.
5. Click on any existing request or create a new one.
6. You can see the same feature in the action buttons box.
Note: All the *Start/Resume/Stop* features are disabled if you don't
belong to the *Timesheets/User* group or if you are viewing a timesheet
that belongs to another user.