mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-19 07:32: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,18 +13,22 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: users_ldap_mail
|
||||
#: model:ir.model.fields,help:users_ldap_mail.field_res_company_ldap__name_attribute
|
||||
msgid ""
|
||||
"By default 'cn' is used. For ActiveDirectory you might use 'displayName' "
|
||||
"instead."
|
||||
msgstr ""
|
||||
"Zadano se koristi 'CN'. za ActiveDirectory možete koristiti 'displayName' "
|
||||
"umjesto zadanog."
|
||||
|
||||
#. module: users_ldap_mail
|
||||
#: model:ir.model,name:users_ldap_mail.model_res_company_ldap
|
||||
msgid "Company LDAP configuration"
|
||||
msgstr "LDAP postavke tvrtke"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: users_ldap_mail
|
||||
#: model:ir.model.fields,field_description:users_ldap_mail.field_res_company_ldap__mail_attribute
|
||||
msgid "E-mail attribute"
|
||||
|
|
@ -35,6 +39,7 @@ msgstr "Atribut e-mail"
|
|||
msgid "LDAP attribute to use to retrieve e-mail address."
|
||||
msgstr "LDAP atribut za preuzimanje e-mail adrese."
|
||||
|
||||
# taken from hr.po
|
||||
#. module: users_ldap_mail
|
||||
#: model:ir.model.fields,field_description:users_ldap_mail.field_res_company_ldap__name_attribute
|
||||
msgid "Name Attribute"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue