mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 03:12: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
c13d931fb2
commit
d62fb585d6
171 changed files with 3251 additions and 8127 deletions
|
|
@ -15,21 +15,21 @@ msgstr ""
|
|||
|
||||
#. module: base_time_window
|
||||
#. odoo-python
|
||||
#: code:addons/base_time_window/models/time_window_mixin.py:0
|
||||
#: code:addons/base_time_window/models/time_window_mixin.py
|
||||
#, python-format
|
||||
msgid "%(end_time)s must be > %(start_time)s"
|
||||
msgstr "%(end_time)s mora biti > %(start_time)s"
|
||||
|
||||
#. module: base_time_window
|
||||
#. odoo-python
|
||||
#: code:addons/base_time_window/models/time_window_mixin.py:0
|
||||
#: code:addons/base_time_window/models/time_window_mixin.py
|
||||
#, python-format
|
||||
msgid "%(record_name)s overlaps %(other_name)s"
|
||||
msgstr "%(record_name)s se preklapa sa %(other_name)s"
|
||||
|
||||
#. module: base_time_window
|
||||
#. odoo-python
|
||||
#: code:addons/base_time_window/models/time_window_mixin.py:0
|
||||
#: code:addons/base_time_window/models/time_window_mixin.py
|
||||
#, python-format
|
||||
msgid "At least one time.weekday is required"
|
||||
msgstr "Potreban je najmanje jedan time.weekday"
|
||||
|
|
@ -61,7 +61,7 @@ msgstr "Od"
|
|||
|
||||
#. module: base_time_window
|
||||
#. odoo-python
|
||||
#: code:addons/base_time_window/models/time_window_mixin.py:0
|
||||
#: code:addons/base_time_window/models/time_window_mixin.py
|
||||
#, python-format
|
||||
msgid "Hour should be between 00 and 23"
|
||||
msgstr "Sat treba biti između 00 i 23"
|
||||
|
|
@ -98,8 +98,7 @@ msgstr "Naziv:"
|
|||
|
||||
#. module: base_time_window
|
||||
#. odoo-python
|
||||
#: code:addons/base_time_window/models/time_weekday.py:0
|
||||
#: model:ir.model.constraint,message:base_time_window.constraint_time_weekday_name_uniq
|
||||
#: code:addons/base_time_window/models/time_weekday.py
|
||||
#, python-format
|
||||
msgid "Name must be unique"
|
||||
msgstr "Naziv mora biti jedinstven"
|
||||
|
|
@ -111,7 +110,6 @@ msgstr "Subota"
|
|||
|
||||
#. module: base_time_window
|
||||
#: model:ir.model.fields,field_description:base_time_window.field_time_weekday__smart_search
|
||||
#: model:ir.model.fields,field_description:base_time_window.field_time_window_mixin__smart_search
|
||||
msgid "Smart Search"
|
||||
msgstr "Pametna pretraga"
|
||||
|
||||
|
|
@ -157,7 +155,7 @@ msgstr "Srijeda"
|
|||
|
||||
#. module: base_time_window
|
||||
#. odoo-python
|
||||
#: code:addons/base_time_window/models/time_window_mixin.py:0
|
||||
#: code:addons/base_time_window/models/time_window_mixin.py
|
||||
#, python-format
|
||||
msgid "{days}: From {start} to {end}"
|
||||
msgstr "{days}: Od {start} do {end}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue