mirror of
https://github.com/bringout/oca-purchase.git
synced 2026-04-22 17:02:02 +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
1c779d211b
commit
6af9cfd92c
79 changed files with 741 additions and 953 deletions
|
|
@ -13,45 +13,45 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: purchase_open_qty
|
||||
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order__pending_qty_to_invoice
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_open_qty.purchase_order_line_search
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_open_qty.view_purchase_order_filter
|
||||
msgid "Pending Qty to Bill"
|
||||
msgstr "Obračun u tijeku"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: purchase_open_qty
|
||||
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order__pending_qty_to_receive
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_open_qty.purchase_order_line_search
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_open_qty.view_purchase_order_filter
|
||||
msgid "Pending Qty to Receive"
|
||||
msgstr "Zaprimanje u tijeku"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: purchase_open_qty
|
||||
#: model:ir.model,name:purchase_open_qty.model_purchase_order
|
||||
msgid "Purchase Order"
|
||||
msgstr "Nabavni nalog"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: purchase_open_qty
|
||||
#: model:ir.model,name:purchase_open_qty.model_purchase_order_line
|
||||
msgid "Purchase Order Line"
|
||||
msgstr "Stavka naloga za nabavu"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: purchase_open_qty
|
||||
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order__qty_to_invoice
|
||||
msgid "Qty to Bill"
|
||||
msgstr "Kol za račun"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: purchase_open_qty
|
||||
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order__qty_to_receive
|
||||
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order_line__qty_to_receive
|
||||
msgid "Qty to Receive"
|
||||
msgstr "Kol za zaprimanje"
|
||||
|
||||
#. module: purchase_open_qty
|
||||
#. odoo-python
|
||||
#: code:addons/purchase_open_qty/models/purchase_order.py:0
|
||||
#: code:addons/purchase_open_qty/models/purchase_order.py:0
|
||||
#: code:addons/purchase_open_qty/models/purchase_order.py
|
||||
#, python-format
|
||||
msgid "Unsupported search operator"
|
||||
msgstr "Unsupported search operator"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue