mirror of
https://github.com/bringout/oca-purchase.git
synced 2026-04-21 20:42: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
1c779d211b
commit
6af9cfd92c
79 changed files with 741 additions and 953 deletions
|
|
@ -15,7 +15,6 @@ msgstr ""
|
|||
|
||||
#. module: purchase_order_line_sequence
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_order_line_sequence.report_purchase_order_sequence_qweb
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_order_line_sequence.report_purchase_quote_sequence_qweb
|
||||
msgid "<strong>Line Number</strong>"
|
||||
msgstr "<strong>Linija Number</strong>"
|
||||
|
||||
|
|
@ -41,7 +40,6 @@ msgstr "Stavka žurnala"
|
|||
|
||||
#. module: purchase_order_line_sequence
|
||||
#: model:ir.model.fields,field_description:purchase_order_line_sequence.field_purchase_order_line__visible_sequence
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_order_line_sequence.report_invoice_document_inherit_purchase_sequence
|
||||
msgid "Line Number"
|
||||
msgstr "Linija Number"
|
||||
|
||||
|
|
@ -52,12 +50,14 @@ msgstr "Maximalna seqvenca u stavkama"
|
|||
|
||||
#. module: purchase_order_line_sequence
|
||||
#. odoo-python
|
||||
#: code:addons/purchase_order_line_sequence/models/stock_move.py:0
|
||||
#: code:addons/purchase_order_line_sequence/models/stock_move.py
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Not allowed to change the sequence of moves from the picking, you can do it "
|
||||
"from the PO."
|
||||
msgstr ""
|
||||
"Not allowed to change the sequence of moves from the picking, you can do it "
|
||||
"from the PO."
|
||||
|
||||
#. module: purchase_order_line_sequence
|
||||
#: model:ir.model.fields,field_description:purchase_order_line_sequence.field_account_move_line__related_po_sequence
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue