mirror of
https://github.com/bringout/oca-pos.git
synced 2026-04-22 00:02:01 +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
a76f29afb5
commit
2cd7ccbcc0
56 changed files with 307 additions and 286 deletions
|
|
@ -15,70 +15,75 @@ msgstr ""
|
|||
|
||||
#. module: pos_lot_barcode
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Popups/ErrorMultiLotBarcodePopup.js:0
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Popups/ErrorMultiLotBarcodePopup.js
|
||||
#, python-format
|
||||
msgid "Cancel"
|
||||
msgstr "Otkaži"
|
||||
|
||||
#. module: pos_lot_barcode
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Popups/ErrorMultiLotBarcodePopup.js:0
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Popups/ErrorMultiLotBarcodePopup.js
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr "Greška"
|
||||
|
||||
#. module: pos_lot_barcode
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Screens/ProductScreen.js:0
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Screens/ProductScreen.js
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Lot is not loaded. Tried loading the lot from the server but there is a "
|
||||
"network error."
|
||||
msgstr ""
|
||||
"Lot is not loaded. Tried loading the lot from the server but there is a "
|
||||
"network error."
|
||||
|
||||
#. module: pos_lot_barcode
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Popups/EditListPopup.js:0
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Popups/EditListPopup.js
|
||||
#, python-format
|
||||
msgid "Lot/Serial Number(s) Required"
|
||||
msgstr "Lot/Serijski broj je neophodan"
|
||||
|
||||
#. module: pos_lot_barcode
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_lot_barcode/static/src/xml/Popups/ErrorMultiLotBarcodePopup.xml:0
|
||||
#: code:addons/pos_lot_barcode/static/src/xml/Popups/ErrorMultiLotBarcodePopup.xml
|
||||
#, python-format
|
||||
msgid "Multiple Products Matching Barcode"
|
||||
msgstr "Multiple Products Matching Barcode"
|
||||
|
||||
#. module: pos_lot_barcode
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Screens/ProductScreen.js:0
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Screens/ProductScreen.js
|
||||
#, python-format
|
||||
msgid "Network Error"
|
||||
msgstr "Pogreška mreže"
|
||||
|
||||
#. module: pos_lot_barcode
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Popups/ErrorMultiLotBarcodePopup.js:0
|
||||
#: code:addons/pos_lot_barcode/static/src/xml/Popups/ErrorMultiLotBarcodePopup.xml:0
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Popups/ErrorMultiLotBarcodePopup.js
|
||||
#, python-format
|
||||
msgid "Ok"
|
||||
msgstr "Uredu"
|
||||
|
||||
#. module: pos_lot_barcode
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Popups/ErrorMultiLotBarcodePopup.js:0
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Popups/ErrorMultiLotBarcodePopup.js
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The Point of Sale can not process the scanned barcode, as it matches "
|
||||
"multiple products:"
|
||||
msgstr ""
|
||||
"The Point of Sale can not process the scanned barcode, as it matches "
|
||||
"multiple products:"
|
||||
|
||||
#. module: pos_lot_barcode
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Screens/ProductScreen.js:0
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Screens/ProductScreen.js
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The Point of Sale could not find any product, lot, client, employee or "
|
||||
"action associated with the scanned barcode."
|
||||
msgstr ""
|
||||
"The Point of Sale could not find any product, lot, client, employee or "
|
||||
"action associated with the scanned barcode."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue