mirror of
https://github.com/bringout/oca-website.git
synced 2026-04-23 09: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
e107b7d356
commit
ba70c44a42
13 changed files with 194 additions and 44 deletions
|
|
@ -15,8 +15,6 @@ msgstr ""
|
|||
|
||||
#. module: website_require_login
|
||||
#: model:ir.actions.act_window,name:website_require_login.action_website_auth_url
|
||||
#: model:ir.model,name:website_require_login.model_website_auth_url
|
||||
#: model:ir.ui.menu,name:website_require_login.menu_website_auth_url
|
||||
msgid "Authorization required URLs"
|
||||
msgstr "Authorization required URLs"
|
||||
|
||||
|
|
@ -71,6 +69,8 @@ msgid ""
|
|||
"Relative URL path and subpath. Ex.: /shop will restrict /shop, "
|
||||
"/shop/product, etc."
|
||||
msgstr ""
|
||||
"Relativna URL putanja i podputanja. Npr.: /shop će ograničiti /shop, "
|
||||
"/shop/product itd."
|
||||
|
||||
#. module: website_require_login
|
||||
#: model:ir.model.constraint,message:website_require_login.constraint_website_auth_url_path_unique
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue