mirror of
https://github.com/bringout/oca-hr.git
synced 2026-04-27 06:32:06 +02:00
- Fix AttributeError: hr.payslip.run has no company_id field - Change batch name format from MM/YYYY to YYYY-MM (remove 'Payslips' prefix) - Add journal_id field and copy from previous batch - Add work_type_id support (Redovni rad/Regular work) in timesheet generation - Add duplicate check for existing timesheets to prevent duplication - Use standard Odoo hr.payslip.employees wizard for payslip generation - Update version to 16.0.1.1.0 🤖 assisted by claude 🤖 assisted by claude
55 lines
1.7 KiB
Text
55 lines
1.7 KiB
Text
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * hr_attendance_rfid
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 16.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"Last-Translator: \n"
|
|
"Language-Team: \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Plural-Forms: \n"
|
|
|
|
#. module: hr_attendance_rfid
|
|
#. odoo-python
|
|
#: code:addons/hr_attendance_rfid/models/hr_employee.py
|
|
#, python-format
|
|
msgid "Attendance recorded for employee %s"
|
|
msgstr "Evidencija zabilježena za zaposlenika %s"
|
|
|
|
#. module: hr_attendance_rfid
|
|
#: model:ir.model,name:hr_attendance_rfid.model_hr_employee_base
|
|
msgid "Basic Employee"
|
|
msgstr "Obični zaposlenik"
|
|
|
|
#. module: hr_attendance_rfid
|
|
#. odoo-python
|
|
#: code:addons/hr_attendance_rfid/models/hr_employee.py
|
|
#, python-format
|
|
msgid "No attendance was recorded for employee %s"
|
|
msgstr "Nema zabilježene evidencije za zaposlenika %s"
|
|
|
|
#. module: hr_attendance_rfid
|
|
#. odoo-python
|
|
#: code:addons/hr_attendance_rfid/models/hr_employee.py
|
|
#, python-format
|
|
msgid "No employee found with card %s"
|
|
msgstr "Nema pronađenog zaposlenika s karticom %s"
|
|
|
|
#. module: hr_attendance_rfid
|
|
#: model:res.groups,name:hr_attendance_rfid.group_hr_attendance_rfid
|
|
msgid "RFID Attendance"
|
|
msgstr "RFID evidencija"
|
|
|
|
#. module: hr_attendance_rfid
|
|
#: model:ir.model.fields,field_description:hr_attendance_rfid.field_hr_employee__rfid_card_code
|
|
msgid "RFID Card Code"
|
|
msgstr "RFID kod kartice"
|
|
|
|
#. module: hr_attendance_rfid
|
|
#: model:ir.model.constraint,message:hr_attendance_rfid.constraint_hr_employee_base_rfid_card_code_uniq
|
|
msgid "The rfid code should be unique."
|
|
msgstr "RFID kod treba biti jedinstven."
|