mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-19 20: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,30 +13,34 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: auth_signup_verify_email
|
||||
#. odoo-python
|
||||
#: code:addons/auth_signup_verify_email/controllers/main.py:0
|
||||
#: code:addons/auth_signup_verify_email/controllers/main.py
|
||||
#, python-format
|
||||
msgid "Another user is already registered using this email address."
|
||||
msgstr "Drugi korisnik je već registriran sa ovom mail adresom."
|
||||
|
||||
# taken from hr.po
|
||||
#. module: auth_signup_verify_email
|
||||
#. odoo-python
|
||||
#: code:addons/auth_signup_verify_email/controllers/main.py:0
|
||||
#: code:addons/auth_signup_verify_email/controllers/main.py
|
||||
#, python-format
|
||||
msgid "Check your email to activate your account!"
|
||||
msgstr "Provjerite svoj e-mail za aktivaciu računa!"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: auth_signup_verify_email
|
||||
#. odoo-python
|
||||
#: code:addons/auth_signup_verify_email/controllers/main.py:0
|
||||
#: code:addons/auth_signup_verify_email/controllers/main.py
|
||||
#, python-format
|
||||
msgid "Something went wrong, please try again later or contact us."
|
||||
msgstr "Nešto nije u redu, molimo pokušajte ponovo ili nas kontaktirajte."
|
||||
|
||||
# taken from hr.po
|
||||
#. module: auth_signup_verify_email
|
||||
#. odoo-python
|
||||
#: code:addons/auth_signup_verify_email/controllers/main.py:0
|
||||
#: code:addons/auth_signup_verify_email/controllers/main.py
|
||||
#, python-format
|
||||
msgid "That does not seem to be an email address."
|
||||
msgstr "Ovo ne izgleda kao e-mail adresa."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue