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:
Ernad Husremovic 2025-11-05 23:02:32 +01:00
parent 1c779d211b
commit 6af9cfd92c
79 changed files with 741 additions and 953 deletions

View file

@ -15,25 +15,21 @@ msgstr ""
#. module: purchase_order_weight_volume
#: model_terms:ir.ui.view,arch_db:purchase_order_weight_volume.report_purchaseorder_document
#: model_terms:ir.ui.view,arch_db:purchase_order_weight_volume.report_purchasequotation_document
msgid "<strong>Total Volume</strong>"
msgstr "<strong>Ukupno Volume</strong>"
#. module: purchase_order_weight_volume
#: model_terms:ir.ui.view,arch_db:purchase_order_weight_volume.report_purchaseorder_document
#: model_terms:ir.ui.view,arch_db:purchase_order_weight_volume.report_purchasequotation_document
msgid "<strong>Total Weight</strong>"
msgstr "<strong>Ukupno Weight</strong>"
#. module: purchase_order_weight_volume
#: model_terms:ir.ui.view,arch_db:purchase_order_weight_volume.report_purchaseorder_document
#: model_terms:ir.ui.view,arch_db:purchase_order_weight_volume.report_purchasequotation_document
msgid "<strong>Volume</strong>"
msgstr "<strong>Volume</strong>"
#. module: purchase_order_weight_volume
#: model_terms:ir.ui.view,arch_db:purchase_order_weight_volume.report_purchaseorder_document
#: model_terms:ir.ui.view,arch_db:purchase_order_weight_volume.report_purchasequotation_document
msgid "<strong>Weight</strong>"
msgstr "<strong>Težina</strong>"
@ -44,15 +40,11 @@ msgstr "Kompanije"
#. module: purchase_order_weight_volume
#: model:ir.model.fields,field_description:purchase_order_weight_volume.field_purchase_order__display_order_volume_in_po
#: model:ir.model.fields,field_description:purchase_order_weight_volume.field_res_company__display_order_volume_in_po
#: model:ir.model.fields,field_description:purchase_order_weight_volume.field_res_config_settings__display_order_volume_in_po
msgid "Display Order Volume in PO"
msgstr "Display Nalog Volume in PO"
#. module: purchase_order_weight_volume
#: model:ir.model.fields,field_description:purchase_order_weight_volume.field_purchase_order__display_order_weight_in_po
#: model:ir.model.fields,field_description:purchase_order_weight_volume.field_res_company__display_order_weight_in_po
#: model:ir.model.fields,field_description:purchase_order_weight_volume.field_res_config_settings__display_order_weight_in_po
msgid "Display Order Weight in PO"
msgstr "Display Nalog Weight in PO"