mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 03:31:59 +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,7 @@ msgstr "Poruka potvrde"
|
|||
|
||||
#. module: confirmation_wizard
|
||||
#. odoo-python
|
||||
#: code:addons/confirmation_wizard/wizard/confirmation_wizard.py:0
|
||||
#: model:ir.actions.act_window,name:confirmation_wizard.confirmation_wizard_action
|
||||
#: code:addons/confirmation_wizard/wizard/confirmation_wizard.py
|
||||
#, python-format
|
||||
msgid "Confirmation"
|
||||
msgstr "Potvrda"
|
||||
|
|
@ -88,14 +87,15 @@ msgstr "Zadnje ažurirano"
|
|||
|
||||
#. module: confirmation_wizard
|
||||
#. odoo-python
|
||||
#: code:addons/confirmation_wizard/wizard/confirmation_wizard.py:0
|
||||
#: code:addons/confirmation_wizard/wizard/confirmation_wizard.py
|
||||
#, python-format
|
||||
msgid "Method '%(callback_method)s' is not found on model '%(res_model)s'."
|
||||
msgstr "Metoda '%(callback_method)s' nije pronađena na modelu '%(res_model)s'."
|
||||
msgstr ""
|
||||
"Metoda '%(callback_method)s' nije pronađena na modelu '%(res_model)s'."
|
||||
|
||||
#. module: confirmation_wizard
|
||||
#. odoo-python
|
||||
#: code:addons/confirmation_wizard/wizard/confirmation_wizard.py:0
|
||||
#: code:addons/confirmation_wizard/wizard/confirmation_wizard.py
|
||||
#, python-format
|
||||
msgid "Records (IDS: '%(ids)s') not found in model '%(model)s'."
|
||||
msgstr "Zapisi (ID-jevi: '%(ids)s') nisu pronađeni u modelu '%(model)s'."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue