diff --git a/README.md b/README.md
index c9a0d73904..6b5928d50d 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Available addons
addon | version | maintainers | summary
--- | --- | --- | ---
[base_comment_template](base_comment_template/) | 19.0.0.0.1 | | Add conditional mako template to any reporton models that inherits comment.template.
-[bi_sql_editor](bi_sql_editor/) | 19.0.1.0.1 |
| BI Views builder, based on Materialized or Normal SQL Views
+[bi_sql_editor](bi_sql_editor/) | 19.0.2.0.1 |
| BI Views builder, based on Materialized or Normal SQL Views
[kpi](kpi/) | 19.0.1.0.0 |
| Key Performance Indicators
[pdf_xml_attachment](pdf_xml_attachment/) | 19.0.1.0.0 |
| Provides helpers to work w/ PDFs and XML attachments
[report_context](report_context/) | 19.0.1.0.0 | | Adding context to reports
diff --git a/bi_sql_editor/README.rst b/bi_sql_editor/README.rst
index 13e0b73a87..40240330be 100644
--- a/bi_sql_editor/README.rst
+++ b/bi_sql_editor/README.rst
@@ -11,7 +11,7 @@ BI SQL Editor
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:9a7186167db4d48168e2f8f904d2fd9e6ef20d25fcf521a350050d270feb036e
+ !! source digest: sha256:1d03a5c1682f82ee48f4bb0d569d069e5df0dad0b1c83afc67fa178e9844fd5e
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -106,7 +106,9 @@ to make reporting depending on the current companies of the user.
- Once the sql request checked, the module analyses the column of the
view, and propose field mapping. For each field, you can decide to
create an index and set if it will be displayed on the pivot graph as
- a column, a row or a measure.
+ a column, a row or a measure. On top of that, if the field is of type
+ Many2one, you can also select the option to be clickable on the list
+ view.
|image3|
diff --git a/bi_sql_editor/__manifest__.py b/bi_sql_editor/__manifest__.py
index 0e6c635079..c0568a8853 100644
--- a/bi_sql_editor/__manifest__.py
+++ b/bi_sql_editor/__manifest__.py
@@ -5,7 +5,7 @@
{
"name": "BI SQL Editor",
"summary": "BI Views builder, based on Materialized or Normal SQL Views",
- "version": "19.0.1.0.1",
+ "version": "19.0.2.0.1",
"license": "AGPL-3",
"category": "Reporting",
"author": "GRAP,Odoo Community Association (OCA)",
diff --git a/bi_sql_editor/i18n/am.po b/bi_sql_editor/i18n/am.po
index 1a0c56b35e..bb6a4569bd 100644
--- a/bi_sql_editor/i18n/am.po
+++ b/bi_sql_editor/i18n/am.po
@@ -121,7 +121,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -320,6 +322,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -353,6 +362,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -467,6 +481,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -505,7 +524,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/ar.po b/bi_sql_editor/i18n/ar.po
index 94eeb205f6..b08fa88a7d 100644
--- a/bi_sql_editor/i18n/ar.po
+++ b/bi_sql_editor/i18n/ar.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/bg.po b/bi_sql_editor/i18n/bg.po
index 4f1327c2d2..d5416cbf15 100644
--- a/bi_sql_editor/i18n/bg.po
+++ b/bi_sql_editor/i18n/bg.po
@@ -121,7 +121,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -320,6 +322,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -353,6 +362,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -467,6 +481,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -505,7 +524,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/bi_sql_editor.pot b/bi_sql_editor/i18n/bi_sql_editor.pot
index 1b3be55c46..8c98527683 100644
--- a/bi_sql_editor/i18n/bi_sql_editor.pot
+++ b/bi_sql_editor/i18n/bi_sql_editor.pot
@@ -116,7 +116,7 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid "Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or \"form\""
msgstr ""
#. module: bi_sql_editor
@@ -313,6 +313,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -346,6 +353,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -460,6 +472,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -498,7 +515,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/bs.po b/bi_sql_editor/i18n/bs.po
index 5287378858..1e16096a72 100644
--- a/bi_sql_editor/i18n/bs.po
+++ b/bi_sql_editor/i18n/bs.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/ca.po b/bi_sql_editor/i18n/ca.po
index 11b61dc5b4..213f7d929c 100644
--- a/bi_sql_editor/i18n/ca.po
+++ b/bi_sql_editor/i18n/ca.po
@@ -131,9 +131,10 @@ msgstr "Columna"
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
-"Text separat per comes. Valors possibles: \"graph\", \"pivot\" o \"list\""
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__computed_action_context
@@ -347,6 +348,13 @@ msgstr ""
"Si està ple, la consulta s'executarà contra una BD externa, configurada al "
"fitxer principal de configuració de Odoo. "
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -382,6 +390,11 @@ msgstr "Està agrupat per"
msgid "Is Index"
msgstr "És índex"
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -500,6 +513,11 @@ msgstr "Acció Odoo"
msgid "Odoo Cron"
msgstr "Cron Odoo"
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -538,8 +556,8 @@ msgstr "Vista de cerca Odoo"
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
-msgstr "Només estan suportades les vistes gràfic, pivot o llista"
+msgid "Only graph, pivot, list or form views are supported"
+msgstr ""
#. module: bi_sql_editor
#: model_terms:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
@@ -880,6 +898,14 @@ msgstr "selecció"
msgid "sequence"
msgstr "seqüència"
+#~ msgid ""
+#~ "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+#~ msgstr ""
+#~ "Text separat per comes. Valors possibles: \"graph\", \"pivot\" o \"list\""
+
+#~ msgid "Only graph, pivot or list views are supported"
+#~ msgstr "Només estan suportades les vistes gràfic, pivot o llista"
+
#~ msgid ""
#~ "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"tree\""
#~ msgstr ""
diff --git a/bi_sql_editor/i18n/cs.po b/bi_sql_editor/i18n/cs.po
index c08e3d4b36..a586c84cbe 100644
--- a/bi_sql_editor/i18n/cs.po
+++ b/bi_sql_editor/i18n/cs.po
@@ -121,7 +121,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -320,6 +322,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -353,6 +362,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -467,6 +481,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -505,7 +524,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/da.po b/bi_sql_editor/i18n/da.po
index be8fac9c4a..7b0c6bfe8c 100644
--- a/bi_sql_editor/i18n/da.po
+++ b/bi_sql_editor/i18n/da.po
@@ -132,9 +132,10 @@ msgstr "Kolonne"
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
-"Kommasepareret tekst. Mulige værdier: \"graph\", \"pivot\" eller \"list\""
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__computed_action_context
@@ -347,6 +348,13 @@ msgstr ""
"Hvis udfyldt, udføres forespørgslen mod en ekstern database, der er "
"konfigureret i Odoos hovedkonfigurationsfil. "
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -382,6 +390,11 @@ msgstr "Er Gruppér efter"
msgid "Is Index"
msgstr "Er indeks"
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -500,6 +513,11 @@ msgstr "Odoo-handling"
msgid "Odoo Cron"
msgstr "Odoo-cronjob"
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -538,8 +556,8 @@ msgstr "Odoo-søgevisning"
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
-msgstr "Kun graf-, pivot- og listevisninger understøttes"
+msgid "Only graph, pivot, list or form views are supported"
+msgstr ""
#. module: bi_sql_editor
#: model_terms:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
@@ -629,8 +647,8 @@ msgid ""
" * prefix the name of the selectable columns by 'x_';"
msgstr ""
"SQL-anmodning, der indsættes som visning. Vær opmærksom på:\n"
-" * Navngiv alle valgte felter, især ved brug af SQL-funktioner (som EXTRACT, "
-"...);\n"
+" * Navngiv alle valgte felter, især ved brug af SQL-funktioner (som "
+"EXTRACT, ...);\n"
" * Brug ikke 'SELECT *' eller 'SELECT table.*';\n"
" * Præfiks navnene på valgbare kolonner med 'x_';"
@@ -880,6 +898,14 @@ msgstr "selection"
msgid "sequence"
msgstr "sekvens"
+#~ msgid ""
+#~ "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+#~ msgstr ""
+#~ "Kommasepareret tekst. Mulige værdier: \"graph\", \"pivot\" eller \"list\""
+
+#~ msgid "Only graph, pivot or list views are supported"
+#~ msgstr "Kun graf-, pivot- og listevisninger understøttes"
+
#~ msgid "Last Modified on"
#~ msgstr "Sidst ændret den"
diff --git a/bi_sql_editor/i18n/de.po b/bi_sql_editor/i18n/de.po
index 13bf13c62a..b6ea37b959 100644
--- a/bi_sql_editor/i18n/de.po
+++ b/bi_sql_editor/i18n/de.po
@@ -126,7 +126,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -325,6 +327,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -358,6 +367,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -472,6 +486,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -510,7 +529,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/el_GR.po b/bi_sql_editor/i18n/el_GR.po
index c6302005d6..2928d5d049 100644
--- a/bi_sql_editor/i18n/el_GR.po
+++ b/bi_sql_editor/i18n/el_GR.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/en_GB.po b/bi_sql_editor/i18n/en_GB.po
index 73f13c51be..cb6201494c 100644
--- a/bi_sql_editor/i18n/en_GB.po
+++ b/bi_sql_editor/i18n/en_GB.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/es.po b/bi_sql_editor/i18n/es.po
index c932de3ac4..679a51084d 100644
--- a/bi_sql_editor/i18n/es.po
+++ b/bi_sql_editor/i18n/es.po
@@ -129,7 +129,9 @@ msgstr "Columna"
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -344,6 +346,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -379,6 +388,11 @@ msgstr "Se agrupa por"
msgid "Is Index"
msgstr "Es Índice"
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -497,6 +511,11 @@ msgstr "Acción Odoo"
msgid "Odoo Cron"
msgstr "Cron de Odoo"
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -535,7 +554,7 @@ msgstr "Vista de búsqueda Odoo"
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/es_AR.po b/bi_sql_editor/i18n/es_AR.po
index a9bdef47c2..fe8033517c 100644
--- a/bi_sql_editor/i18n/es_AR.po
+++ b/bi_sql_editor/i18n/es_AR.po
@@ -128,7 +128,9 @@ msgstr "Columna"
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -338,6 +340,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -371,6 +380,11 @@ msgstr "Está Agrupado por"
msgid "Is Index"
msgstr "Es Índice"
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -487,6 +501,11 @@ msgstr "Acción de Odoo"
msgid "Odoo Cron"
msgstr "Cron de Odoo"
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -525,7 +544,7 @@ msgstr "Vista de Búsqueda de Odoo"
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/es_CL.po b/bi_sql_editor/i18n/es_CL.po
index 6ae148ba34..8b01f808a8 100644
--- a/bi_sql_editor/i18n/es_CL.po
+++ b/bi_sql_editor/i18n/es_CL.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/es_CO.po b/bi_sql_editor/i18n/es_CO.po
index dd237549b8..a781de6aa0 100644
--- a/bi_sql_editor/i18n/es_CO.po
+++ b/bi_sql_editor/i18n/es_CO.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/es_CR.po b/bi_sql_editor/i18n/es_CR.po
index 783a932759..2eef39fd41 100644
--- a/bi_sql_editor/i18n/es_CR.po
+++ b/bi_sql_editor/i18n/es_CR.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/es_DO.po b/bi_sql_editor/i18n/es_DO.po
index 8e33861dc1..13d0c3e900 100644
--- a/bi_sql_editor/i18n/es_DO.po
+++ b/bi_sql_editor/i18n/es_DO.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/es_EC.po b/bi_sql_editor/i18n/es_EC.po
index 5a0930de66..b4b4ed9870 100644
--- a/bi_sql_editor/i18n/es_EC.po
+++ b/bi_sql_editor/i18n/es_EC.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/es_ES.po b/bi_sql_editor/i18n/es_ES.po
index e213cee4ac..ff84fb771f 100644
--- a/bi_sql_editor/i18n/es_ES.po
+++ b/bi_sql_editor/i18n/es_ES.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/es_MX.po b/bi_sql_editor/i18n/es_MX.po
index a3d5f75b27..5fa6f279a3 100644
--- a/bi_sql_editor/i18n/es_MX.po
+++ b/bi_sql_editor/i18n/es_MX.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/es_PE.po b/bi_sql_editor/i18n/es_PE.po
index f0e8b04c19..eda9ef22c9 100644
--- a/bi_sql_editor/i18n/es_PE.po
+++ b/bi_sql_editor/i18n/es_PE.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/es_PY.po b/bi_sql_editor/i18n/es_PY.po
index 235fecc120..95b1ff5f10 100644
--- a/bi_sql_editor/i18n/es_PY.po
+++ b/bi_sql_editor/i18n/es_PY.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/es_VE.po b/bi_sql_editor/i18n/es_VE.po
index 498663fec5..cd5997508c 100644
--- a/bi_sql_editor/i18n/es_VE.po
+++ b/bi_sql_editor/i18n/es_VE.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/et.po b/bi_sql_editor/i18n/et.po
index 09acd25cca..83a1445cb9 100644
--- a/bi_sql_editor/i18n/et.po
+++ b/bi_sql_editor/i18n/et.po
@@ -121,7 +121,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -320,6 +322,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -353,6 +362,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -467,6 +481,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -505,7 +524,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/eu.po b/bi_sql_editor/i18n/eu.po
index 342e19adee..dd1f69c597 100644
--- a/bi_sql_editor/i18n/eu.po
+++ b/bi_sql_editor/i18n/eu.po
@@ -121,7 +121,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -320,6 +322,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -353,6 +362,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -467,6 +481,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -505,7 +524,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/fa.po b/bi_sql_editor/i18n/fa.po
index 628efbc915..17a4a408e4 100644
--- a/bi_sql_editor/i18n/fa.po
+++ b/bi_sql_editor/i18n/fa.po
@@ -121,7 +121,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -320,6 +322,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -353,6 +362,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -467,6 +481,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -505,7 +524,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/fi.po b/bi_sql_editor/i18n/fi.po
index 7bc79759e2..2486e1227f 100644
--- a/bi_sql_editor/i18n/fi.po
+++ b/bi_sql_editor/i18n/fi.po
@@ -121,7 +121,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -320,6 +322,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -353,6 +362,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -467,6 +481,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -505,7 +524,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/fr.po b/bi_sql_editor/i18n/fr.po
index e06e60a5b2..7cb1c2a19b 100644
--- a/bi_sql_editor/i18n/fr.po
+++ b/bi_sql_editor/i18n/fr.po
@@ -123,7 +123,9 @@ msgstr "Colonne"
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -336,6 +338,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -369,6 +378,11 @@ msgstr "Est 'Grouper Par'"
msgid "Is Index"
msgstr "Est un index"
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -485,6 +499,11 @@ msgstr "Action Odoo"
msgid "Odoo Cron"
msgstr "Cron Odoo"
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -523,7 +542,7 @@ msgstr "Vue de recherche Odoo"
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/fr_CA.po b/bi_sql_editor/i18n/fr_CA.po
index ac5510bdb3..f3916dfb86 100644
--- a/bi_sql_editor/i18n/fr_CA.po
+++ b/bi_sql_editor/i18n/fr_CA.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/fr_CH.po b/bi_sql_editor/i18n/fr_CH.po
index d58befaf93..69b598d6d3 100644
--- a/bi_sql_editor/i18n/fr_CH.po
+++ b/bi_sql_editor/i18n/fr_CH.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/gl.po b/bi_sql_editor/i18n/gl.po
index 23793ea42c..90124dc621 100644
--- a/bi_sql_editor/i18n/gl.po
+++ b/bi_sql_editor/i18n/gl.po
@@ -121,7 +121,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -320,6 +322,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -353,6 +362,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -467,6 +481,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -505,7 +524,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/gl_ES.po b/bi_sql_editor/i18n/gl_ES.po
index 8ad3a60be2..b97a64e55a 100644
--- a/bi_sql_editor/i18n/gl_ES.po
+++ b/bi_sql_editor/i18n/gl_ES.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/he.po b/bi_sql_editor/i18n/he.po
index a3e8d18f8c..a42edd43fb 100644
--- a/bi_sql_editor/i18n/he.po
+++ b/bi_sql_editor/i18n/he.po
@@ -121,7 +121,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -320,6 +322,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -353,6 +362,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -467,6 +481,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -505,7 +524,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/hr.po b/bi_sql_editor/i18n/hr.po
index 8d293954e3..8daec3f48f 100644
--- a/bi_sql_editor/i18n/hr.po
+++ b/bi_sql_editor/i18n/hr.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/hr_HR.po b/bi_sql_editor/i18n/hr_HR.po
index 997ad5491f..e6babac359 100644
--- a/bi_sql_editor/i18n/hr_HR.po
+++ b/bi_sql_editor/i18n/hr_HR.po
@@ -123,7 +123,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -322,6 +324,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -355,6 +364,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -469,6 +483,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -507,7 +526,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/hu.po b/bi_sql_editor/i18n/hu.po
index 895701ff2c..884c64a1d6 100644
--- a/bi_sql_editor/i18n/hu.po
+++ b/bi_sql_editor/i18n/hu.po
@@ -121,7 +121,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -320,6 +322,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -353,6 +362,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -467,6 +481,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -505,7 +524,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/id.po b/bi_sql_editor/i18n/id.po
index 167c504a31..c77e15712e 100644
--- a/bi_sql_editor/i18n/id.po
+++ b/bi_sql_editor/i18n/id.po
@@ -121,7 +121,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -320,6 +322,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -353,6 +362,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -467,6 +481,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -505,7 +524,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/it.po b/bi_sql_editor/i18n/it.po
index ad72d34597..9b7598cf5d 100644
--- a/bi_sql_editor/i18n/it.po
+++ b/bi_sql_editor/i18n/it.po
@@ -134,9 +134,10 @@ msgstr "Colonna"
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
-"Testo separato da virgole. Valori possibili: \"graph\", \"pivot\" or \"list\""
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__computed_action_context
@@ -351,6 +352,13 @@ msgstr ""
"Se compilato, la query verrà eseguita su un database esterno, configurato "
"nel file di configurazione principale di Odoo. "
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -386,6 +394,11 @@ msgstr "È raggruppato per"
msgid "Is Index"
msgstr "È indice"
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -504,6 +517,11 @@ msgstr "Azione Odoo"
msgid "Odoo Cron"
msgstr "Cron Odoo"
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -542,8 +560,8 @@ msgstr "Vista ricerca Odoo"
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
-msgstr "Sono supportate solo viste graph, pivot or list"
+msgid "Only graph, pivot, list or form views are supported"
+msgstr ""
#. module: bi_sql_editor
#: model_terms:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
@@ -887,6 +905,15 @@ msgstr "selection"
msgid "sequence"
msgstr "sequence"
+#~ msgid ""
+#~ "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+#~ msgstr ""
+#~ "Testo separato da virgole. Valori possibili: \"graph\", \"pivot\" or "
+#~ "\"list\""
+
+#~ msgid "Only graph, pivot or list views are supported"
+#~ msgstr "Sono supportate solo viste graph, pivot or list"
+
#~ msgid "SMS Delivery error"
#~ msgstr "Errore consegna SMS"
diff --git a/bi_sql_editor/i18n/ja.po b/bi_sql_editor/i18n/ja.po
index 9934de885c..d950fa099c 100644
--- a/bi_sql_editor/i18n/ja.po
+++ b/bi_sql_editor/i18n/ja.po
@@ -121,7 +121,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -320,6 +322,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -353,6 +362,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -467,6 +481,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -505,7 +524,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/ko.po b/bi_sql_editor/i18n/ko.po
index c6aa803178..34f41c1bd6 100644
--- a/bi_sql_editor/i18n/ko.po
+++ b/bi_sql_editor/i18n/ko.po
@@ -121,7 +121,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -320,6 +322,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -353,6 +362,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -467,6 +481,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -505,7 +524,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/lt.po b/bi_sql_editor/i18n/lt.po
index 5155dc8f7d..e8ace97717 100644
--- a/bi_sql_editor/i18n/lt.po
+++ b/bi_sql_editor/i18n/lt.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/lt_LT.po b/bi_sql_editor/i18n/lt_LT.po
index 748f2606e3..6333e977e4 100644
--- a/bi_sql_editor/i18n/lt_LT.po
+++ b/bi_sql_editor/i18n/lt_LT.po
@@ -123,7 +123,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -322,6 +324,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -355,6 +364,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -469,6 +483,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -507,7 +526,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/lv.po b/bi_sql_editor/i18n/lv.po
index a03778e05c..e0efbeea4a 100644
--- a/bi_sql_editor/i18n/lv.po
+++ b/bi_sql_editor/i18n/lv.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/mk.po b/bi_sql_editor/i18n/mk.po
index beac248424..fd1f5e4b85 100644
--- a/bi_sql_editor/i18n/mk.po
+++ b/bi_sql_editor/i18n/mk.po
@@ -121,7 +121,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -320,6 +322,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -353,6 +362,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -467,6 +481,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -505,7 +524,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/mn.po b/bi_sql_editor/i18n/mn.po
index dc801fb1ec..ab74c51ee7 100644
--- a/bi_sql_editor/i18n/mn.po
+++ b/bi_sql_editor/i18n/mn.po
@@ -121,7 +121,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -320,6 +322,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -353,6 +362,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -467,6 +481,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -505,7 +524,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/nb.po b/bi_sql_editor/i18n/nb.po
index d280c8f233..3749da6274 100644
--- a/bi_sql_editor/i18n/nb.po
+++ b/bi_sql_editor/i18n/nb.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/nb_NO.po b/bi_sql_editor/i18n/nb_NO.po
index f2475fa203..fd68dbab1c 100644
--- a/bi_sql_editor/i18n/nb_NO.po
+++ b/bi_sql_editor/i18n/nb_NO.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/nl.po b/bi_sql_editor/i18n/nl.po
index daed70a6a7..8bf970322c 100644
--- a/bi_sql_editor/i18n/nl.po
+++ b/bi_sql_editor/i18n/nl.po
@@ -121,7 +121,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -320,6 +322,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -353,6 +362,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -467,6 +481,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -505,7 +524,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/nl_BE.po b/bi_sql_editor/i18n/nl_BE.po
index 091afda081..60089b9282 100644
--- a/bi_sql_editor/i18n/nl_BE.po
+++ b/bi_sql_editor/i18n/nl_BE.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/nl_NL.po b/bi_sql_editor/i18n/nl_NL.po
index 3e27363a93..e09b687916 100644
--- a/bi_sql_editor/i18n/nl_NL.po
+++ b/bi_sql_editor/i18n/nl_NL.po
@@ -123,7 +123,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -322,6 +324,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -355,6 +364,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -469,6 +483,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -507,7 +526,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/pl.po b/bi_sql_editor/i18n/pl.po
index 8d6861cfb2..18ddf7d276 100644
--- a/bi_sql_editor/i18n/pl.po
+++ b/bi_sql_editor/i18n/pl.po
@@ -123,7 +123,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -322,6 +324,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -355,6 +364,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -469,6 +483,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -507,7 +526,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/pt.po b/bi_sql_editor/i18n/pt.po
index a557ea83f7..117ff140b0 100644
--- a/bi_sql_editor/i18n/pt.po
+++ b/bi_sql_editor/i18n/pt.po
@@ -121,7 +121,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -320,6 +322,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -353,6 +362,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -467,6 +481,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -505,7 +524,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/pt_BR.po b/bi_sql_editor/i18n/pt_BR.po
index 468dedbea9..06d440e106 100644
--- a/bi_sql_editor/i18n/pt_BR.po
+++ b/bi_sql_editor/i18n/pt_BR.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/pt_PT.po b/bi_sql_editor/i18n/pt_PT.po
index 02ad9ecd57..e664a52ae4 100644
--- a/bi_sql_editor/i18n/pt_PT.po
+++ b/bi_sql_editor/i18n/pt_PT.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/ro.po b/bi_sql_editor/i18n/ro.po
index d0657810ac..1af5e72d9f 100644
--- a/bi_sql_editor/i18n/ro.po
+++ b/bi_sql_editor/i18n/ro.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/ru.po b/bi_sql_editor/i18n/ru.po
index 24bc449d22..ca8a6de1a7 100644
--- a/bi_sql_editor/i18n/ru.po
+++ b/bi_sql_editor/i18n/ru.po
@@ -123,7 +123,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -322,6 +324,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -355,6 +364,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -469,6 +483,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -507,7 +526,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/sk.po b/bi_sql_editor/i18n/sk.po
index 8f740ccc3c..10c74d73c6 100644
--- a/bi_sql_editor/i18n/sk.po
+++ b/bi_sql_editor/i18n/sk.po
@@ -121,7 +121,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -320,6 +322,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -353,6 +362,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -467,6 +481,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -505,7 +524,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/sl.po b/bi_sql_editor/i18n/sl.po
index e127941ee9..2799333889 100644
--- a/bi_sql_editor/i18n/sl.po
+++ b/bi_sql_editor/i18n/sl.po
@@ -129,7 +129,9 @@ msgstr "Stolpec"
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -338,6 +340,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -371,6 +380,11 @@ msgstr "je združi po"
msgid "Is Index"
msgstr "je indeks"
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -488,6 +502,11 @@ msgstr "Odoo dejanje"
msgid "Odoo Cron"
msgstr "Odoo Cron"
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -526,7 +545,7 @@ msgstr "Odoo iskalni prikaz"
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/sr.po b/bi_sql_editor/i18n/sr.po
index dfd7103d42..bcf9b16b89 100644
--- a/bi_sql_editor/i18n/sr.po
+++ b/bi_sql_editor/i18n/sr.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/sr@latin.po b/bi_sql_editor/i18n/sr@latin.po
index 854bfa8a88..c9b7603afe 100644
--- a/bi_sql_editor/i18n/sr@latin.po
+++ b/bi_sql_editor/i18n/sr@latin.po
@@ -123,7 +123,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -322,6 +324,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -355,6 +364,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -469,6 +483,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -507,7 +526,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/sv.po b/bi_sql_editor/i18n/sv.po
index fd1b62602b..072151c520 100644
--- a/bi_sql_editor/i18n/sv.po
+++ b/bi_sql_editor/i18n/sv.po
@@ -131,9 +131,10 @@ msgstr "Kolumn"
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
-"Kommaavgränsad text. Möjliga värden: \"graph\", \"pivot\" eller \"list\""
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__computed_action_context
@@ -349,6 +350,13 @@ msgstr ""
"Om ifyllt körs frågan mot en extern databas, konfigurerad i Odoos "
"huvudkonfigurationsfil. "
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -384,6 +392,11 @@ msgstr "Är grupperad av"
msgid "Is Index"
msgstr "Är Index"
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -502,6 +515,11 @@ msgstr "Odoo-åtgärd"
msgid "Odoo Cron"
msgstr "Odoo Cron"
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -540,8 +558,8 @@ msgstr "Odoo Sök vy"
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
-msgstr "Endast vyerna graph, pivot och list stöds"
+msgid "Only graph, pivot, list or form views are supported"
+msgstr ""
#. module: bi_sql_editor
#: model_terms:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
@@ -883,6 +901,14 @@ msgstr "urval"
msgid "sequence"
msgstr "sekvens"
+#~ msgid ""
+#~ "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+#~ msgstr ""
+#~ "Kommaavgränsad text. Möjliga värden: \"graph\", \"pivot\" eller \"list\""
+
+#~ msgid "Only graph, pivot or list views are supported"
+#~ msgstr "Endast vyerna graph, pivot och list stöds"
+
#~ msgid "SMS Delivery error"
#~ msgstr "Fel vid leverans av SMS"
diff --git a/bi_sql_editor/i18n/th.po b/bi_sql_editor/i18n/th.po
index df30f2f0ad..54aca4953f 100644
--- a/bi_sql_editor/i18n/th.po
+++ b/bi_sql_editor/i18n/th.po
@@ -121,7 +121,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -320,6 +322,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -353,6 +362,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -467,6 +481,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -505,7 +524,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/tr.po b/bi_sql_editor/i18n/tr.po
index d6ee46c550..ee993ed5e6 100644
--- a/bi_sql_editor/i18n/tr.po
+++ b/bi_sql_editor/i18n/tr.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/tr_TR.po b/bi_sql_editor/i18n/tr_TR.po
index f5b56f075d..f591a46ee1 100644
--- a/bi_sql_editor/i18n/tr_TR.po
+++ b/bi_sql_editor/i18n/tr_TR.po
@@ -123,7 +123,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -322,6 +324,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -355,6 +364,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -469,6 +483,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -507,7 +526,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/uk.po b/bi_sql_editor/i18n/uk.po
index f589820744..e13a18cf08 100644
--- a/bi_sql_editor/i18n/uk.po
+++ b/bi_sql_editor/i18n/uk.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/vi.po b/bi_sql_editor/i18n/vi.po
index 7a2db180f1..05703c7c7a 100644
--- a/bi_sql_editor/i18n/vi.po
+++ b/bi_sql_editor/i18n/vi.po
@@ -121,7 +121,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -320,6 +322,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -353,6 +362,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -467,6 +481,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -505,7 +524,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/vi_VN.po b/bi_sql_editor/i18n/vi_VN.po
index 2e62fe12fa..bccfc044cf 100644
--- a/bi_sql_editor/i18n/vi_VN.po
+++ b/bi_sql_editor/i18n/vi_VN.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/zh_CN.po b/bi_sql_editor/i18n/zh_CN.po
index 6b336d1d6b..43d22535f7 100644
--- a/bi_sql_editor/i18n/zh_CN.po
+++ b/bi_sql_editor/i18n/zh_CN.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/i18n/zh_TW.po b/bi_sql_editor/i18n/zh_TW.po
index 94ecb7609f..7112fac638 100644
--- a/bi_sql_editor/i18n/zh_TW.po
+++ b/bi_sql_editor/i18n/zh_TW.po
@@ -122,7 +122,9 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view__view_order
-msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"list\""
+msgid ""
+"Comma-separated text. Possible values: \"graph\", \"pivot\", \"list\" or "
+"\"form\""
msgstr ""
#. module: bi_sql_editor
@@ -321,6 +323,13 @@ msgid ""
"configured in Odoo main configuration file. "
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid ""
+"If the field is of type Many2one and the option is enabled, the field will "
+"be clickable on the list view."
+msgstr ""
+
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view_field.py:0
@@ -354,6 +363,11 @@ msgstr ""
msgid "Is Index"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field__is_many2one_clickable
+msgid "Is Many2One Clickable"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__is_materialized
msgid "Is Materialized View"
@@ -468,6 +482,11 @@ msgstr ""
msgid "Odoo Cron"
msgstr ""
+#. module: bi_sql_editor
+#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__form_view_id
+msgid "Odoo Form View"
+msgstr ""
+
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view__graph_view_id
msgid "Odoo Graph View"
@@ -506,7 +525,7 @@ msgstr ""
#. module: bi_sql_editor
#. odoo-python
#: code:addons/bi_sql_editor/models/bi_sql_view.py:0
-msgid "Only graph, pivot or list views are supported"
+msgid "Only graph, pivot, list or form views are supported"
msgstr ""
#. module: bi_sql_editor
diff --git a/bi_sql_editor/migrations/19.0.2.0.0/end-migration.py b/bi_sql_editor/migrations/19.0.2.0.0/end-migration.py
new file mode 100644
index 0000000000..2503c9c596
--- /dev/null
+++ b/bi_sql_editor/migrations/19.0.2.0.0/end-migration.py
@@ -0,0 +1,14 @@
+# Copyright (C) 2024 - Today: GRAP (http://www.grap.coop)
+# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
+
+from openupgradelib import openupgrade
+
+
+@openupgrade.migrate()
+def migrate(env, version):
+ for view in env["bi.sql.view"].search([("state", "=", "ui_valid")]):
+ # create new Form view
+ view.form_view_id = env["ir.ui.view"].create(view._prepare_form_view()).id
+ # Update tree view, to add sum / avg option
+ view.tree_view_id.write(view._prepare_tree_view())
diff --git a/bi_sql_editor/models/bi_sql_view.py b/bi_sql_editor/models/bi_sql_view.py
index 33dfe9519c..44b02d6527 100644
--- a/bi_sql_editor/models/bi_sql_view.py
+++ b/bi_sql_editor/models/bi_sql_view.py
@@ -72,7 +72,8 @@ class BiSQLView(models.Model):
view_order = fields.Char(
required=True,
default="pivot,graph,list",
- help='Comma-separated text. Possible values: "graph", "pivot" or "list"',
+ help="Comma-separated text. Possible values:"
+ ' "graph", "pivot", "list" or "form"',
)
query = fields.Text(
@@ -110,6 +111,7 @@ class BiSQLView(models.Model):
)
model_id = fields.Many2one(string="Odoo Model", comodel_name="ir.model")
+
# UI related fields
# 1. Editable fields, which can be set by the user (optional) before
# creating the UI elements
@@ -131,6 +133,8 @@ def _default_parent_menu_id(self):
)
# 2. Readonly fields, non editable by the user
+ form_view_id = fields.Many2one(string="Odoo Form View", comodel_name="ir.ui.view")
+
tree_view_id = fields.Many2one(string="Odoo List View", comodel_name="ir.ui.view")
graph_view_id = fields.Many2one(string="Odoo Graph View", comodel_name="ir.ui.view")
@@ -173,9 +177,11 @@ def _check_view_order(self):
for rec in self:
if rec.view_order:
for vtype in rec.view_order.split(","):
- if vtype not in ("graph", "pivot", "list"):
+ if vtype not in ("graph", "pivot", "list", "form"):
raise UserError(
- self.env._("Only graph, pivot or list views are supported")
+ self.env._(
+ "Only graph, pivot, list or form views are supported"
+ )
)
# Compute Section
@@ -286,6 +292,7 @@ def button_create_sql_view_and_model(self):
def button_reset_to_model_valid(self):
views = self.filtered(lambda x: x.state == "ui_valid")
+ views.mapped("form_view_id").unlink()
views.mapped("tree_view_id").unlink()
views.mapped("graph_view_id").unlink()
views.mapped("pivot_view_id").unlink()
@@ -313,6 +320,7 @@ def button_set_draft(self):
return super().button_set_draft()
def button_create_ui(self):
+ self.form_view_id = self.env["ir.ui.view"].create(self._prepare_form_view()).id
self.tree_view_id = self.env["ir.ui.view"].create(self._prepare_tree_view()).id
self.graph_view_id = (
self.env["ir.ui.view"].create(self._prepare_graph_view()).id
@@ -406,6 +414,19 @@ def _prepare_rule(self):
"global": True,
}
+ def _prepare_form_view(self):
+ self.ensure_one()
+ return {
+ "name": self.name,
+ "type": "form",
+ "model": self.model_id.model,
+ "arch": """"""
+ """
This module extends the functionality of reporting, to support creation @@ -443,7 +443,9 @@
Once the sql request checked, the module analyses the column of the view, and propose field mapping. For each field, you can decide to create an index and set if it will be displayed on the pivot graph as -a column, a row or a measure.
+a column, a row or a measure. On top of that, if the field is of type +Many2one, you can also select the option to be clickable on the list +view.
Click on the button ‘Create SQL elements’. (this step could take a
diff --git a/bi_sql_editor/views/view_bi_sql_view.xml b/bi_sql_editor/views/view_bi_sql_view.xml
index 3c2fa79c2c..76186b7d2b 100644
--- a/bi_sql_editor/views/view_bi_sql_view.xml
+++ b/bi_sql_editor/views/view_bi_sql_view.xml
@@ -128,6 +128,11 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
required="ttype == 'many2one'"
readonly="state in ('model_valid', 'ui_valid')"
/>
+