mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-18 22:12:05 +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
|
|
@ -13,9 +13,10 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: auth_user_case_insensitive
|
||||
#. odoo-python
|
||||
#: code:addons/auth_user_case_insensitive/hooks.py:0
|
||||
#: code:addons/auth_user_case_insensitive/hooks.py
|
||||
#, python-format
|
||||
msgid "Conflicting user logins exist for `%s`"
|
||||
msgstr "Korisnička imena se preklapaju za `%s`"
|
||||
|
|
@ -28,7 +29,8 @@ msgstr "Prijava"
|
|||
#. module: auth_user_case_insensitive
|
||||
#: model:ir.model.fields,help:auth_user_case_insensitive.field_res_users__login
|
||||
msgid "Used to log into the system. Case insensitive."
|
||||
msgstr "Koristi se za prijavu u sistem. Bez razlikovanja velikih i malih slova."
|
||||
msgstr ""
|
||||
"Koristi se za prijavu u sistem. Bez razlikovanja velikih i malih slova."
|
||||
|
||||
#. module: auth_user_case_insensitive
|
||||
#: model:ir.model,name:auth_user_case_insensitive.model_res_users
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue