Skip to content

Commit 2523a99

Browse files
committed
[BOT] post-merge updates
1 parent 8d06c4f commit 2523a99

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ addon | version | maintainers | summary
2828
[hr_attendance_overtime](hr_attendance_overtime/) | 14.0.1.0.0 | [![petrus-v](https://github.com/petrus-v.png?size=30px)](https://github.com/petrus-v) | Mark Attendances as overtime.
2929
[hr_attendance_reason](hr_attendance_reason/) | 14.0.1.1.4 | | HR Attendance Reason
3030
[hr_attendance_report_theoretical_time](hr_attendance_report_theoretical_time/) | 14.0.1.0.5 | | Theoretical vs Attended Time Analysis
31-
[hr_attendance_rfid](hr_attendance_rfid/) | 14.0.1.1.2 | | HR Attendance RFID
31+
[hr_attendance_rfid](hr_attendance_rfid/) | 14.0.1.1.3 | | HR Attendance RFID
3232
[hr_attendance_sheet](hr_attendance_sheet/) | 14.0.1.0.4 | [![patrickrwilson](https://github.com/patrickrwilson.png?size=30px)](https://github.com/patrickrwilson) [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | Group attendances into attendance sheets.
3333
[hr_attendance_validation](hr_attendance_validation/) | 14.0.1.0.1 | [![petrus-v](https://github.com/petrus-v.png?size=30px)](https://github.com/petrus-v) | Employee attendance validation.
3434
[hr_birthday_welcome_message](hr_birthday_welcome_message/) | 14.0.1.0.0 | | This addon adds a birthday message as welcome message when it is the employee's birthday

hr_attendance_rfid/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ HR Attendance RFID
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:0cfbea5da25d7c9c4831d2d335f159fef5defe63ea61e554da4c6c873f8c7026
10+
!! source digest: sha256:8572bc5072184308a8023944bb7108eb5ecc444e826a2f024b43f1c9aa92c010
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

hr_attendance_rfid/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{
66
"name": "HR Attendance RFID",
7-
"version": "14.0.1.1.2",
7+
"version": "14.0.1.1.3",
88
"category": "Human Resources",
99
"website": "https://github.com/OCA/hr-attendance",
1010
"author": "Comunitea, ForgeFlow, Odoo Community Association (OCA)",

hr_attendance_rfid/static/description/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
@@ -367,7 +366,7 @@ <h1 class="title">HR Attendance RFID</h1>
367366
!! This file is generated by oca-gen-addon-readme !!
368367
!! changes will be overwritten. !!
369368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:0cfbea5da25d7c9c4831d2d335f159fef5defe63ea61e554da4c6c873f8c7026
369+
!! source digest: sha256:8572bc5072184308a8023944bb7108eb5ecc444e826a2f024b43f1c9aa92c010
371370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372371
<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/hr-attendance/tree/14.0/hr_attendance_rfid"><img alt="OCA/hr-attendance" src="https://img.shields.io/badge/github-OCA%2Fhr--attendance-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/hr-attendance-14-0/hr-attendance-14-0-hr_attendance_rfid"><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/hr-attendance&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373372
<p>This module extends the functionality of HR Attendance in order to allow

0 commit comments

Comments
 (0)