mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-23 12:51:59 +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
067610e5fe
commit
671ef3554c
53 changed files with 6903 additions and 3840 deletions
|
|
@ -15,29 +15,34 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: product_matrix
|
||||
#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1
|
||||
msgid "Blue"
|
||||
msgstr "Plava"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: product_matrix
|
||||
#: model:product.attribute,name:product_matrix.product_attribute_gender
|
||||
msgid "Gender"
|
||||
msgstr "Spol"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: product_matrix
|
||||
#: model:product.attribute.value,name:product_matrix.product_attribute_value_m
|
||||
msgid "Men"
|
||||
msgstr "Muški"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: product_matrix
|
||||
#: model:product.template,name:product_matrix.matrix_product_template_shirt
|
||||
msgid "My Company Tshirt (GRID)"
|
||||
msgstr "Majca moje tvrtke (mreža)"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0
|
||||
#: code:addons/product_matrix/static/src/xml/product_matrix.xml
|
||||
#, python-format
|
||||
msgid "Not available"
|
||||
msgstr "Nije dostupno"
|
||||
|
|
@ -47,31 +52,37 @@ msgstr "Nije dostupno"
|
|||
msgid "Pink"
|
||||
msgstr "Pink"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: product_matrix
|
||||
#: model:ir.model,name:product_matrix.model_product_template
|
||||
msgid "Product"
|
||||
msgstr "Proizvod"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: product_matrix
|
||||
#: model:ir.model,name:product_matrix.model_product_template_attribute_value
|
||||
msgid "Product Template Attribute Value"
|
||||
msgstr "Vrijednost atributa predloška proizvoda"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: product_matrix
|
||||
#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4
|
||||
msgid "Rainbow"
|
||||
msgstr "Duga"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: product_matrix
|
||||
#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt
|
||||
msgid "Show your company love around you =)."
|
||||
msgstr "Proširite ljubav svoje tvrtke oko sebe :)"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: product_matrix
|
||||
#: model:product.attribute,name:product_matrix.product_attribute_size
|
||||
msgid "Size"
|
||||
msgstr "Veličina"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: product_matrix
|
||||
#: model:product.attribute.value,name:product_matrix.product_attribute_value_w
|
||||
msgid "Women"
|
||||
|
|
@ -87,6 +98,7 @@ msgstr "XL"
|
|||
msgid "XS"
|
||||
msgstr "XS"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: product_matrix
|
||||
#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3
|
||||
msgid "Yellow"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue