mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-18 03:52:04 +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
1f0f86df6d
commit
ccb7625273
49 changed files with 442267 additions and 5917 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * bus
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2018
|
||||
# Boško Stojaković <bluesoft83@gmail.com>, 2018
|
||||
|
|
@ -14,10 +14,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>, 2018\n"
|
||||
"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n"
|
||||
"Language: bs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: bs\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: bus
|
||||
|
|
@ -25,39 +25,45 @@ msgstr ""
|
|||
msgid "A user can only have one IM status."
|
||||
msgstr ""
|
||||
|
||||
# taken from hr.po
|
||||
#. module: bus
|
||||
#: selection:bus.presence,status:0
|
||||
#: model:ir.model.fields.selection,name:bus.selection__bus_presence__status__away
|
||||
msgid "Away"
|
||||
msgstr ""
|
||||
msgstr "Odsutan"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: bus
|
||||
#: model:ir.model.fields,field_description:bus.field_bus_bus__channel
|
||||
msgid "Channel"
|
||||
msgstr "Kanal"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: bus
|
||||
#: model:ir.model,name:bus.model_bus_bus
|
||||
msgid "Communication Bus"
|
||||
msgstr ""
|
||||
msgstr "Korisnik može imati samo jedan IM status."
|
||||
|
||||
# taken from hr.po
|
||||
#. module: bus
|
||||
#: model:ir.model,name:bus.model_res_partner
|
||||
msgid "Contact"
|
||||
msgstr "Kontakt"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: bus
|
||||
#: model:ir.model.fields,field_description:bus.field_bus_bus__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: bus
|
||||
#: model:ir.model.fields,field_description:bus.field_bus_bus__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Kreirano"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: bus
|
||||
#: model:ir.model.fields,field_description:bus.field_bus_bus__display_name
|
||||
#: model:ir.model.fields,field_description:bus.field_bus_presence__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Prikazani naziv"
|
||||
|
||||
|
|
@ -69,59 +75,64 @@ msgstr "ID"
|
|||
|
||||
#. module: bus
|
||||
#: model:ir.model.fields,field_description:bus.field_bus_presence__status
|
||||
#: model:ir.model.fields,field_description:bus.field_res_partner__im_status
|
||||
#: model:ir.model.fields,field_description:bus.field_res_users__im_status
|
||||
msgid "IM Status"
|
||||
msgstr ""
|
||||
msgstr "IM Status"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: bus
|
||||
#: model:ir.model.fields,field_description:bus.field_bus_bus____last_update
|
||||
#: model:ir.model.fields,field_description:bus.field_bus_presence____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnje mijenjano"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: bus
|
||||
#: model:ir.model.fields,field_description:bus.field_bus_presence__last_poll
|
||||
msgid "Last Poll"
|
||||
msgstr ""
|
||||
msgstr "Zadnji pokušaj"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: bus
|
||||
#: model:ir.model.fields,field_description:bus.field_bus_presence__last_presence
|
||||
msgid "Last Presence"
|
||||
msgstr ""
|
||||
msgstr "Zadnja prijava"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: bus
|
||||
#: model:ir.model.fields,field_description:bus.field_bus_bus__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Zadnji ažurirao"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: bus
|
||||
#: model:ir.model.fields,field_description:bus.field_bus_bus__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Zadnje ažurirano"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: bus
|
||||
#: model:ir.model.fields,field_description:bus.field_bus_bus__message
|
||||
msgid "Message"
|
||||
msgstr "Poruka"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: bus
|
||||
#: selection:bus.presence,status:0
|
||||
#: model:ir.model.fields.selection,name:bus.selection__bus_presence__status__offline
|
||||
msgid "Offline"
|
||||
msgstr "Van mreže"
|
||||
|
||||
#. module: bus
|
||||
#: selection:bus.presence,status:0
|
||||
#: selection:bus.presence,status
|
||||
msgid "Online"
|
||||
msgstr "Na mreži"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: bus
|
||||
#: model:ir.model,name:bus.model_bus_presence
|
||||
msgid "User Presence"
|
||||
msgstr ""
|
||||
msgstr "Prisutnost korisnika"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: bus
|
||||
#: model:ir.model,name:bus.model_res_users
|
||||
#: model:ir.model.fields,field_description:bus.field_bus_presence__user_id
|
||||
msgid "Users"
|
||||
msgstr "Korisnici"
|
||||
|
|
@ -131,3 +142,35 @@ msgstr "Korisnici"
|
|||
#, python-format
|
||||
msgid "bus.Bus not available in test mode"
|
||||
msgstr ""
|
||||
|
||||
# taken from hr.po
|
||||
#. module: bus
|
||||
#: model:ir.model,name:bus.model_ir_model
|
||||
msgid "Models"
|
||||
msgstr "Modeli"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: bus
|
||||
#: code:addons/bus/static/src/services/assets_watchdog_service.js
|
||||
#, python-format
|
||||
msgid "Refresh"
|
||||
msgstr "Osvježi"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: bus
|
||||
#: code:addons/bus/static/src/services/assets_watchdog_service.js
|
||||
#, python-format
|
||||
msgid "The page appears to be out of date."
|
||||
msgstr "Stranica se čini zastarjela."
|
||||
|
||||
# taken from hr.po
|
||||
#. module: bus
|
||||
#: model:ir.model,name:bus.model_res_users
|
||||
msgid "User"
|
||||
msgstr "Vaša registracija za ${object.event_id.name}"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: bus
|
||||
#: model:ir.model,name:bus.model_ir_websocket
|
||||
msgid "websocket message handling"
|
||||
msgstr "bus.Bus not Dostupan in test mode"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue