mirror of
https://github.com/bringout/oca-ocb-pos.git
synced 2026-04-23 21:42:00 +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
|
|
@ -17,21 +17,24 @@ msgstr ""
|
|||
|
||||
#. module: pos_six
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_six/static/src/js/payment_six.js:0
|
||||
#: code:addons/pos_six/static/src/js/payment_six.js
|
||||
#, python-format
|
||||
msgid "Balance Failed"
|
||||
msgstr "Saldo Neuspješno"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: pos_six
|
||||
#: model:ir.model,name:pos_six.model_pos_config
|
||||
msgid "Point of Sale Configuration"
|
||||
msgstr "Postavke prodajnog mjesta"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: pos_six
|
||||
#: model:ir.model,name:pos_six.model_pos_payment_method
|
||||
msgid "Point of Sale Payment Methods"
|
||||
msgstr "Načini plaćanja na prodajnom mjestu"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: pos_six
|
||||
#: model:ir.model,name:pos_six.model_pos_session
|
||||
msgid "Point of Sale Session"
|
||||
|
|
@ -39,7 +42,7 @@ msgstr "Smjena POS-a"
|
|||
|
||||
#. module: pos_six
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_six/static/src/xml/BalanceButton.xml:0
|
||||
#: code:addons/pos_six/static/src/xml/BalanceButton.xml
|
||||
#, python-format
|
||||
msgid "Send Balance"
|
||||
msgstr "Pošalji saldo"
|
||||
|
|
@ -51,14 +54,14 @@ msgstr "Six Terminal IP"
|
|||
|
||||
#. module: pos_six
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_six/static/src/js/payment_six.js:0
|
||||
#: code:addons/pos_six/static/src/js/payment_six.js
|
||||
#, python-format
|
||||
msgid "The balance operation failed."
|
||||
msgstr "Operacija salda nije uspjela."
|
||||
|
||||
#. module: pos_six
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_six/static/src/js/payment_six.js:0
|
||||
#: code:addons/pos_six/static/src/js/payment_six.js
|
||||
#, python-format
|
||||
msgid "Transaction was not processed correctly"
|
||||
msgstr "Transakcija nije obrađena ispravno"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue