mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-25 14:31: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,38 +15,45 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: mrp_product_expiry
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_product_expiry.confirm_expiry_view_mrp_inherit
|
||||
msgid "Confirm"
|
||||
msgstr "Potvrdi"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: mrp_product_expiry
|
||||
#: model:ir.model,name:mrp_product_expiry.model_expiry_picking_confirmation
|
||||
msgid "Confirm Expiry"
|
||||
msgstr "Potvrdi istek"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: mrp_product_expiry
|
||||
#. odoo-python
|
||||
#: code:addons/mrp_product_expiry/models/mrp_production.py:0
|
||||
#: code:addons/mrp_product_expiry/models/mrp_production.py
|
||||
#, python-format
|
||||
msgid "Confirmation"
|
||||
msgstr "Potvrda"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: mrp_product_expiry
|
||||
#: model_terms:ir.ui.view,arch_db:mrp_product_expiry.confirm_expiry_view_mrp_inherit
|
||||
msgid "Discard"
|
||||
msgstr "Odbaci"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: mrp_product_expiry
|
||||
#: model:ir.model.fields,field_description:mrp_product_expiry.field_expiry_picking_confirmation__production_ids
|
||||
msgid "Production"
|
||||
msgstr "Proizvodnja"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: mrp_product_expiry
|
||||
#: model:ir.model,name:mrp_product_expiry.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Proizvodni nalog"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: mrp_product_expiry
|
||||
#: model:ir.model.fields,field_description:mrp_product_expiry.field_expiry_picking_confirmation__workorder_id
|
||||
msgid "Workorder"
|
||||
|
|
@ -54,18 +61,22 @@ msgstr "Radni nalog"
|
|||
|
||||
#. module: mrp_product_expiry
|
||||
#. odoo-python
|
||||
#: code:addons/mrp_product_expiry/wizard/confirm_expiry.py:0
|
||||
#: code:addons/mrp_product_expiry/wizard/confirm_expiry.py
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You are going to use some expired components.\n"
|
||||
"Do you confirm you want to proceed ?"
|
||||
msgstr ""
|
||||
"[PREVOD POTREBAN: You are going to use some expired components.\n"
|
||||
"Do you confirm...]"
|
||||
|
||||
#. module: mrp_product_expiry
|
||||
#. odoo-python
|
||||
#: code:addons/mrp_product_expiry/wizard/confirm_expiry.py:0
|
||||
#: code:addons/mrp_product_expiry/wizard/confirm_expiry.py
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You are going to use the component %(product_name)s, %(lot_name)s which is expired.\n"
|
||||
"Do you confirm you want to proceed ?"
|
||||
msgstr ""
|
||||
"[PREVOD POTREBAN: You are going to use the component %(product_name)s, "
|
||||
"%(lot_n...]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue