mirror of
https://github.com/bringout/oca-hr.git
synced 2026-04-24 04:12:08 +02:00
Fix hr_payroll_clone: AttributeError, add journal/work_type support, use standard wizard
- 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
This commit is contained in:
parent
3ac97a2210
commit
ee00be80d0
46 changed files with 459 additions and 441 deletions
|
|
@ -35,13 +35,11 @@ msgstr "Obični zaposlenik"
|
|||
|
||||
#. module: hr_attendance_modification_tracking
|
||||
#: model:ir.model.fields,field_description:hr_attendance_modification_tracking.field_hr_attendance__check_in
|
||||
#: model:ir.model.fields,field_description:hr_attendance_modification_tracking.field_hr_employee__last_check_in
|
||||
msgid "Check In"
|
||||
msgstr "Prijava"
|
||||
|
||||
#. module: hr_attendance_modification_tracking
|
||||
#: model:ir.model.fields,field_description:hr_attendance_modification_tracking.field_hr_attendance__check_out
|
||||
#: model:ir.model.fields,field_description:hr_attendance_modification_tracking.field_hr_employee__last_check_out
|
||||
msgid "Check Out"
|
||||
msgstr "Odjava"
|
||||
|
||||
|
|
@ -82,13 +80,11 @@ msgstr "Pratilac"
|
|||
|
||||
#. module: hr_attendance_modification_tracking
|
||||
#: model:ir.model.fields,field_description:hr_attendance_modification_tracking.field_hr_employee_base__last_check_in
|
||||
#: model:ir.model.fields,field_description:hr_attendance_modification_tracking.field_hr_employee_public__last_check_in
|
||||
msgid "Last Check In"
|
||||
msgstr "Zadnja prijava"
|
||||
|
||||
#. module: hr_attendance_modification_tracking
|
||||
#: model:ir.model.fields,field_description:hr_attendance_modification_tracking.field_hr_employee_base__last_check_out
|
||||
#: model:ir.model.fields,field_description:hr_attendance_modification_tracking.field_hr_employee_public__last_check_out
|
||||
msgid "Last Check Out"
|
||||
msgstr "Zadnja odjava"
|
||||
|
||||
|
|
@ -138,6 +134,8 @@ msgid ""
|
|||
"This attendance has been manually changed by user. If attendance is created "
|
||||
"from form view, a 60 seconds tolerance will be applied."
|
||||
msgstr ""
|
||||
"Ova evidencija je ručno promijenjena od korisnika. Ako se evidencija kreira "
|
||||
"iz pogleda forme, tolerancija od 60 sekundi će biti primijenjena."
|
||||
|
||||
#. module: hr_attendance_modification_tracking
|
||||
#: model_terms:ir.ui.view,arch_db:hr_attendance_modification_tracking.hr_attendance_view_search
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue