mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 01:31:59 +02:00
- Make target_field hidden and not required for line_item rules - Hide Pattern Matching section for line_item rules - Hide Data Type and Parsing section for line_item rules - Hide stop_on_match field for line_item rules - Hide Transformation and Validation tabs for line_item rules - Clean up model: remove required=True from target_field and match_pattern Version: 16.0.1.0.20 🤖 assisted by claude 🤖 assisted by claude
70 lines
1.8 KiB
Text
70 lines
1.8 KiB
Text
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * connector
|
|
#
|
|
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: connector
|
|
#: model:ir.module.category,name:connector.module_category_connector
|
|
msgid "Connector"
|
|
msgstr "Konektor"
|
|
|
|
#. module: connector
|
|
#: model:ir.model,name:connector.model_connector_backend
|
|
msgid "Connector Backend"
|
|
msgstr "Connector Backend"
|
|
|
|
#. module: connector
|
|
#: model:res.groups,name:connector.group_connector_manager
|
|
msgid "Connector Manager"
|
|
msgstr "Menadžer konektora"
|
|
|
|
#. module: connector
|
|
#: model:ir.ui.menu,name:connector.menu_connector
|
|
msgid "Connectors"
|
|
msgstr "Priključci"
|
|
|
|
#. module: connector
|
|
#: model:ir.model,name:connector.model_external_binding
|
|
msgid "External Binding (abstract)"
|
|
msgstr "Vanjsko vezivanje (apstraktno)"
|
|
|
|
#. module: connector
|
|
#: model:ir.model.fields,field_description:connector.field_external_binding__sync_date
|
|
msgid "Last synchronization date"
|
|
msgstr "Datum zadnje sinhronizacije"
|
|
|
|
#. module: connector
|
|
#. odoo-python
|
|
#: code:addons/connector/components/synchronizer.py
|
|
#, python-format
|
|
msgid "Nothing to export."
|
|
msgstr "Nema ništa za izvoz."
|
|
|
|
#. module: connector
|
|
#: model:ir.model,name:connector.model_queue_job
|
|
msgid "Queue Job"
|
|
msgstr "Posao u redu"
|
|
|
|
#. module: connector
|
|
#. odoo-python
|
|
#: code:addons/connector/components/synchronizer.py
|
|
#, python-format
|
|
msgid "Record exported with ID %s on Backend."
|
|
msgstr "Zapis izvezen sa ID %s na Backend."
|
|
|
|
#. module: connector
|
|
#. odoo-python
|
|
#: code:addons/connector/models/queue_job.py
|
|
#, python-format
|
|
msgid "Related Record"
|
|
msgstr "Povezani zapis"
|