mirror of
https://github.com/bringout/oca-ocb-technical.git
synced 2026-04-18 05:12:06 +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
88b19d74eb
commit
13ecab7d7d
5 changed files with 1001 additions and 264 deletions
|
|
@ -21,6 +21,8 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
"<b>Tip kompanije</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -28,6 +30,8 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
"<b>Osnovana</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -35,6 +39,8 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
"<b>Korišćene tehnologije</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -42,6 +48,8 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
"<b>E-mail</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -49,6 +57,8 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
"<b>Vremenska zona</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -56,6 +66,8 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
"<b>Sektori</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -63,6 +75,8 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
"<b>Procijenjeni prihod</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -70,6 +84,8 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
"<b>Telefon</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -77,6 +93,8 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
"<b>Twitter</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -84,12 +102,15 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
"<b>Zaposlenici</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> godišnje</span>"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
|
|
@ -100,6 +121,7 @@ msgstr "Logo tvtke"
|
|||
msgid "IAP Account"
|
||||
msgstr "IAP Račun"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue