diff --git a/README.md b/README.md index 5c9ea1c467..989dcbd0fd 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ addon | version | maintainers | summary [project_template](project_template/) | 16.0.1.0.0 | [![patrickrwilson](https://github.com/patrickrwilson.png?size=30px)](https://github.com/patrickrwilson) | Project Templates [project_timeline](project_timeline/) | 16.0.1.4.1 | | Timeline view for projects [project_timeline_hr_timesheet](project_timeline_hr_timesheet/) | 16.0.1.0.0 | | Shows the progress of tasks on the timeline view. -[project_timesheet_time_control](project_timesheet_time_control/) | 16.0.1.0.1 | [![ernestotejeda](https://github.com/ernestotejeda.png?size=30px)](https://github.com/ernestotejeda) | Project timesheet time control +[project_timesheet_time_control](project_timesheet_time_control/) | 16.0.1.0.2 | [![ernestotejeda](https://github.com/ernestotejeda.png?size=30px)](https://github.com/ernestotejeda) | Project timesheet time control [project_type](project_type/) | 16.0.1.0.0 | | Project Types [project_update_visible](project_update_visible/) | 16.0.1.0.0 | | Visible project_id in project.update view form. [sale_project_copy_tasks](sale_project_copy_tasks/) | 16.0.1.0.2 | [![shide](https://github.com/shide.png?size=30px)](https://github.com/shide) [![EmilioPascual](https://github.com/EmilioPascual.png?size=30px)](https://github.com/EmilioPascual) | Copy tasks into sale order's project diff --git a/project_timesheet_time_control/README.rst b/project_timesheet_time_control/README.rst index 985c70f3b4..54f17eb1c0 100644 --- a/project_timesheet_time_control/README.rst +++ b/project_timesheet_time_control/README.rst @@ -7,7 +7,7 @@ Project timesheet time control !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:70349cc4f0cb7d492957bdf535ef716ba939a2dcc60a17382a74f893fca1c24b + !! source digest: sha256:634d69493dc4d759cacd81da99e43024f73dd1bd6cd31c6fc5519855d68104c4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/project_timesheet_time_control/__manifest__.py b/project_timesheet_time_control/__manifest__.py index af71f4ee61..a1ae2701d0 100644 --- a/project_timesheet_time_control/__manifest__.py +++ b/project_timesheet_time_control/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Project timesheet time control", - "version": "16.0.1.0.1", + "version": "16.0.1.0.2", "category": "Project", "author": "Tecnativa," "Odoo Community Association (OCA)", "maintainers": ["ernestotejeda"], diff --git a/project_timesheet_time_control/static/description/index.html b/project_timesheet_time_control/static/description/index.html index 71cb501011..187e85b0d7 100644 --- a/project_timesheet_time_control/static/description/index.html +++ b/project_timesheet_time_control/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@

Project timesheet time control

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:70349cc4f0cb7d492957bdf535ef716ba939a2dcc60a17382a74f893fca1c24b +!! source digest: sha256:634d69493dc4d759cacd81da99e43024f73dd1bd6cd31c6fc5519855d68104c4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Allow to track the exact moment when a timesheet line is started (not only @@ -499,7 +499,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.