mirror of
https://github.com/bringout/oca-ocb-pos.git
synced 2026-04-24 10:42:05 +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
5edf69d2b4
commit
7fb141ddd7
12 changed files with 565 additions and 374 deletions
|
|
@ -27,7 +27,7 @@ msgstr "Adyen API key"
|
|||
|
||||
#. module: pos_adyen
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_adyen/static/src/js/payment_adyen.js:0
|
||||
#: code:addons/pos_adyen/static/src/js/payment_adyen.js
|
||||
#, python-format
|
||||
msgid "Adyen Error"
|
||||
msgstr "Adyen Error"
|
||||
|
|
@ -54,7 +54,7 @@ msgstr "Adyen Test Mode"
|
|||
|
||||
#. module: pos_adyen
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_adyen/static/src/js/payment_adyen.js:0
|
||||
#: code:addons/pos_adyen/static/src/js/payment_adyen.js
|
||||
#, python-format
|
||||
msgid "An unexpected error occurred. Message from Adyen: %s"
|
||||
msgstr "An unexpected error occurred. Message from Adyen: %s"
|
||||
|
|
@ -66,27 +66,30 @@ msgstr "Ask Customers For Tip"
|
|||
|
||||
#. module: pos_adyen
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_adyen/static/src/js/payment_adyen.js:0
|
||||
#: code:addons/pos_adyen/static/src/js/payment_adyen.js
|
||||
#, python-format
|
||||
msgid "Authentication failed. Please check your Adyen credentials."
|
||||
msgstr "Authentication failed. Please check your Adyen credentials."
|
||||
|
||||
#. module: pos_adyen
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_adyen/static/src/js/payment_adyen.js:0
|
||||
#: code:addons/pos_adyen/static/src/js/payment_adyen.js
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Cancelling the payment failed. Please cancel it manually on the payment "
|
||||
"terminal."
|
||||
msgstr ""
|
||||
"Cancelling the payment failed. Please cancel it manually on the payment "
|
||||
"terminal."
|
||||
|
||||
#. module: pos_adyen
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_adyen/static/src/js/payment_adyen.js:0
|
||||
#: code:addons/pos_adyen/static/src/js/payment_adyen.js
|
||||
#, python-format
|
||||
msgid "Cannot process transactions with negative amount."
|
||||
msgstr "Cannot process transactions with negative amount."
|
||||
|
||||
# taken from hr.po
|
||||
#. module: pos_adyen
|
||||
#: model:ir.model,name:pos_adyen.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
|
|
@ -94,46 +97,51 @@ msgstr "Postavke"
|
|||
|
||||
#. module: pos_adyen
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_adyen/static/src/js/payment_adyen.js:0
|
||||
#: code:addons/pos_adyen/static/src/js/payment_adyen.js
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Could not connect to the Odoo server, please check your internet connection "
|
||||
"and try again."
|
||||
msgstr ""
|
||||
"Could not connect to the Odoo server, please check your internet connection "
|
||||
"and try again."
|
||||
|
||||
#. module: pos_adyen
|
||||
#. odoo-python
|
||||
#: code:addons/pos_adyen/models/pos_payment_method.py:0
|
||||
#: code:addons/pos_adyen/models/pos_payment_method.py:0
|
||||
#: code:addons/pos_adyen/models/pos_payment_method.py
|
||||
#, python-format
|
||||
msgid "Invalid Adyen request"
|
||||
msgstr "Invalid Adyen request"
|
||||
|
||||
#. module: pos_adyen
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_adyen/static/src/js/payment_adyen.js:0
|
||||
#: code:addons/pos_adyen/static/src/js/payment_adyen.js
|
||||
#, python-format
|
||||
msgid "Message from Adyen: %s"
|
||||
msgstr "Message from Adyen: %s"
|
||||
|
||||
#. module: pos_adyen
|
||||
#. odoo-python
|
||||
#: code:addons/pos_adyen/models/pos_config.py:0
|
||||
#: code:addons/pos_adyen/models/pos_config.py
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Please configure a tip product for POS %s to support tipping with Adyen."
|
||||
msgstr ""
|
||||
"Please configure a tip product for POS %s to support tipping with Adyen."
|
||||
|
||||
# taken from hr.po
|
||||
#. module: pos_adyen
|
||||
#: model:ir.model,name:pos_adyen.model_pos_config
|
||||
msgid "Point of Sale Configuration"
|
||||
msgstr "Postavke prodajnog mjesta"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: pos_adyen
|
||||
#: model:ir.model,name:pos_adyen.model_pos_payment_method
|
||||
msgid "Point of Sale Payment Methods"
|
||||
msgstr "Načini plaćanja na prodajnom mjestu"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: pos_adyen
|
||||
#: model:ir.model,name:pos_adyen.model_pos_session
|
||||
msgid "Point of Sale Session"
|
||||
|
|
@ -151,14 +159,14 @@ msgstr "Run transactions in the test environment."
|
|||
|
||||
#. module: pos_adyen
|
||||
#. odoo-python
|
||||
#: code:addons/pos_adyen/models/pos_payment_method.py:0
|
||||
#: code:addons/pos_adyen/models/pos_payment_method.py
|
||||
#, python-format
|
||||
msgid "Terminal %s is already used in company %s on payment method %s."
|
||||
msgstr "Terminal %s is already used in company %s on payment method %s."
|
||||
|
||||
#. module: pos_adyen
|
||||
#. odoo-python
|
||||
#: code:addons/pos_adyen/models/pos_payment_method.py:0
|
||||
#: code:addons/pos_adyen/models/pos_payment_method.py
|
||||
#, python-format
|
||||
msgid "Terminal %s is already used on payment method %s."
|
||||
msgstr "Terminal %s is already used on payment method %s."
|
||||
|
|
@ -169,6 +177,8 @@ msgid ""
|
|||
"Used when connecting to Adyen: https://docs.adyen.com/user-management/how-"
|
||||
"to-get-the-api-key/#description"
|
||||
msgstr ""
|
||||
"Used when connecting to Adyen: https://docs.adyen.com/user-management/how-"
|
||||
"to-get-the-api-key/#description"
|
||||
|
||||
#. module: pos_adyen
|
||||
#: model:ir.model.fields,help:pos_adyen.field_pos_payment_method__adyen_terminal_identifier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue