mirror of
https://github.com/bringout/oca-web.git
synced 2026-04-20 03:12:02 +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
|
|
@ -15,67 +15,78 @@ msgstr ""
|
|||
|
||||
#. module: web_notify
|
||||
#. odoo-python
|
||||
#: code:addons/web_notify/models/res_users.py:0
|
||||
#: code:addons/web_notify/models/res_users.py
|
||||
#, python-format
|
||||
msgid "Danger"
|
||||
msgstr "Opasnost"
|
||||
|
||||
#. module: web_notify
|
||||
#. odoo-python
|
||||
#: code:addons/web_notify/models/res_users.py:0
|
||||
#: code:addons/web_notify/models/res_users.py
|
||||
#, python-format
|
||||
msgid "Default"
|
||||
msgstr "Zadano"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: web_notify
|
||||
#. odoo-python
|
||||
#: code:addons/web_notify/models/res_users.py:0
|
||||
#: code:addons/web_notify/models/res_users.py
|
||||
#, python-format
|
||||
msgid "Information"
|
||||
msgstr "Informacija"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: web_notify
|
||||
#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_danger_channel_name
|
||||
#, fuzzy
|
||||
msgid "Notify Danger Channel Name"
|
||||
msgstr "Naziv kanala upozorenja"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: web_notify
|
||||
#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_default_channel_name
|
||||
#, fuzzy
|
||||
msgid "Notify Default Channel Name"
|
||||
msgstr "Naziv kanala informacija"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: web_notify
|
||||
#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_info_channel_name
|
||||
#, fuzzy
|
||||
msgid "Notify Info Channel Name"
|
||||
msgstr "Naziv kanala informacija"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: web_notify
|
||||
#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_success_channel_name
|
||||
#, fuzzy
|
||||
msgid "Notify Success Channel Name"
|
||||
msgstr "Naziv kanala informacija"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: web_notify
|
||||
#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_warning_channel_name
|
||||
#, fuzzy
|
||||
msgid "Notify Warning Channel Name"
|
||||
msgstr "Naziv kanala upozorenja"
|
||||
|
||||
#. module: web_notify
|
||||
#. odoo-javascript
|
||||
#: code:addons/web_notify/static/src/js/services/notification_services.esm.js:0
|
||||
#: code:addons/web_notify/static/src/js/services/notification_services.esm.js
|
||||
#, python-format
|
||||
msgid "Open"
|
||||
msgstr "Otvori"
|
||||
|
||||
#. module: web_notify
|
||||
#. odoo-python
|
||||
#: code:addons/web_notify/models/res_users.py:0
|
||||
#: code:addons/web_notify/models/res_users.py
|
||||
#, python-format
|
||||
msgid "Sending a notification to another user is forbidden."
|
||||
msgstr "Slanje obavještenja drugom korisniku je zabranjeno."
|
||||
|
||||
#. module: web_notify
|
||||
#. odoo-python
|
||||
#: code:addons/web_notify/models/res_users.py:0
|
||||
#: code:addons/web_notify/models/res_users.py
|
||||
#, python-format
|
||||
msgid "Success"
|
||||
msgstr "Uspjeh"
|
||||
|
|
@ -115,9 +126,10 @@ msgstr "Test web obavještenja"
|
|||
msgid "User"
|
||||
msgstr "Korisnik"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: web_notify
|
||||
#. odoo-python
|
||||
#: code:addons/web_notify/models/res_users.py:0
|
||||
#: code:addons/web_notify/models/res_users.py
|
||||
#, python-format
|
||||
msgid "Warning"
|
||||
msgstr "Upozorenje"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue