mirror of
https://github.com/bringout/oca-ocb-security.git
synced 2026-04-22 04:32: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
23677af319
commit
67fdbe80be
14 changed files with 919 additions and 249 deletions
|
|
@ -17,17 +17,20 @@ msgstr ""
|
|||
|
||||
#. module: auth_password_policy_signup
|
||||
#. odoo-javascript
|
||||
#: code:addons/auth_password_policy_signup/static/src/js/password_meter.js:0
|
||||
#: code:addons/auth_password_policy_signup/static/src/js/password_meter.js
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Required: %s.\n"
|
||||
"\n"
|
||||
"Hint: increase length, use multiple words and use non-letter characters to increase your password's strength."
|
||||
msgstr ""
|
||||
"Obavezno: %s.\n"
|
||||
"\n"
|
||||
"Savjet: povećajte dužinu, koristite više riječi i koristite ne-slovne znakove kako biste povećali snagu vaše lozinke."
|
||||
|
||||
#. module: auth_password_policy_signup
|
||||
#. odoo-javascript
|
||||
#: code:addons/auth_password_policy_signup/static/src/js/password_meter.js:0
|
||||
#: code:addons/auth_password_policy_signup/static/src/js/password_meter.js
|
||||
#, python-format
|
||||
msgid "no requirements"
|
||||
msgstr "nema zahtjeva"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue