mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 19:32: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
c13d931fb2
commit
d62fb585d6
171 changed files with 3251 additions and 8127 deletions
|
|
@ -40,8 +40,6 @@ msgstr "Potvrdi otkazivanje"
|
|||
|
||||
#. module: base_cancel_confirm
|
||||
#: model:ir.actions.act_window,name:base_cancel_confirm.action_cancel_confirm_wizard
|
||||
#: model:ir.model,name:base_cancel_confirm.model_base_cancel_confirm
|
||||
#: model_terms:ir.ui.view,arch_db:base_cancel_confirm.view_cancel_confirm_wizard
|
||||
msgid "Cancel Confirmation"
|
||||
msgstr "Potvrda otkazivanja"
|
||||
|
||||
|
|
@ -52,13 +50,12 @@ msgstr "Otkazivanje potvrđeno"
|
|||
|
||||
#. module: base_cancel_confirm
|
||||
#: model:ir.model.fields,field_description:base_cancel_confirm.field_base_cancel_confirm__cancel_reason
|
||||
#: model:ir.model.fields,field_description:base_cancel_confirm.field_cancel_confirm__cancel_reason
|
||||
msgid "Cancel Reason"
|
||||
msgstr "Razlog otkazivanja"
|
||||
|
||||
#. module: base_cancel_confirm
|
||||
#. odoo-python
|
||||
#: code:addons/base_cancel_confirm/model/base_cancel_confirm.py:0
|
||||
#: code:addons/base_cancel_confirm/model/base_cancel_confirm.py
|
||||
#, python-format
|
||||
msgid "Configuration Error (%s), should be 'True' or 'False'"
|
||||
msgstr "Greška konfiguracije (%s), treba biti 'True' ili 'False'"
|
||||
|
|
@ -111,7 +108,7 @@ msgstr "Zadnje ažurirano"
|
|||
#. module: base_cancel_confirm
|
||||
#: model:ir.model.fields.selection,name:base_cancel_confirm.selection__cancel_confirm__has_cancel_reason__no
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
msgstr "Ništa"
|
||||
|
||||
#. module: base_cancel_confirm
|
||||
#: model:ir.model.fields.selection,name:base_cancel_confirm.selection__cancel_confirm__has_cancel_reason__optional
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue