mirror of
https://github.com/bringout/oca-ocb-mrp.git
synced 2026-04-25 00:32:05 +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
11c5d20c94
commit
2873cde704
5 changed files with 1383 additions and 1016 deletions
|
|
@ -15,21 +15,25 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: mrp_landed_costs
|
||||
#: model:ir.model.fields,field_description:mrp_landed_costs.field_stock_landed_cost__target_model
|
||||
msgid "Apply On"
|
||||
msgstr "Primjeni na"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: mrp_landed_costs
|
||||
#: model:ir.model.fields.selection,name:mrp_landed_costs.selection__stock_landed_cost__target_model__manufacturing
|
||||
msgid "Manufacturing Orders"
|
||||
msgstr "Nalozi za proizvodnju"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: mrp_landed_costs
|
||||
#: model:ir.model.fields,field_description:mrp_landed_costs.field_stock_landed_cost__mrp_production_ids
|
||||
msgid "Manufacturing order"
|
||||
msgstr "Proizvodni nalog"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: mrp_landed_costs
|
||||
#: model:ir.model,name:mrp_landed_costs.model_stock_landed_cost
|
||||
msgid "Stock Landed Cost"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue