mirror of
https://github.com/bringout/oca-web.git
synced 2026-04-20 08:32:08 +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
fac1aaeaa8
commit
414ea3978c
42 changed files with 284 additions and 235 deletions
|
|
@ -13,14 +13,15 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: web_dark_mode
|
||||
#. odoo-javascript
|
||||
#: code:addons/web_dark_mode/static/src/js/switch_item.esm.js:0
|
||||
#: model:ir.model.fields,field_description:web_dark_mode.field_res_users__dark_mode
|
||||
#: code:addons/web_dark_mode/static/src/js/switch_item.esm.js
|
||||
#, python-format
|
||||
msgid "Dark Mode"
|
||||
msgstr "Tamni način"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: web_dark_mode
|
||||
#: model:ir.model.fields,field_description:web_dark_mode.field_res_users__dark_mode_device_dependent
|
||||
msgid "Device Dependent Dark Mode"
|
||||
|
|
@ -29,8 +30,9 @@ msgstr "Tamni način zavisi od uređaja"
|
|||
#. module: web_dark_mode
|
||||
#: model:ir.model,name:web_dark_mode.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP Routing"
|
||||
msgstr "HTTP usmjeravanje"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: web_dark_mode
|
||||
#: model:ir.model,name:web_dark_mode.model_res_users
|
||||
msgid "User"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue