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:
Ernad Husremovic 2025-11-05 23:02:34 +01:00
parent f16e38e259
commit 4c3046d5ae
34 changed files with 965 additions and 817 deletions

View file

@ -23,15 +23,22 @@ msgid ""
"</div>\n"
" "
msgstr ""
"<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
"\n"
" <p>Izvještaj <t t-out=\"object.name or ''\"></t> ćete pronaći kao prilog emaila.</p>\n"
"\n"
"</div>\n"
#. module: sql_export_mail
#. odoo-python
#: code:addons/sql_export_mail/models/sql_export.py:0
#: code:addons/sql_export_mail/models/sql_export.py
#, python-format
msgid ""
"A query that uses the company_id or user_id parameter cannot be directly "
"sent to a partner."
msgstr ""
"Upit koji koristi company_id ili user_id parametar ne može biti direktno "
"poslan partneru."
#. module: sql_export_mail
#: model:ir.model.fields,help:sql_export_mail.field_sql_export__mail_partner_ids
@ -39,6 +46,8 @@ msgid ""
"Add the partners who wants to receive the report by e-mail. You need to link"
" the sql query with a cron to send a mail automatically"
msgstr ""
"Dodajte partnere koji žele primiti izvještaj emailom. Morate povezati SQL "
"upit sa cronom da automatski pošaljete email"
#. module: sql_export_mail
#: model:ir.model.fields,help:sql_export_mail.field_sql_export__mail_user_ids
@ -46,6 +55,8 @@ msgid ""
"Add the users who want to receive the report by e-mail. You need to link the"
" sql query with a cron to send mail automatically"
msgstr ""
"Dodajte korisnike koji žele primiti izvještaj emailom. Morate povezati SQL "
"upit sa cronom da automatski pošaljete email"
#. module: sql_export_mail
#: model_terms:ir.ui.view,arch_db:sql_export_mail.sql_export_mail_view_form
@ -54,7 +65,6 @@ msgstr "Kreiraj Cron"
#. module: sql_export_mail
#: model:ir.model.fields,field_description:sql_export_mail.field_sql_export__cron_ids
#: model_terms:ir.ui.view,arch_db:sql_export_mail.sql_export_mail_view_form
msgid "Crons"
msgstr "Cronovi"
@ -65,17 +75,19 @@ msgstr "Datoteka nije prazna"
#. module: sql_export_mail
#. odoo-python
#: code:addons/sql_export_mail/models/sql_export.py:0
#: code:addons/sql_export_mail/models/sql_export.py
#, python-format
msgid ""
"It is not possible to execute and send a query automatically by mail if "
"there are parameters to fill"
msgstr ""
"Nije moguće izvršiti i poslati upit automatski emailom ako ima parametara za"
" popunjavanje"
#. module: sql_export_mail
#: model_terms:ir.ui.view,arch_db:sql_export_mail.sql_export_mail_view_form
msgid "Mail"
msgstr "Mail"
msgstr "Email"
#. module: sql_export_mail
#: model:ir.model.fields,field_description:sql_export_mail.field_sql_export__mail_condition
@ -89,7 +101,7 @@ msgstr "Email partner"
#. module: sql_export_mail
#. odoo-python
#: code:addons/sql_export_mail/models/sql_export.py:0
#: code:addons/sql_export_mail/models/sql_export.py
#, python-format
msgid "Missing email address for partner(s): %(names)s"
msgstr "Nedostaju email adrese za partnera(e): %(names)s"
@ -111,7 +123,7 @@ msgstr "SQL izvoz"
#. module: sql_export_mail
#. odoo-python
#: code:addons/sql_export_mail/models/sql_export.py:0
#: code:addons/sql_export_mail/models/sql_export.py
#, python-format
msgid "The user does not have any e-mail address."
msgstr "Korisnik nema email adresu."