mirror of
https://github.com/bringout/oca-purchase.git
synced 2026-04-23 07:02:04 +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
|
|
@ -20,13 +20,12 @@ msgstr "Aktivan"
|
|||
|
||||
#. module: purchase_order_archive
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_order_archive.purchase_order_archive_form
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_order_archive.view_purchase_order_archive_filter
|
||||
msgid "Archived"
|
||||
msgstr "Arhivirano"
|
||||
|
||||
#. module: purchase_order_archive
|
||||
#. odoo-python
|
||||
#: code:addons/purchase_order_archive/models/purchase_order.py:0
|
||||
#: code:addons/purchase_order_archive/models/purchase_order.py
|
||||
#, python-format
|
||||
msgid "Only 'Locked' or 'Canceled' orders can be archived"
|
||||
msgstr "Only 'Locked' or 'Canceled' orders can be archived"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue