mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-22 02:52:02 +02:00
vanilla 16.0
This commit is contained in:
parent
8c653da57a
commit
f0ee375081
156 changed files with 10614 additions and 55980 deletions
|
|
@ -17,36 +17,15 @@ pip install odoo-bringout-oca-ocb-resource
|
|||
|
||||
## Dependencies
|
||||
|
||||
This addon depends on:
|
||||
- base
|
||||
- web
|
||||
|
||||
## Manifest Information
|
||||
|
||||
- **Name**: Resource
|
||||
- **Version**: 1.1
|
||||
- **Category**: Hidden
|
||||
- **License**: LGPL-3
|
||||
- **Installable**: False
|
||||
|
||||
## Source
|
||||
|
||||
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `resource`.
|
||||
- Repository: https://github.com/OCA/OCB
|
||||
- Branch: 16.0
|
||||
- Path: addons/resource
|
||||
|
||||
## License
|
||||
|
||||
This package maintains the original LGPL-3 license from the upstream Odoo project.
|
||||
|
||||
## Documentation
|
||||
|
||||
- Overview: doc/OVERVIEW.md
|
||||
- Architecture: doc/ARCHITECTURE.md
|
||||
- Models: doc/MODELS.md
|
||||
- Controllers: doc/CONTROLLERS.md
|
||||
- Wizards: doc/WIZARDS.md
|
||||
- Install: doc/INSTALL.md
|
||||
- Usage: doc/USAGE.md
|
||||
- Configuration: doc/CONFIGURATION.md
|
||||
- Dependencies: doc/DEPENDENCIES.md
|
||||
- Troubleshooting: doc/TROUBLESHOOTING.md
|
||||
- FAQ: doc/FAQ.md
|
||||
This package preserves the original LGPL-3 license.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
[project]
|
||||
name = "odoo-bringout-oca-ocb-resource"
|
||||
version = "16.0.0"
|
||||
description = "Resource - Odoo addon"
|
||||
description = "Resource -
|
||||
Odoo addon
|
||||
"
|
||||
authors = [
|
||||
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
|
||||
]
|
||||
|
|
@ -17,14 +19,14 @@ classifiers = [
|
|||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Topic :: Office/Business",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://github.com/bringout/odoo-bringout-oca-ocb-resource"
|
||||
repository = "https://github.com/bringout/odoo-bringout-oca-ocb-resource"
|
||||
homepage = "https://github.com/bringout/0"
|
||||
repository = "https://github.com/bringout/0"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
|
|
|
|||
|
|
@ -1,71 +1,45 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * resource
|
||||
#
|
||||
# * resource
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2018
|
||||
# Boško Stojaković <bluesoft83@gmail.com>, 2018
|
||||
# Bole <bole@dajmi5.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2025-02-10 08:27+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"POT-Creation-Date: 2018-09-21 13:17+0000\n"
|
||||
"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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \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: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#: code:addons/resource/models/resource.py:485
|
||||
#, python-format
|
||||
msgid "%s (copy)"
|
||||
msgstr "%s (kopija)"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar__active
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_resource__active
|
||||
msgid "Active"
|
||||
msgstr "Aktivan"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields.selection,name:resource.selection__resource_calendar_attendance__day_period__afternoon
|
||||
#: selection:resource.calendar.attendance,day_period:0
|
||||
msgid "Afternoon"
|
||||
msgstr "Poslije podne"
|
||||
|
||||
#. module: resource
|
||||
#: model_terms:ir.ui.view,arch_db:resource.resource_resource_form
|
||||
#: model_terms:ir.ui.view,arch_db:resource.view_resource_calendar_search
|
||||
#: model_terms:ir.ui.view,arch_db:resource.view_resource_resource_search
|
||||
msgid "Archived"
|
||||
msgstr "Arhivirano"
|
||||
|
||||
#. module: resource
|
||||
#: model_terms:ir.ui.view,arch_db:resource.resource_calendar_form
|
||||
msgid ""
|
||||
"Are you sure you want to switch this calendar to 1 week calendar ? All "
|
||||
"entries will be lost"
|
||||
msgstr ""
|
||||
|
||||
#. module: resource
|
||||
#: model_terms:ir.ui.view,arch_db:resource.resource_calendar_form
|
||||
msgid ""
|
||||
"Are you sure you want to switch this calendar to 2 weeks calendar ? All "
|
||||
"entries will be lost"
|
||||
msgstr ""
|
||||
|
||||
#. module: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#, python-format
|
||||
msgid "Attendances can't overlap."
|
||||
msgstr "Prisustva se ne mogu preklapati."
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar__hours_per_day
|
||||
msgid "Average Hour per Day"
|
||||
msgstr "Prosječno sati po danu"
|
||||
msgid "Average hour per day"
|
||||
msgstr ""
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,help:resource.field_resource_calendar__hours_per_day
|
||||
|
|
@ -73,12 +47,6 @@ msgid ""
|
|||
"Average hours per day a resource is supposed to work with this calendar."
|
||||
msgstr ""
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar__two_weeks_calendar
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance__two_weeks_calendar
|
||||
msgid "Calendar in 2 weeks mode"
|
||||
msgstr "Kalendar sa dva različita tjedna"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.actions.act_window,name:resource.resource_calendar_closing_days
|
||||
msgid "Closing Days"
|
||||
|
|
@ -87,23 +55,25 @@ msgstr "Dani zatvaranja"
|
|||
#. module: resource
|
||||
#: model:ir.model,name:resource.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr "Preduzeća"
|
||||
msgstr "Kompanije"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar__company_id
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves__company_id
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_mixin__company_id
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_resource__company_id
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_test__company_id
|
||||
#: model_terms:ir.ui.view,arch_db:resource.view_resource_calendar_leaves_search
|
||||
#: model_terms:ir.ui.view,arch_db:resource.view_resource_resource_search
|
||||
msgid "Company"
|
||||
msgstr "Preduzeće"
|
||||
msgstr "Kompanija"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar__create_uid
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance__create_uid
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves__create_uid
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_resource__create_uid
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_test__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
|
|
@ -112,13 +82,14 @@ msgstr "Kreirao"
|
|||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance__create_date
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves__create_date
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_resource__create_date
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_test__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Kreirano"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance__day_period
|
||||
msgid "Day Period"
|
||||
msgstr "Dnevno razdoblje"
|
||||
msgstr ""
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance__dayofweek
|
||||
|
|
@ -131,26 +102,33 @@ msgstr "Dan u sedmici"
|
|||
msgid "Default Working Hours"
|
||||
msgstr "Zadani radni sati"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,help:resource.field_res_users__resource_calendar_id
|
||||
#: model:ir.model.fields,help:resource.field_resource_mixin__resource_calendar_id
|
||||
#: model:ir.model.fields,help:resource.field_resource_resource__calendar_id
|
||||
#: model:ir.model.fields,help:resource.field_resource_test__resource_calendar_id
|
||||
msgid "Define the schedule of resource"
|
||||
msgstr "Definišite zakazivanje resursa"
|
||||
|
||||
#. module: resource
|
||||
#: model_terms:ir.actions.act_window,help:resource.action_resource_calendar_form
|
||||
msgid ""
|
||||
"Define working hours and time table that could be scheduled to your project "
|
||||
"members"
|
||||
msgstr ""
|
||||
"Definišite radne sati i vremensku tabelu koji mogu biti zakazani vašim "
|
||||
"projektnim članovima."
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar__display_name
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance__display_name
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves__display_name
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_resource__display_name
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_test__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Prikazani naziv"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance__display_type
|
||||
msgid "Display Type"
|
||||
msgstr "Vrsta prikaza"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_resource__time_efficiency
|
||||
msgid "Efficiency Factor"
|
||||
|
|
@ -163,50 +141,27 @@ msgid "End Date"
|
|||
msgstr "Datum Završetka"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar__two_weeks_explanation
|
||||
msgid "Explanation"
|
||||
msgstr "Objašnjenje"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields.selection,name:resource.selection__resource_calendar_attendance__week_type__0
|
||||
msgid "First"
|
||||
msgstr "Prvi"
|
||||
|
||||
#. module: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#, python-format
|
||||
msgid "First week"
|
||||
msgstr "Prvi tjedan"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields.selection,name:resource.selection__resource_calendar_attendance__dayofweek__4
|
||||
#: selection:resource.calendar.attendance,dayofweek:0
|
||||
msgid "Friday"
|
||||
msgstr "Petak"
|
||||
|
||||
#. module: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#: code:addons/resource/models/resource.py:166
|
||||
#, python-format
|
||||
msgid "Friday Afternoon"
|
||||
msgstr "Petak poslije podne"
|
||||
msgid "Friday Evening"
|
||||
msgstr "Petak veče"
|
||||
|
||||
#. module: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#: code:addons/resource/models/resource.py:165
|
||||
#, python-format
|
||||
msgid "Friday Morning"
|
||||
msgstr "Petak jutro"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,help:resource.field_resource_calendar_attendance__sequence
|
||||
msgid "Gives the sequence of this line when displaying the resource calendar."
|
||||
msgstr "Definira redosljed ove stavke u prikazu kalendara za resurs."
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar__global_leave_ids
|
||||
msgid "Global Time Off"
|
||||
msgstr "Globalno odsustvo"
|
||||
#: model_terms:ir.ui.view,arch_db:resource.resource_calendar_form
|
||||
msgid "Global Leaves"
|
||||
msgstr "Globalne odsutnosti"
|
||||
|
||||
#. module: resource
|
||||
#: model_terms:ir.ui.view,arch_db:resource.view_resource_calendar_leaves_search
|
||||
|
|
@ -220,8 +175,7 @@ msgid "Hours"
|
|||
msgstr "Sati"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields.selection,name:resource.selection__resource_resource__resource_type__user
|
||||
#: model_terms:ir.ui.view,arch_db:resource.view_resource_resource_search
|
||||
#: selection:resource.resource,resource_type:0
|
||||
msgid "Human"
|
||||
msgstr "Čovjek"
|
||||
|
||||
|
|
@ -229,16 +183,20 @@ msgstr "Čovjek"
|
|||
#: model:ir.model.fields,field_description:resource.field_resource_calendar__id
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance__id
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves__id
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_mixin__id
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_resource__id
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_test__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,help:resource.field_resource_calendar_leaves__resource_id
|
||||
msgid ""
|
||||
"If empty, this is a generic time off for the company. If a resource is set, "
|
||||
"the time off is only for this resource"
|
||||
"If empty, this is a generic holiday for the company. If a resource is set, "
|
||||
"the holiday/leave is only for this resource"
|
||||
msgstr ""
|
||||
"Ako je prazno, ovo je generički praznik za kompaniju. Ako je resurs "
|
||||
"postavljen, praznik/odsustvo je samo za taj resurs."
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,help:resource.field_resource_resource__active
|
||||
|
|
@ -246,35 +204,30 @@ msgid ""
|
|||
"If the active field is set to False, it will allow you to hide the resource "
|
||||
"record without removing it."
|
||||
msgstr ""
|
||||
"Ako je ovo polje postavljeno na neaktivno, moežte sakriti resurs bez da ga "
|
||||
"uklonite."
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,help:resource.field_resource_calendar__active
|
||||
msgid ""
|
||||
"If the active field is set to false, it will allow you to hide the Working "
|
||||
"Time without removing it."
|
||||
msgstr ""
|
||||
|
||||
#. module: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"In a calendar with 2 weeks mode, all periods need to be in the sections."
|
||||
msgstr ""
|
||||
#: model_terms:ir.ui.view,arch_db:resource.view_resource_resource_search
|
||||
msgid "Inactive"
|
||||
msgstr "Neaktivan"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar____last_update
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance____last_update
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves____last_update
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_mixin____last_update
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_resource____last_update
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_test____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Detalj odsustva resursa"
|
||||
msgstr "Zadnje mijenjano"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar__write_uid
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance__write_uid
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves__write_uid
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_resource__write_uid
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_test__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Zadnji ažurirao"
|
||||
|
||||
|
|
@ -283,13 +236,19 @@ msgstr "Zadnji ažurirao"
|
|||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance__write_date
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves__write_date
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_resource__write_date
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_test__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Zadnje ažurirano"
|
||||
|
||||
#. module: resource
|
||||
#: selection:resource.calendar.leaves,time_type:0
|
||||
msgid "Leave"
|
||||
msgstr "Napusti"
|
||||
|
||||
#. module: resource
|
||||
#: model_terms:ir.ui.view,arch_db:resource.view_resource_calendar_leaves_search
|
||||
msgid "Leave Date"
|
||||
msgstr "Datum odsustva"
|
||||
msgstr ""
|
||||
|
||||
#. module: resource
|
||||
#: model_terms:ir.ui.view,arch_db:resource.resource_calendar_leave_form
|
||||
|
|
@ -298,52 +257,51 @@ msgid "Leave Detail"
|
|||
msgstr "Detalji o odsustvu"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields.selection,name:resource.selection__resource_resource__resource_type__material
|
||||
#: model_terms:ir.ui.view,arch_db:resource.view_resource_resource_search
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar__leave_ids
|
||||
#: model_terms:ir.ui.view,arch_db:resource.resource_calendar_form
|
||||
msgid "Leaves"
|
||||
msgstr "Odsutnosti"
|
||||
|
||||
#. module: resource
|
||||
#: selection:resource.resource,resource_type:0
|
||||
msgid "Material"
|
||||
msgstr "Materijal"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields.selection,name:resource.selection__resource_calendar_attendance__dayofweek__0
|
||||
#: selection:resource.calendar.attendance,dayofweek:0
|
||||
msgid "Monday"
|
||||
msgstr "Ponedjeljak"
|
||||
|
||||
#. module: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#: code:addons/resource/models/resource.py:158
|
||||
#, python-format
|
||||
msgid "Monday Afternoon"
|
||||
msgstr "Ponedjeljak poslije podne"
|
||||
msgid "Monday Evening"
|
||||
msgstr "Ponedeljak veče"
|
||||
|
||||
#. module: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#: code:addons/resource/models/resource.py:157
|
||||
#, python-format
|
||||
msgid "Monday Morning"
|
||||
msgstr "Ponedjeljak ujutro"
|
||||
msgstr "Ponedeljak jutro"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields.selection,name:resource.selection__resource_calendar_attendance__day_period__morning
|
||||
#: selection:resource.calendar.attendance,day_period:0
|
||||
msgid "Morning"
|
||||
msgstr "Da li ovo treba računati kao praznik ili kao radno vrijeme (npr: formacija)"
|
||||
msgstr ""
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar__name
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance__name
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_resource__name
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_test__name
|
||||
msgid "Name"
|
||||
msgstr "Naziv"
|
||||
msgstr "Naziv:"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields.selection,name:resource.selection__resource_calendar_leaves__time_type__other
|
||||
#: selection:resource.calendar.leaves,time_type:0
|
||||
msgid "Other"
|
||||
msgstr "Drugo"
|
||||
|
||||
#. module: resource
|
||||
#: model_terms:ir.ui.view,arch_db:resource.view_resource_calendar_leaves_search
|
||||
msgid "Period"
|
||||
msgstr "Period"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves__name
|
||||
#: model_terms:ir.ui.view,arch_db:resource.resource_calendar_leave_form
|
||||
|
|
@ -357,37 +315,43 @@ msgid "Related user name for the resource to manage its access."
|
|||
msgstr "Povezano korisničko ime za resurs da upravlja njegovim pristupom."
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance__resource_id
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves__resource_id
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_mixin__resource_id
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_test__resource_id
|
||||
#: model:ir.ui.menu,name:resource.menu_resource_config
|
||||
#: model_terms:ir.ui.view,arch_db:resource.resource_resource_form
|
||||
#: model_terms:ir.ui.view,arch_db:resource.view_resource_calendar
|
||||
#: model_terms:ir.ui.view,arch_db:resource.view_resource_calendar_leaves_search
|
||||
#: model_terms:ir.ui.view,arch_db:resource.view_resource_resource_search
|
||||
msgid "Resource"
|
||||
msgstr "Resurs"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.actions.act_window,name:resource.action_resource_calendar_leave_tree
|
||||
#: model:ir.actions.act_window,name:resource.resource_calendar_leaves_action_from_calendar
|
||||
#: model:ir.ui.menu,name:resource.menu_view_resource_calendar_leaves_search
|
||||
msgid "Resource Leaves"
|
||||
msgstr "Odsustva resursa"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model,name:resource.model_resource_calendar_leaves
|
||||
msgid "Resource Leaves Detail"
|
||||
msgstr ""
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model,name:resource.model_resource_mixin
|
||||
msgid "Resource Mixin"
|
||||
msgstr "Miksin resursa"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.actions.act_window,name:resource.action_resource_calendar_leave_tree
|
||||
#: model:ir.actions.act_window,name:resource.resource_calendar_leaves_action_from_calendar
|
||||
#: model:ir.ui.menu,name:resource.menu_view_resource_calendar_leaves_search
|
||||
msgid "Resource Time Off"
|
||||
msgstr "Odsustvo resursa"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model,name:resource.model_resource_calendar_leaves
|
||||
msgid "Resource Time Off Detail"
|
||||
msgstr "Detalji odsustva"
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_resource__resource_type
|
||||
msgid "Resource Type"
|
||||
msgstr "Tip resursa"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model,name:resource.model_resource_calendar
|
||||
msgid "Resource Working Time"
|
||||
msgstr "Radno vrijeme resursa"
|
||||
msgstr ""
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance__calendar_id
|
||||
|
|
@ -406,7 +370,7 @@ msgstr "Resursi"
|
|||
|
||||
#. module: resource
|
||||
#: model:ir.actions.act_window,name:resource.resource_calendar_resources_leaves
|
||||
msgid "Resources Time Off"
|
||||
msgid "Resources Leaves"
|
||||
msgstr "Odsustva resursa"
|
||||
|
||||
#. module: resource
|
||||
|
|
@ -417,9 +381,12 @@ msgid ""
|
|||
"in a specific project phase. You can also set their efficiency level and "
|
||||
"workload based on their weekly working hours."
|
||||
msgstr ""
|
||||
"Resursi Vam omogućuju kreiranje i upravljanje resursima koji trebaju biti "
|
||||
"uključeni u neku fazu projekta. Također možete postaviti njihov nivo "
|
||||
"efikasnosti i opterećenje na osnovi njihovih sedmičnih radnih sati."
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields.selection,name:resource.selection__resource_calendar_attendance__dayofweek__5
|
||||
#: selection:resource.calendar.attendance,dayofweek:0
|
||||
msgid "Saturday"
|
||||
msgstr "Subota"
|
||||
|
||||
|
|
@ -430,8 +397,8 @@ msgstr "Pretraži resurse"
|
|||
|
||||
#. module: resource
|
||||
#: model_terms:ir.ui.view,arch_db:resource.view_resource_calendar_leaves_search
|
||||
msgid "Search Working Period Time Off"
|
||||
msgstr "Pretraži slobodno vrijeme radnog perioda"
|
||||
msgid "Search Working Period Leaves"
|
||||
msgstr "Pretraži odsustva u periodima rada"
|
||||
|
||||
#. module: resource
|
||||
#: model_terms:ir.ui.view,arch_db:resource.view_resource_calendar_search
|
||||
|
|
@ -439,33 +406,10 @@ msgid "Search Working Time"
|
|||
msgstr "Pretraži radno vrijeme"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields.selection,name:resource.selection__resource_calendar_attendance__week_type__1
|
||||
msgid "Second"
|
||||
msgstr "Drugi"
|
||||
|
||||
#. module: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#, python-format
|
||||
msgid "Second week"
|
||||
msgstr "Drugi tjedan"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields.selection,name:resource.selection__resource_calendar_attendance__display_type__line_section
|
||||
msgid "Section"
|
||||
msgstr "Odlomak"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance__sequence
|
||||
msgid "Sequence"
|
||||
msgstr "Sekvenca"
|
||||
|
||||
#. module: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/res_company.py:0
|
||||
#: code:addons/resource/models/res_company.py:22
|
||||
#, python-format
|
||||
msgid "Standard 40 hours/week"
|
||||
msgstr "Standardno 40 sati u sedmici"
|
||||
msgstr "Standardno 40 sati/sedmično"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves__date_from
|
||||
|
|
@ -487,45 +431,35 @@ msgstr "Datum početka"
|
|||
#. module: resource
|
||||
#: model_terms:ir.ui.view,arch_db:resource.view_resource_calendar_leaves_search
|
||||
msgid "Starting Date of Leave"
|
||||
msgstr "Početni datum odsustva"
|
||||
msgstr ""
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields.selection,name:resource.selection__resource_calendar_attendance__dayofweek__6
|
||||
#: selection:resource.calendar.attendance,dayofweek:0
|
||||
msgid "Sunday"
|
||||
msgstr "Nedjelja"
|
||||
|
||||
#. module: resource
|
||||
#: model_terms:ir.ui.view,arch_db:resource.resource_calendar_form
|
||||
msgid "Switch to 1 week calendar"
|
||||
msgstr "Prebaci na kalendar sa jednim tjednom"
|
||||
#: model:ir.model,name:resource.model_resource_test
|
||||
msgid "Test Resource Model"
|
||||
msgstr "Test model resursa"
|
||||
|
||||
#. module: resource
|
||||
#: model_terms:ir.ui.view,arch_db:resource.resource_calendar_form
|
||||
msgid "Switch to 2 weeks calendar"
|
||||
msgstr "Prebaci na kalendar sa dva tjedna"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,help:resource.field_resource_calendar_attendance__display_type
|
||||
msgid "Technical field for UX purpose."
|
||||
msgstr "Tehničko područje za UX namjenu."
|
||||
|
||||
#. module: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#: code:addons/resource/models/resource.py:464
|
||||
#, python-format
|
||||
msgid "The current week (from %s to %s) correspond to the %s one."
|
||||
msgstr "Trenutni tjedan (od %s do %s) odgovara %s jednom."
|
||||
msgid "The efficiency factor cannot be equal to 0."
|
||||
msgstr "Faktor efikasnosti ne može biti jednak 0."
|
||||
|
||||
#. module: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#: code:addons/resource/models/resource.py:519
|
||||
#, python-format
|
||||
msgid "The start date of the time off must be earlier than the end date."
|
||||
msgstr "Početni datum odsustva mora biti prije završnog."
|
||||
msgid "The start date of the leave must be earlier end date."
|
||||
msgstr ""
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,help:resource.field_resource_calendar__tz
|
||||
#: model:ir.model.fields,help:resource.field_resource_mixin__tz
|
||||
#: model:ir.model.fields,help:resource.field_resource_resource__tz
|
||||
#: model:ir.model.fields,help:resource.field_resource_test__tz
|
||||
msgid ""
|
||||
"This field is used in order to define in which timezone the resources will "
|
||||
"work."
|
||||
|
|
@ -534,46 +468,41 @@ msgstr ""
|
|||
#. module: resource
|
||||
#: model:ir.model.fields,help:resource.field_resource_resource__time_efficiency
|
||||
msgid ""
|
||||
"This field is used to calculate the expected duration of a work order at "
|
||||
"this work center. For example, if a work order takes one hour and the "
|
||||
"This field is used to calculate the the expected duration of a work order at"
|
||||
" this work center. For example, if a work order takes one hour and the "
|
||||
"efficiency factor is 100%, then the expected duration will be one hour. If "
|
||||
"the efficiency factor is 200%, however the expected duration will be 30 "
|
||||
"minutes."
|
||||
msgstr ""
|
||||
"Ovo polje se koristi prilikom računanja očekivanog trajanja radnog naloga na"
|
||||
" ovom radnom centru. Na primjer, ako radni nalog traje jedan sat a faktor "
|
||||
"efikasnosti je 100%, onda će očekivano trajanje iznositi 1 sat. Ako je "
|
||||
"faktor efikasnosti 200%, očekivano trajanje će iznositi 30 minuta."
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields.selection,name:resource.selection__resource_calendar_attendance__dayofweek__3
|
||||
#: selection:resource.calendar.attendance,dayofweek:0
|
||||
msgid "Thursday"
|
||||
msgstr "Četvrtak"
|
||||
|
||||
#. module: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#: code:addons/resource/models/resource.py:164
|
||||
#, python-format
|
||||
msgid "Thursday Afternoon"
|
||||
msgstr "Četvrtak poslije podne"
|
||||
msgid "Thursday Evening"
|
||||
msgstr "Četvrtak veče"
|
||||
|
||||
#. module: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#: code:addons/resource/models/resource.py:163
|
||||
#, python-format
|
||||
msgid "Thursday Morning"
|
||||
msgstr "Četvrtak jutro"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar__leave_ids
|
||||
#: model:ir.model.fields.selection,name:resource.selection__resource_calendar_leaves__time_type__leave
|
||||
#: model_terms:ir.ui.view,arch_db:resource.resource_calendar_form
|
||||
msgid "Time Off"
|
||||
msgstr "Odsustvo"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves__time_type
|
||||
msgid "Time Type"
|
||||
msgstr "Tip vremena"
|
||||
msgstr ""
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.constraint,message:resource.constraint_resource_resource_check_time_efficiency
|
||||
#: sql_constraint:resource.resource:0
|
||||
msgid "Time efficiency must be strictly positive"
|
||||
msgstr "Vremenska efikasnost mora biti pozitivna"
|
||||
|
||||
|
|
@ -581,75 +510,64 @@ msgstr "Vremenska efikasnost mora biti pozitivna"
|
|||
#: model:ir.model.fields,field_description:resource.field_resource_calendar__tz
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_mixin__tz
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_resource__tz
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_test__tz
|
||||
msgid "Timezone"
|
||||
msgstr "Prosjek sati po danu"
|
||||
msgstr "Vremenska zona"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar__tz_offset
|
||||
msgid "Timezone offset"
|
||||
msgstr "Pomak vremenskog pojasa"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields.selection,name:resource.selection__resource_calendar_attendance__dayofweek__1
|
||||
#: selection:resource.calendar.attendance,dayofweek:0
|
||||
msgid "Tuesday"
|
||||
msgstr "Utorak"
|
||||
|
||||
#. module: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#: code:addons/resource/models/resource.py:160
|
||||
#, python-format
|
||||
msgid "Tuesday Afternoon"
|
||||
msgstr "Utorak poslije podne"
|
||||
msgid "Tuesday Evening"
|
||||
msgstr "Utorak veče"
|
||||
|
||||
#. module: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#: code:addons/resource/models/resource.py:159
|
||||
#, python-format
|
||||
msgid "Tuesday Morning"
|
||||
msgstr "Utorak ujutro"
|
||||
msgstr "Utorak jutro"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_resource__resource_type
|
||||
#: model_terms:ir.ui.view,arch_db:resource.view_resource_resource_search
|
||||
msgid "Type"
|
||||
msgstr "Tip"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model,name:resource.model_res_users
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_resource__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:resource.view_resource_resource_search
|
||||
msgid "User"
|
||||
msgstr "Korisnik"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields.selection,name:resource.selection__resource_calendar_attendance__dayofweek__2
|
||||
#: model:ir.model,name:resource.model_res_users
|
||||
msgid "Users"
|
||||
msgstr "Korisnici"
|
||||
|
||||
#. module: resource
|
||||
#: selection:resource.calendar.attendance,dayofweek:0
|
||||
msgid "Wednesday"
|
||||
msgstr "Srijeda"
|
||||
|
||||
#. module: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#: code:addons/resource/models/resource.py:162
|
||||
#, python-format
|
||||
msgid "Wednesday Afternoon"
|
||||
msgstr "Početni datum odsustva mora biti raniji od završnog datuma."
|
||||
msgid "Wednesday Evening"
|
||||
msgstr "Srijeda veče"
|
||||
|
||||
#. module: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#: code:addons/resource/models/resource.py:161
|
||||
#, python-format
|
||||
msgid "Wednesday Morning"
|
||||
msgstr "Srijeda ujutro"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance__week_type
|
||||
msgid "Week Number"
|
||||
msgstr "Sedmica broj"
|
||||
msgstr "Srijeda jutro"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,help:resource.field_resource_calendar_leaves__time_type
|
||||
msgid ""
|
||||
"Whether this should be computed as a time off or as work time (eg: "
|
||||
"formation)"
|
||||
"Whether this should be computed as a holiday or as work time (eg: formation)"
|
||||
msgstr ""
|
||||
|
||||
#. module: resource
|
||||
|
|
@ -676,17 +594,22 @@ msgstr "Radi do"
|
|||
#: model:ir.model.fields,field_description:resource.field_res_company__resource_calendar_ids
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves__calendar_id
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_mixin__resource_calendar_id
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_test__resource_calendar_id
|
||||
#: model_terms:ir.ui.view,arch_db:resource.resource_calendar_form
|
||||
msgid "Working Hours"
|
||||
msgstr "Radni sati"
|
||||
|
||||
#. module: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#: code:addons/resource/models/resource.py:152
|
||||
#, python-format
|
||||
msgid "Working Hours of %s"
|
||||
msgstr "Radni sati %s"
|
||||
|
||||
#. module: resource
|
||||
#: model_terms:ir.ui.view,arch_db:resource.view_resource_resource_search
|
||||
msgid "Working Period"
|
||||
msgstr "Period rada"
|
||||
|
||||
#. module: resource
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_calendar__attendance_ids
|
||||
#: model:ir.model.fields,field_description:resource.field_resource_resource__calendar_id
|
||||
|
|
@ -695,7 +618,6 @@ msgstr "Radni sati %s"
|
|||
#: model_terms:ir.ui.view,arch_db:resource.view_resource_calendar_attendance_tree
|
||||
#: model_terms:ir.ui.view,arch_db:resource.view_resource_calendar_search
|
||||
#: model_terms:ir.ui.view,arch_db:resource.view_resource_calendar_tree
|
||||
#: model_terms:ir.ui.view,arch_db:resource.view_resource_resource_search
|
||||
msgid "Working Time"
|
||||
msgstr "Radno Vrijeme"
|
||||
|
||||
|
|
@ -703,39 +625,4 @@ msgstr "Radno Vrijeme"
|
|||
#: model:ir.actions.act_window,name:resource.action_resource_calendar_form
|
||||
#: model:ir.ui.menu,name:resource.menu_resource_calendar
|
||||
msgid "Working Times"
|
||||
msgstr "Radno vrijeme"
|
||||
|
||||
#. module: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#, python-format
|
||||
msgid "You can't delete section between weeks."
|
||||
msgstr "Nije moguće brisanje odjeljaka između tjedana."
|
||||
|
||||
#. module: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#, python-format
|
||||
msgid "first"
|
||||
msgstr "prvi"
|
||||
|
||||
#. module: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#, python-format
|
||||
msgid "other week"
|
||||
msgstr "drugi tjedan"
|
||||
|
||||
#. module: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#, python-format
|
||||
msgid "second"
|
||||
msgstr "drugi"
|
||||
|
||||
#. module: resource
|
||||
#. odoo-python
|
||||
#: code:addons/resource/models/resource.py:0
|
||||
#, python-format
|
||||
msgid "this week"
|
||||
msgstr "ovaj tjedan"
|
||||
msgstr ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue