diff --git a/bi_sql_editor/README.rst b/bi_sql_editor/README.rst index fc565181..cb85f153 100644 --- a/bi_sql_editor/README.rst +++ b/bi_sql_editor/README.rst @@ -76,7 +76,6 @@ Installation * You must put this module as `server_wide_modules` in your odoo configuration file or add '--load=bi_sql_editor' if you start odoo in command line. - Configuration ============= @@ -87,12 +86,12 @@ To configure this module, you need to: * tip your SQL request - .. figure:: /bi_sql_editor/static/description/01_sql_request.png + .. figure:: https://raw.githubusercontent.com/bi_sql_editor/static/description/01_sql_request.png :width: 800 px * Select the group(s) that could have access to the view - .. figure:: /bi_sql_editor/static/description/02_security_access.png + .. figure:: https://raw.githubusercontent.com/bi_sql_editor/static/description/02_security_access.png :width: 800 px * Click on the button 'Clean and Check Request' @@ -102,7 +101,7 @@ To configure this module, you need to: and set if it will be displayed on the pivot graph as a column, a row or a measure. - .. figure:: /bi_sql_editor/static/description/03_field_mapping.png + .. figure:: https://raw.githubusercontent.com/bi_sql_editor/static/description/03_field_mapping.png :width: 800 px * Click on the button 'Create SQL View, Indexes and Models'. (this step could @@ -114,7 +113,7 @@ To configure this module, you need to: the view. You can so define the frequency of the refresh. * the size of view (and the indexes is displayed) - .. figure:: /bi_sql_editor/static/description/04_materialized_view_setting.png + .. figure:: https://raw.githubusercontent.com/bi_sql_editor/static/description/04_materialized_view_setting.png :width: 800 px * Finally, click on 'Create UI', to create new menu, action, graph view and @@ -129,12 +128,12 @@ To use this module, you need to: #. Select the desired report - .. figure:: /bi_sql_editor/static/description/05_reporting_pivot.png + .. figure:: https://raw.githubusercontent.com/bi_sql_editor/static/description/05_reporting_pivot.png :width: 800 px * You can switch to 'Pie' chart or 'Line Chart' as any report, - .. figure:: /bi_sql_editor/static/description/05_reporting_pie.png + .. figure:: https://raw.githubusercontent.com/bi_sql_editor/static/description/05_reporting_pie.png :width: 800 px Bug Tracker diff --git a/bi_sql_editor/static/description/index.html b/bi_sql_editor/static/description/index.html index c004e69c..ec2b5e13 100644 --- a/bi_sql_editor/static/description/index.html +++ b/bi_sql_editor/static/description/index.html @@ -3,13 +3,13 @@ - + BI SQL Editor