mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-19 08:12:00 +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
|
|
@ -21,7 +21,7 @@ msgstr "Aktivan"
|
|||
#. module: auth_oauth_ropc
|
||||
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__auth_endpoint
|
||||
msgid "Authorization URL"
|
||||
msgstr "Authorization URL"
|
||||
msgstr "URL autorizacije"
|
||||
|
||||
#. module: auth_oauth_ropc
|
||||
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__client_id
|
||||
|
|
@ -95,13 +95,12 @@ msgstr "Korisnik"
|
|||
|
||||
#. module: auth_oauth_ropc
|
||||
#. odoo-python
|
||||
#: code:addons/auth_oauth_ropc/models/oauth_ropc_provider.py:0
|
||||
#: code:addons/auth_oauth_ropc/models/oauth_ropc_provider.py
|
||||
#, python-format
|
||||
msgid "You can define only one active provider"
|
||||
msgstr "Možete definirati samo jednog aktivnog davatelja"
|
||||
|
||||
#. module: auth_oauth_ropc
|
||||
#: model:ir.actions.act_window,name:auth_oauth_ropc.oauth_ropc_provider_act_window
|
||||
#: model:ir.ui.menu,name:auth_oauth_ropc.oauth_ropc_provider_menu
|
||||
msgid "oauth ROPC Providers"
|
||||
msgstr "oauth ROPC davatelji"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue