[FIX] bi_sql_editor: Fixes images path

Fixes #309
This commit is contained in:
Pedro M. Baeza
2019-07-26 13:51:01 +02:00
committed by David James
parent 0751f66995
commit 7cabbd1697
4 changed files with 18 additions and 18 deletions

View File

@@ -430,12 +430,12 @@ or add load=bi_sql_editor if you start odoo in command line.</li>
</li>
<li><p class="first">tip your SQL request</p>
<div class="figure">
<img alt="https://raw.githubusercontent.com/bi_sql_editor/static/description/01_sql_request.png" src="https://raw.githubusercontent.com/bi_sql_editor/static/description/01_sql_request.png" style="width: 800px;" />
<img alt="https://raw.githubusercontent.com/OCA/reporting-engine/12.0/bi_sql_editor/static/description/01_sql_request.png" src="https://raw.githubusercontent.com/OCA/reporting-engine/12.0/bi_sql_editor/static/description/01_sql_request.png" style="width: 800px;" />
</div>
</li>
<li><p class="first">Select the group(s) that could have access to the view</p>
<div class="figure">
<img alt="https://raw.githubusercontent.com/bi_sql_editor/static/description/02_security_access.png" src="https://raw.githubusercontent.com/bi_sql_editor/static/description/02_security_access.png" style="width: 800px;" />
<img alt="https://raw.githubusercontent.com/OCA/reporting-engine/12.0/bi_sql_editor/static/description/02_security_access.png" src="https://raw.githubusercontent.com/OCA/reporting-engine/12.0/bi_sql_editor/static/description/02_security_access.png" style="width: 800px;" />
</div>
</li>
<li><p class="first">Click on the button Clean and Check Request</p>
@@ -445,7 +445,7 @@ 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.</p>
<div class="figure">
<img alt="https://raw.githubusercontent.com/bi_sql_editor/static/description/03_field_mapping.png" src="https://raw.githubusercontent.com/bi_sql_editor/static/description/03_field_mapping.png" style="width: 800px;" />
<img alt="https://raw.githubusercontent.com/OCA/reporting-engine/12.0/bi_sql_editor/static/description/03_field_mapping.png" src="https://raw.githubusercontent.com/OCA/reporting-engine/12.0/bi_sql_editor/static/description/03_field_mapping.png" style="width: 800px;" />
</div>
</li>
<li><p class="first">Click on the button Create SQL View, Indexes and Models. (this step could
@@ -460,7 +460,7 @@ the view. You can so define the frequency of the refresh.</li>
</ul>
</blockquote>
<div class="figure">
<img alt="https://raw.githubusercontent.com/bi_sql_editor/static/description/04_materialized_view_setting.png" src="https://raw.githubusercontent.com/bi_sql_editor/static/description/04_materialized_view_setting.png" style="width: 800px;" />
<img alt="https://raw.githubusercontent.com/OCA/reporting-engine/12.0/bi_sql_editor/static/description/04_materialized_view_setting.png" src="https://raw.githubusercontent.com/OCA/reporting-engine/12.0/bi_sql_editor/static/description/04_materialized_view_setting.png" style="width: 800px;" />
</div>
</li>
<li><p class="first">Finally, click on Create UI, to create new menu, action, graph view and
@@ -477,13 +477,13 @@ search view.</p>
</ol>
<blockquote>
<div class="figure">
<img alt="https://raw.githubusercontent.com/bi_sql_editor/static/description/05_reporting_pivot.png" src="https://raw.githubusercontent.com/bi_sql_editor/static/description/05_reporting_pivot.png" style="width: 800px;" />
<img alt="https://raw.githubusercontent.com/OCA/reporting-engine/12.0/bi_sql_editor/static/description/05_reporting_pivot.png" src="https://raw.githubusercontent.com/OCA/reporting-engine/12.0/bi_sql_editor/static/description/05_reporting_pivot.png" style="width: 800px;" />
</div>
</blockquote>
<ul>
<li><p class="first">You can switch to Pie chart or Line Chart as any report,</p>
<div class="figure">
<img alt="https://raw.githubusercontent.com/bi_sql_editor/static/description/05_reporting_pie.png" src="https://raw.githubusercontent.com/bi_sql_editor/static/description/05_reporting_pie.png" style="width: 800px;" />
<img alt="https://raw.githubusercontent.com/OCA/reporting-engine/12.0/bi_sql_editor/static/description/05_reporting_pie.png" src="https://raw.githubusercontent.com/OCA/reporting-engine/12.0/bi_sql_editor/static/description/05_reporting_pie.png" style="width: 800px;" />
</div>
</li>
</ul>