mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 07:52:09 +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
c13d931fb2
commit
d62fb585d6
171 changed files with 3251 additions and 8127 deletions
|
|
@ -15,38 +15,40 @@ msgstr ""
|
|||
|
||||
#. module: base_rest
|
||||
#. odoo-python
|
||||
#: code:addons/base_rest/restapi.py:0
|
||||
#: code:addons/base_rest/restapi.py
|
||||
#, python-format
|
||||
msgid "%(key)'s JSON content is malformed: %(error)s"
|
||||
msgstr "%(key)s JSON sadržaj je neispravno formatiran: %(error)s"
|
||||
|
||||
#. module: base_rest
|
||||
#. odoo-python
|
||||
#: code:addons/base_rest/restapi.py:0
|
||||
#: code:addons/base_rest/restapi.py
|
||||
#, python-format
|
||||
msgid "BadRequest %s"
|
||||
msgstr "Neispravni zahtjev %s"
|
||||
|
||||
#. module: base_rest
|
||||
#. odoo-python
|
||||
#: code:addons/base_rest/restapi.py:0
|
||||
#: code:addons/base_rest/restapi.py
|
||||
#, python-format
|
||||
msgid "BadRequest item %(idx)s :%(errors)s"
|
||||
msgstr "Neispravni zahtjev stavka %(idx)s :%(errors)s"
|
||||
|
||||
#. module: base_rest
|
||||
#. odoo-python
|
||||
#: code:addons/base_rest/restapi.py:0
|
||||
#: code:addons/base_rest/restapi.py
|
||||
#, python-format
|
||||
msgid "BadRequest: Not enough items in the list (%(current)s < %(expected)s)"
|
||||
msgstr "Neispravni zahtjev: Nedovoljno stavki u listi (%(current)s < %(expected)s)"
|
||||
msgstr ""
|
||||
"Neispravni zahtjev: Nedovoljno stavki u listi (%(current)s < %(expected)s)"
|
||||
|
||||
#. module: base_rest
|
||||
#. odoo-python
|
||||
#: code:addons/base_rest/restapi.py:0
|
||||
#: code:addons/base_rest/restapi.py
|
||||
#, python-format
|
||||
msgid "BadRequest: Too many items in the list (%(current)s > %(expected)s)"
|
||||
msgstr "Neispravni zahtjev: Previše stavki u listi (%(current)s > %(expected)s)"
|
||||
msgstr ""
|
||||
"Neispravni zahtjev: Previše stavki u listi (%(current)s > %(expected)s)"
|
||||
|
||||
#. module: base_rest
|
||||
#: model:ir.ui.menu,name:base_rest.menu_rest_api_docs
|
||||
|
|
@ -55,14 +57,13 @@ msgstr "Dokumentacija"
|
|||
|
||||
#. module: base_rest
|
||||
#. odoo-python
|
||||
#: code:addons/base_rest/restapi.py:0
|
||||
#: code:addons/base_rest/restapi.py
|
||||
#, python-format
|
||||
msgid "Invalid Response %s"
|
||||
msgstr "Neispravni odgovor %s"
|
||||
|
||||
#. module: base_rest
|
||||
#: model:ir.actions.act_url,name:base_rest.action_rest_api_docs
|
||||
#: model:ir.ui.menu,name:base_rest.menu_rest_api_root
|
||||
msgid "REST API"
|
||||
msgstr "REST API"
|
||||
|
||||
|
|
@ -78,14 +79,14 @@ msgstr "Pravilo zapisa"
|
|||
|
||||
#. module: base_rest
|
||||
#. odoo-python
|
||||
#: code:addons/base_rest/restapi.py:0
|
||||
#: code:addons/base_rest/restapi.py
|
||||
#, python-format
|
||||
msgid "Unable to get cerberus schema from %s"
|
||||
msgstr "Ne mogu dobiti cerberus šemu iz %s"
|
||||
|
||||
#. module: base_rest
|
||||
#. odoo-python
|
||||
#: code:addons/base_rest/restapi.py:0
|
||||
#: code:addons/base_rest/restapi.py
|
||||
#, python-format
|
||||
msgid "You must provide a dict of RestMethodParam"
|
||||
msgstr "Morate pružiti dict od RestMethodParam"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue