oca-financial/odoo-bringout-oca-account-financial-tools-account_asset_number/account_asset_number/i18n/bs.po
Ernad Husremovic a2b6553e74 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
2025-11-04 22:43:19 +01:00

125 lines
4.3 KiB
Text

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_asset_number
#
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"
# taken from hr.po
#. module: account_asset_number
#: model:ir.actions.report,print_report_name:account_asset_number.report_account_asset_number
msgid "'Asset Number - %s' % (object.name)"
msgstr "'Broj sredstva - %s' % (object.name)"
# taken from hr.po
#. module: account_asset_number
#: model_terms:ir.ui.view,arch_db:account_asset_number.report_simple_asset_number
msgid "<span class=\"text-muted\">No number available</span>"
msgstr "<span class=\"text-muted\">Nema raspoloživih brojeva</span>"
# taken from hr.po
#. module: account_asset_number
#: model:ir.model,name:account_asset_number.model_account_asset
msgid "Asset"
msgstr "Sredstvo"
# taken from hr.po
#. module: account_asset_number
#: model:ir.model.fields,field_description:account_asset_number.field_account_asset__number
msgid "Asset Number"
msgstr "Broj sredstva"
# taken from hr.po
#. module: account_asset_number
#: model:ir.actions.report,name:account_asset_number.report_account_asset_number
msgid "Asset Number (PDF)"
msgstr "Broj sredstva (PDF)"
# taken from hr.po
#. module: account_asset_number
#: model:ir.model.fields,field_description:account_asset_number.field_account_asset_profile__sequence_id
msgid "Asset Number Sequence"
msgstr "Brojevni krug sredstava"
# taken from hr.po
#. module: account_asset_number
#: model:ir.model,name:account_asset_number.model_account_asset_profile
msgid "Asset profile"
msgstr "Profil sredstva"
#. module: account_asset_number
#: model:ir.model.fields,field_description:account_asset_number.field_account_asset__use_sequence
msgid "Auto Asset Number by Sequence"
msgstr "Automatski broj imovine po sekvenci"
# taken from hr.po
#. module: account_asset_number
#: model:ir.model.fields.selection,name:account_asset_number.selection__account_asset_profile__barcode_type__barcode
msgid "Barcode"
msgstr "Barkod"
#. module: account_asset_number
#: model:ir.model.fields,field_description:account_asset_number.field_account_asset_profile__barcode_height
msgid "Barcode Height"
msgstr "Visina barkoda"
#. module: account_asset_number
#: model:ir.model.fields,field_description:account_asset_number.field_account_asset_profile__barcode_type
msgid "Barcode Type"
msgstr "Tip barkoda"
#. module: account_asset_number
#: model:ir.model.fields,field_description:account_asset_number.field_account_asset_profile__barcode_width
msgid "Barcode Width"
msgstr "Širina barkoda"
#. module: account_asset_number
#: model:ir.model,name:account_asset_number.model_report_account_asset_management_asset_report_xls
msgid "Dynamic XLS asset report generator"
msgstr "Dinamički XLS generator izvještaja imovine"
#. module: account_asset_number
#: model:ir.model.fields,help:account_asset_number.field_account_asset_profile__barcode_height
msgid "Height (in px) of the barcode or the QR code"
msgstr "Visina (u px) barkoda ili QR koda"
#. module: account_asset_number
#: model:ir.model.fields,help:account_asset_number.field_account_asset__use_sequence
msgid "If check, asset number auto run by sequence."
msgstr "Ako je označeno, broj imovine automatski radi po sekvenci."
# taken from hr.po
#. module: account_asset_number
#. odoo-python
#: code:addons/account_asset_number/report/account_asset_report_xls.py
#, python-format
msgid "Number"
msgstr "Broj"
#. module: account_asset_number
#: model:ir.model.fields.selection,name:account_asset_number.selection__account_asset_profile__barcode_type__qr
msgid "QR"
msgstr "QR"
#. module: account_asset_number
#: model_terms:ir.ui.view,arch_db:account_asset_number.account_asset_profile_view_form
msgid "QR/Barcode Configuration"
msgstr "Konfiguracija QR/barkoda"
#. module: account_asset_number
#: model_terms:ir.ui.view,arch_db:account_asset_number.report_simple_asset_number
msgid "QRcode"
msgstr "QRkod"
#. module: account_asset_number
#: model:ir.model.fields,help:account_asset_number.field_account_asset_profile__barcode_width
msgid "Width (in px) of the barcode or the QR code"
msgstr "Širina (u px) barkoda ili QR koda"