mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 03:52: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
c13d931fb2
commit
d62fb585d6
171 changed files with 3251 additions and 8127 deletions
|
|
@ -19,6 +19,8 @@ msgid ""
|
|||
"<span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-"
|
||||
"specific.\" groups=\"base.group_multi_company\"/>"
|
||||
msgstr ""
|
||||
"<span class=\"fa fa-lg fa-building-o\" title=\"Vrijednosti postavljene ovdje"
|
||||
" su specifične za kompaniju.\" groups=\"base.group_multi_company\"/>"
|
||||
|
||||
#. module: rma_reason
|
||||
#: model_terms:ir.ui.view,arch_db:rma_reason.portal_rma_page
|
||||
|
|
@ -84,16 +86,20 @@ msgid ""
|
|||
" have a documented reason, aiding in inventory\n"
|
||||
" management, quality control, and customer service."
|
||||
msgstr ""
|
||||
"Ukazuje da li je navođenje razloga za RMA\n"
|
||||
" obavezno tokom kreiranja RMA naloga.\n"
|
||||
" Omogućavanjem ove opcije osiguravate da svi zahtjevi za povrat\n"
|
||||
" imaju zabilježen razlog, što pomaže upravljanju zalihama,\n"
|
||||
" kontroli kvaliteta i korisničkoj podršci."
|
||||
|
||||
#. module: rma_reason
|
||||
#: model:ir.model.fields,field_description:rma_reason.field_res_company__is_rma_reason_required
|
||||
#: model:ir.model.fields,field_description:rma_reason.field_res_config_settings__is_rma_reason_required
|
||||
#: model:ir.model.fields,field_description:rma_reason.field_rma__is_rma_reason_required
|
||||
#: model:ir.model.fields,field_description:rma_reason.field_stock_return_picking_line__is_rma_reason_required
|
||||
msgid ""
|
||||
"Indicates whether specifying an RMA reason is mandatory when creating an RMA"
|
||||
" order."
|
||||
msgstr ""
|
||||
"Označava da li je specificiranje razloga RMA obavezno pri kreiranju RMA "
|
||||
"naloga."
|
||||
|
||||
#. module: rma_reason
|
||||
#: model:ir.model.fields,field_description:rma_reason.field_rma_reason____last_update
|
||||
|
|
@ -142,14 +148,11 @@ msgstr "RMA"
|
|||
|
||||
#. module: rma_reason
|
||||
#: model:ir.model.fields,field_description:rma_reason.field_stock_return_picking__rma_reason_id
|
||||
#: model:ir.model.fields,field_description:rma_reason.field_stock_return_picking_line__rma_reason_id
|
||||
#: model_terms:ir.ui.view,arch_db:rma_reason.res_config_settings_form_view
|
||||
msgid "RMA Reason"
|
||||
msgstr "RMA razlog"
|
||||
|
||||
#. module: rma_reason
|
||||
#: model:ir.actions.act_window,name:rma_reason.rma_reason_act_window
|
||||
#: model:ir.ui.menu,name:rma_reason.rma_reason_menu
|
||||
msgid "RMA Reasons"
|
||||
msgstr "RMA Reasons"
|
||||
|
||||
|
|
@ -170,7 +173,6 @@ msgstr "Stavka povrata"
|
|||
|
||||
#. module: rma_reason
|
||||
#: model:ir.model.fields,field_description:rma_reason.field_stock_return_picking__rma_operation_domain
|
||||
#: model:ir.model.fields,field_description:rma_reason.field_stock_return_picking_line__rma_operation_domain
|
||||
msgid "Rma Operation Domain"
|
||||
msgstr "Domen RMA operacije"
|
||||
|
||||
|
|
@ -185,6 +187,7 @@ msgid ""
|
|||
"The customer no longer wants the item or changed their mind after purchasing"
|
||||
" it."
|
||||
msgstr ""
|
||||
"Kupac više ne želi artikal ili je promijenio mišljenje nakon kupovine."
|
||||
|
||||
#. module: rma_reason
|
||||
#: model:rma.reason,description:rma_reason.rma_reason_wrong_item_shipped
|
||||
|
|
@ -197,12 +200,15 @@ msgid ""
|
|||
"The item does not match the description or specifications provided by the "
|
||||
"seller, leading to customer dissatisfaction."
|
||||
msgstr ""
|
||||
"Artikal se ne poklapa s opisom ili specifikacijama koje je naveo prodavac, "
|
||||
"što dovodi do nezadovoljstva kupca."
|
||||
|
||||
#. module: rma_reason
|
||||
#: model:rma.reason,description:rma_reason.rma_reason_defective_product
|
||||
msgid ""
|
||||
"The item is malfunctioning or has a defect that affects its intended use."
|
||||
msgstr ""
|
||||
"Artikal ne radi ispravno ili ima nedostatak koji utiče na namjenu upotrebe."
|
||||
|
||||
#. module: rma_reason
|
||||
#: model:rma.reason,description:rma_reason.rma_reason_damaged_in_transit
|
||||
|
|
@ -210,6 +216,8 @@ msgid ""
|
|||
"The product was damaged during shipping and is not in usable condition upon "
|
||||
"arrival."
|
||||
msgstr ""
|
||||
"Proizvod je oštećen tokom transporta i po dolasku nije u upotrebljivom "
|
||||
"stanju."
|
||||
|
||||
#. module: rma_reason
|
||||
#: model:rma.reason,name:rma_reason.rma_reason_unwanted_changed_mind
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue