mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 05:32:02 +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
|
|
@ -20,22 +20,29 @@ msgid ""
|
|||
"search index type.See: https://www.postgresql.org/docs/current/textsearch-"
|
||||
"indexes.html"
|
||||
msgstr ""
|
||||
"Citat iz PostgreSQL dokumentacije: GIN indeksi su preferirani tip indeksa za"
|
||||
" pretraživanje teksta. Pogledajte: "
|
||||
"https://www.postgresql.org/docs/current/textsearch-indexes.html"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Kreirano"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Prikaži naziv"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__field_id
|
||||
msgid "Field"
|
||||
|
|
@ -66,16 +73,19 @@ msgstr "Ime indeksa"
|
|||
msgid "Index Type"
|
||||
msgstr "Tip indeksa"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnje mijenjano"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Zadnji ažurirao"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__write_date
|
||||
msgid "Last Updated on"
|
||||
|
|
@ -94,18 +104,20 @@ msgid ""
|
|||
"this index is reused. If the index is located in another table then a number"
|
||||
" is added at the end of the index name."
|
||||
msgstr ""
|
||||
"Naziv indeksa se automatski generiše u obliku fieldname_indextype_idx. Ako "
|
||||
"indeks već postoji i nalazi se u istoj tabeli, taj indeks se ponovo koristi."
|
||||
" Ako se indeks nalazi u drugoj tabeli, na kraj naziva indeksa dodaje se "
|
||||
"broj."
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#. odoo-python
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:0
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr "Pg_trgm ekstenzija ne postoji ili se ne može instalirati."
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.actions.act_window,name:base_search_fuzzy.trgm_index_action
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
#: model:ir.ui.menu,name:base_search_fuzzy.trgm_index_menu
|
||||
msgid "Trigram Index"
|
||||
msgstr "Trigram indeks"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue