mirror of
https://github.com/bringout/oca-purchase.git
synced 2026-04-23 21:42:09 +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
|
|
@ -75,7 +75,6 @@ msgstr "Merge Selected Nabavni"
|
|||
|
||||
#. module: purchase_merge
|
||||
#: model:ir.model.fields,field_description:purchase_merge.field_purchase_merge_automatic_wizard__purchase_ids
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_merge.purchase_merge_automatic_wizard_form
|
||||
msgid "Purchase"
|
||||
msgstr "Nabavke"
|
||||
|
||||
|
|
@ -91,56 +90,56 @@ msgstr "Selected purchase will be merged together."
|
|||
|
||||
#. module: purchase_merge
|
||||
#. odoo-python
|
||||
#: code:addons/purchase_merge/wizard/purchase_merge.py:0
|
||||
#: code:addons/purchase_merge/wizard/purchase_merge.py
|
||||
#, python-format
|
||||
msgid "This purchase order lines have been merged %(way)s : %(po_names)s"
|
||||
msgstr "This purchase order lines have been merged %(way)s : %(po_names)s"
|
||||
|
||||
#. module: purchase_merge
|
||||
#. odoo-python
|
||||
#: code:addons/purchase_merge/wizard/purchase_merge.py:0
|
||||
#: code:addons/purchase_merge/wizard/purchase_merge.py
|
||||
#, python-format
|
||||
msgid "You can't merge purchase orders that aren't in draft state like: {}"
|
||||
msgstr "You can't merge purchase orders that aren't in draft state like: {}"
|
||||
|
||||
#. module: purchase_merge
|
||||
#. odoo-python
|
||||
#: code:addons/purchase_merge/wizard/purchase_merge.py:0
|
||||
#: code:addons/purchase_merge/wizard/purchase_merge.py
|
||||
#, python-format
|
||||
msgid "You can't merge purchase orders with different currencies: %s"
|
||||
msgstr "You can't merge purchase orders with different currencies: %s"
|
||||
|
||||
#. module: purchase_merge
|
||||
#. odoo-python
|
||||
#: code:addons/purchase_merge/wizard/purchase_merge.py:0
|
||||
#: code:addons/purchase_merge/wizard/purchase_merge.py
|
||||
#, python-format
|
||||
msgid "You can't merge purchase orders with different fiscal positions: %s"
|
||||
msgstr "You can't merge purchase orders with different fiscal positions: %s"
|
||||
|
||||
#. module: purchase_merge
|
||||
#. odoo-python
|
||||
#: code:addons/purchase_merge/wizard/purchase_merge.py:0
|
||||
#: code:addons/purchase_merge/wizard/purchase_merge.py
|
||||
#, python-format
|
||||
msgid "You can't merge purchase orders with different incoterms: %s"
|
||||
msgstr "You can't merge purchase orders with different incoterms: %s"
|
||||
|
||||
#. module: purchase_merge
|
||||
#. odoo-python
|
||||
#: code:addons/purchase_merge/wizard/purchase_merge.py:0
|
||||
#: code:addons/purchase_merge/wizard/purchase_merge.py
|
||||
#, python-format
|
||||
msgid "You can't merge purchase orders with different payment terms: %s"
|
||||
msgstr "You can't merge purchase orders with different payment terms: %s"
|
||||
|
||||
#. module: purchase_merge
|
||||
#. odoo-python
|
||||
#: code:addons/purchase_merge/wizard/purchase_merge.py:0
|
||||
#: code:addons/purchase_merge/wizard/purchase_merge.py
|
||||
#, python-format
|
||||
msgid "You can't merge purchase orders with different picking types: %s"
|
||||
msgstr "You can't merge purchase orders with different picking types: %s"
|
||||
|
||||
#. module: purchase_merge
|
||||
#. odoo-python
|
||||
#: code:addons/purchase_merge/wizard/purchase_merge.py:0
|
||||
#: code:addons/purchase_merge/wizard/purchase_merge.py
|
||||
#, python-format
|
||||
msgid "You can't merge purchase orders with different suppliers: %s"
|
||||
msgstr "You can't merge purchase orders with different suppliers: %s"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue