mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 04:52:04 +02:00
Hide irrelevant fields for Line Item Extraction rules
- 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
This commit is contained in:
parent
c13d931fb2
commit
d62fb585d6
171 changed files with 3251 additions and 8127 deletions
|
|
@ -15,7 +15,7 @@ msgstr ""
|
|||
|
||||
#. module: attachment_logging
|
||||
#. odoo-python
|
||||
#: code:addons/attachment_logging/models/ir_attachment.py:0
|
||||
#: code:addons/attachment_logging/models/ir_attachment.py
|
||||
#, python-format
|
||||
msgid "<b>%(username)s</b> %(action)s a file: <i>%(filename)s</i>"
|
||||
msgstr "<b>%(username)s</b> %(action)s datoteku: <i>%(filename)s</i>"
|
||||
|
|
@ -37,13 +37,11 @@ msgstr "Prilozi"
|
|||
|
||||
#. module: attachment_logging
|
||||
#: model:ir.model.fields,field_description:attachment_logging.field_ir_attachment__changeset_change_ids
|
||||
#: model:ir.model.fields,field_description:attachment_logging.field_res_config_settings__changeset_change_ids
|
||||
msgid "Changeset Changes"
|
||||
msgstr "Promene skupa izmena"
|
||||
|
||||
#. module: attachment_logging
|
||||
#: model:ir.model.fields,field_description:attachment_logging.field_ir_attachment__changeset_ids
|
||||
#: model:ir.model.fields,field_description:attachment_logging.field_res_config_settings__changeset_ids
|
||||
msgid "Changesets"
|
||||
msgstr "Skupovi izmena"
|
||||
|
||||
|
|
@ -54,26 +52,24 @@ msgstr "Postavke"
|
|||
|
||||
#. module: attachment_logging
|
||||
#: model:ir.model.fields,field_description:attachment_logging.field_ir_attachment__count_changesets
|
||||
#: model:ir.model.fields,field_description:attachment_logging.field_res_config_settings__count_changesets
|
||||
msgid "Count Changesets"
|
||||
msgstr "Broj skupova izmena"
|
||||
|
||||
#. module: attachment_logging
|
||||
#: model:ir.model.fields,field_description:attachment_logging.field_ir_attachment__count_pending_changeset_changes
|
||||
#: model:ir.model.fields,field_description:attachment_logging.field_res_config_settings__count_pending_changeset_changes
|
||||
msgid "Count Pending Changeset Changes"
|
||||
msgstr "Broj promena skupa izmena na čekanju"
|
||||
|
||||
#. module: attachment_logging
|
||||
#: model:ir.model.fields,field_description:attachment_logging.field_ir_attachment__count_pending_changesets
|
||||
#: model:ir.model.fields,field_description:attachment_logging.field_res_config_settings__count_pending_changesets
|
||||
msgid "Count Pending Changesets"
|
||||
msgstr "Broj skupova izmena na čekanju"
|
||||
|
||||
#. module: attachment_logging
|
||||
#: model_terms:ir.ui.view,arch_db:attachment_logging.res_config_settings_form_view
|
||||
msgid "Log a note in record chatter when an attachment is added or removed."
|
||||
msgstr "Evidentiraj belešku u razgovoru zapisa kada se prilog doda ili ukloni."
|
||||
msgstr ""
|
||||
"Evidentiraj belešku u razgovoru zapisa kada se prilog doda ili ukloni."
|
||||
|
||||
#. module: attachment_logging
|
||||
#: model:ir.model.fields,help:attachment_logging.field_res_config_settings__use_attachment_log
|
||||
|
|
@ -82,25 +78,21 @@ msgstr "Evidentiraj operacije sa prilozima u razgovoru"
|
|||
|
||||
#. module: attachment_logging
|
||||
#: model:ir.model.fields,field_description:attachment_logging.field_ir_attachment__smart_search
|
||||
#: model:ir.model.fields,field_description:attachment_logging.field_res_config_settings__smart_search
|
||||
msgid "Smart Search"
|
||||
msgstr "Pametna pretraga"
|
||||
|
||||
#. module: attachment_logging
|
||||
#: model:ir.model.fields,help:attachment_logging.field_ir_attachment__count_pending_changeset_changes
|
||||
#: model:ir.model.fields,help:attachment_logging.field_res_config_settings__count_pending_changeset_changes
|
||||
msgid "The number of pending changes of this record"
|
||||
msgstr "Broj promena na čekanju ovog zapisa"
|
||||
|
||||
#. module: attachment_logging
|
||||
#: model:ir.model.fields,help:attachment_logging.field_ir_attachment__count_pending_changesets
|
||||
#: model:ir.model.fields,help:attachment_logging.field_res_config_settings__count_pending_changesets
|
||||
msgid "The number of pending changesets of this record"
|
||||
msgstr "Broj skupova izmena na čekanju ovog zapisa"
|
||||
|
||||
#. module: attachment_logging
|
||||
#: model:ir.model.fields,help:attachment_logging.field_ir_attachment__count_changesets
|
||||
#: model:ir.model.fields,help:attachment_logging.field_res_config_settings__count_changesets
|
||||
msgid "The overall number of changesets of this record"
|
||||
msgstr "Ukupan broj skupova izmena ovog zapisa"
|
||||
|
||||
|
|
@ -111,20 +103,19 @@ msgstr "Koristi evidenciju priloga"
|
|||
|
||||
#. module: attachment_logging
|
||||
#: model:ir.model.fields,field_description:attachment_logging.field_ir_attachment__user_can_see_changeset
|
||||
#: model:ir.model.fields,field_description:attachment_logging.field_res_config_settings__user_can_see_changeset
|
||||
msgid "User Can See Changeset"
|
||||
msgstr "Korisnik može videti skup izmena"
|
||||
|
||||
#. module: attachment_logging
|
||||
#. odoo-python
|
||||
#: code:addons/attachment_logging/models/ir_attachment.py:0
|
||||
#: code:addons/attachment_logging/models/ir_attachment.py
|
||||
#, python-format
|
||||
msgid "attached"
|
||||
msgstr "priložen"
|
||||
|
||||
#. module: attachment_logging
|
||||
#. odoo-python
|
||||
#: code:addons/attachment_logging/models/ir_attachment.py:0
|
||||
#: code:addons/attachment_logging/models/ir_attachment.py
|
||||
#, python-format
|
||||
msgid "unlinked"
|
||||
msgstr "uklonjen"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue