mirror of
https://github.com/bringout/oca-pos.git
synced 2026-04-22 07: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
a76f29afb5
commit
2cd7ccbcc0
56 changed files with 307 additions and 286 deletions
|
|
@ -20,9 +20,9 @@ msgstr "Bottle deposit .25"
|
|||
|
||||
#. module: pos_container_deposit
|
||||
#: model:ir.model.fields,help:pos_container_deposit.field_product_product__is_deposit
|
||||
#: model:ir.model.fields,help:pos_container_deposit.field_product_template__is_deposit
|
||||
msgid "Check this if this product is a container for which you charge deposit"
|
||||
msgstr "Check this if this product is a container for which you charge deposit"
|
||||
msgstr ""
|
||||
"Check this if this product is a container for which you charge deposit"
|
||||
|
||||
#. module: pos_container_deposit
|
||||
#: model:ir.model.fields,field_description:pos_container_deposit.field_product_product__deposit_product_id
|
||||
|
|
@ -31,7 +31,7 @@ msgstr "Polog"
|
|||
|
||||
#. module: pos_container_deposit
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_container_deposit/static/src/js/models.js:0
|
||||
#: code:addons/pos_container_deposit/static/src/js/models.js
|
||||
#, python-format
|
||||
msgid "Deposit not available"
|
||||
msgstr "Deposit not available"
|
||||
|
|
@ -48,15 +48,15 @@ msgstr "Generic sugar liquid"
|
|||
|
||||
#. module: pos_container_deposit
|
||||
#: model:ir.model.fields,help:pos_container_deposit.field_product_product__deposit_product_id
|
||||
#: model:ir.model.fields,help:pos_container_deposit.field_product_template__deposit_product_id
|
||||
msgid ""
|
||||
"If this product is packaged in a container for which you charge deposit, add"
|
||||
" a product here that stands for the deposit"
|
||||
msgstr ""
|
||||
"If this product is packaged in a container for which you charge deposit, add"
|
||||
" a product here that stands for the deposit"
|
||||
|
||||
#. module: pos_container_deposit
|
||||
#: model:ir.model.fields,field_description:pos_container_deposit.field_product_product__is_deposit
|
||||
#: model:ir.model.fields,field_description:pos_container_deposit.field_product_template__is_deposit
|
||||
msgid "Is Deposit"
|
||||
msgstr "Is Deposit"
|
||||
|
||||
|
|
@ -77,9 +77,11 @@ msgstr "Varijanta proizvoda"
|
|||
|
||||
#. module: pos_container_deposit
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_container_deposit/static/src/js/models.js:0
|
||||
#: code:addons/pos_container_deposit/static/src/js/models.js
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The product %s is configured as having a deposit but the deposit product %s "
|
||||
"is not available in POS."
|
||||
msgstr ""
|
||||
"The product %s is configured as having a deposit but the deposit product %s "
|
||||
"is not available in POS."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue