Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> | BI Views builder, based on Materialized or Normal SQL Views
[bi_sql_editor](bi_sql_editor/) | 19.0.2.0.1 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> | BI Views builder, based on Materialized or Normal SQL Views
[kpi](kpi/) | 19.0.1.0.0 | <a href='https://github.com/max3903'><img src='https://github.com/max3903.png' width='32' height='32' style='border-radius:50%;' alt='max3903'/></a> | Key Performance Indicators
[pdf_xml_attachment](pdf_xml_attachment/) | 19.0.1.0.0 | <a href='https://github.com/simahawk'><img src='https://github.com/simahawk.png' width='32' height='32' style='border-radius:50%;' alt='simahawk'/></a> <a href='https://github.com/alexis-via'><img src='https://github.com/alexis-via.png' width='32' height='32' style='border-radius:50%;' alt='alexis-via'/></a> | Provides helpers to work w/ PDFs and XML attachments
[report_context](report_context/) | 19.0.1.0.0 | | Adding context to reports
Expand Down
6 changes: 4 additions & 2 deletions bi_sql_editor/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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|

Expand Down
2 changes: 1 addition & 1 deletion bi_sql_editor/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down
23 changes: 21 additions & 2 deletions bi_sql_editor/i18n/am.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
23 changes: 21 additions & 2 deletions bi_sql_editor/i18n/ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
23 changes: 21 additions & 2 deletions bi_sql_editor/i18n/bg.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
21 changes: 19 additions & 2 deletions bi_sql_editor/i18n/bi_sql_editor.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
23 changes: 21 additions & 2 deletions bi_sql_editor/i18n/bs.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
Loading