mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-18 07:12:07 +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
57fd446fa0
commit
67eb12cfcb
22 changed files with 311 additions and 500 deletions
|
|
@ -25,7 +25,6 @@ msgstr "Naziv API ključa mora biti jedinstven."
|
|||
|
||||
#. module: auth_api_key
|
||||
#: model:ir.actions.act_window,name:auth_api_key.auth_api_key_act_window
|
||||
#: model:ir.ui.menu,name:auth_api_key.auth_api_key_menu
|
||||
msgid "Auth Api Key"
|
||||
msgstr "Auth API ključ"
|
||||
|
||||
|
|
@ -85,10 +84,12 @@ msgid ""
|
|||
"The API key. Enter a dummy value in this field if it is\n"
|
||||
" obtained from the server environment configuration."
|
||||
msgstr ""
|
||||
"API ključ. Unesite lažnu vrijednost u ovo polje ako se\n"
|
||||
" dobija iz konfiguracije serverskog okruženja."
|
||||
|
||||
#. module: auth_api_key
|
||||
#. odoo-python
|
||||
#: code:addons/auth_api_key/models/auth_api_key.py:0
|
||||
#: code:addons/auth_api_key/models/auth_api_key.py
|
||||
#, python-format
|
||||
msgid "The key %s is not allowed"
|
||||
msgstr "Ključ %s nije dozvoljen"
|
||||
|
|
@ -99,6 +100,8 @@ msgid ""
|
|||
"The user used to process the requests authenticated by\n"
|
||||
" the api key"
|
||||
msgstr ""
|
||||
"Korisnik korišten za obradu zahtjeva autentificiranih\n"
|
||||
" api ključem"
|
||||
|
||||
#. module: auth_api_key
|
||||
#: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__user_id
|
||||
|
|
@ -107,7 +110,7 @@ msgstr "Korisnik"
|
|||
|
||||
#. module: auth_api_key
|
||||
#. odoo-python
|
||||
#: code:addons/auth_api_key/models/auth_api_key.py:0
|
||||
#: code:addons/auth_api_key/models/auth_api_key.py
|
||||
#, python-format
|
||||
msgid "User is not allowed"
|
||||
msgstr "Korisnik nije dozvoljen"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue