diff --git a/README.md b/README.md index 9be9f083..41ef24de 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ addon | version | maintainers | summary [hr_attendance_geolocation](hr_attendance_geolocation/) | 16.0.1.0.1 | | With this module the geolocation of the user is tracked at the check-in/check-out step [hr_attendance_modification_tracking](hr_attendance_modification_tracking/) | 16.0.1.0.0 | | Attendance changes will now be registered in the chatter. [hr_attendance_reason](hr_attendance_reason/) | 16.0.1.0.1 | | HR Attendance Reason -[hr_attendance_report_theoretical_time](hr_attendance_report_theoretical_time/) | 16.0.1.1.0 | | Theoretical vs Attended Time Analysis +[hr_attendance_report_theoretical_time](hr_attendance_report_theoretical_time/) | 16.0.1.2.0 | | Theoretical vs Attended Time Analysis [hr_attendance_rfid](hr_attendance_rfid/) | 16.0.1.0.1 | | HR Attendance RFID [hr_contract_update_overtime](hr_contract_update_overtime/) | 16.0.1.0.0 | [![Shide](https://github.com/Shide.png?size=30px)](https://github.com/Shide) [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) | Update Overtime from HR Contract diff --git a/hr_attendance_report_theoretical_time/README.rst b/hr_attendance_report_theoretical_time/README.rst index 6d932dcc..8a182141 100644 --- a/hr_attendance_report_theoretical_time/README.rst +++ b/hr_attendance_report_theoretical_time/README.rst @@ -7,7 +7,7 @@ Theoretical vs Attended Time Analysis !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:35210bdcd77e7ffed3c717c87a0920c8b115f1005c5a7b8da17f939c879ae6d1 + !! source digest: sha256:d949b84318a22b4900d9192c0231fe877aaa7e5f024b436a6e3a435f2b2e6720 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/hr_attendance_report_theoretical_time/__manifest__.py b/hr_attendance_report_theoretical_time/__manifest__.py index edeca2df..3716150b 100644 --- a/hr_attendance_report_theoretical_time/__manifest__.py +++ b/hr_attendance_report_theoretical_time/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { "name": "Theoretical vs Attended Time Analysis", - "version": "16.0.1.1.0", + "version": "16.0.1.2.0", "category": "Human Resources", "website": "https://github.com/OCA/hr-attendance", "author": "Tecnativa, Odoo Community Association (OCA)", diff --git a/hr_attendance_report_theoretical_time/static/description/index.html b/hr_attendance_report_theoretical_time/static/description/index.html index 0fef23b6..812a3e59 100644 --- a/hr_attendance_report_theoretical_time/static/description/index.html +++ b/hr_attendance_report_theoretical_time/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 @@

Theoretical vs Attended Time Analysis

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:35210bdcd77e7ffed3c717c87a0920c8b115f1005c5a7b8da17f939c879ae6d1 +!! source digest: sha256:d949b84318a22b4900d9192c0231fe877aaa7e5f024b436a6e3a435f2b2e6720 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module adds a new report called “Theoretical vs Attended Time Analysis” @@ -516,7 +516,9 @@

Other credits

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.