@@ -7,7 +7,7 @@ BI SQL Editor
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:0b11ebfcccd6bcbed98818062bf8cec9d13253d4668a7b2427bbee78a298f270
10
+ !! source digest: sha256:e13e1ee9bcc013f1e5a70b68fd6ae052d8f7fb2f518caedbc09979f02e48e9da
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -16,11 +16,17 @@ BI SQL Editor
16
16
.. |badge2 | image :: https://img.shields.io/badge/licence-AGPL--3-blue.png
17
17
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18
18
:alt: License: AGPL-3
19
- .. |badge3 | image :: https://img.shields.io/badge/github-qrtl%2Fstx--oca-lightgray.png?logo=github
20
- :target: https://github.com/qrtl/stx-oca/tree/15.0/bi_sql_editor
21
- :alt: qrtl/stx-oca
22
-
23
- |badge1 | |badge2 | |badge3 |
19
+ .. |badge3 | image :: https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github
20
+ :target: https://github.com/OCA/reporting-engine/tree/15.0/bi_sql_editor
21
+ :alt: OCA/reporting-engine
22
+ .. |badge4 | image :: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23
+ :target: https://translation.odoo-community.org/projects/reporting-engine-15-0/reporting-engine-15-0-bi_sql_editor
24
+ :alt: Translate me on Weblate
25
+ .. |badge5 | image :: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/reporting-engine&target_branch=15.0
27
+ :alt: Try me on Runboat
28
+
29
+ |badge1 | |badge2 | |badge3 | |badge4 | |badge5 |
24
30
25
31
This module extends the functionality of reporting, to support creation
26
32
of extra custom reports.
@@ -83,12 +89,12 @@ To configure this module, you need to:
83
89
84
90
* tip your SQL request
85
91
86
- .. figure :: https://raw.githubusercontent.com/qrtl/stx-oca /15.0/bi_sql_editor/static/description/01_sql_request.png
92
+ .. figure :: https://raw.githubusercontent.com/OCA/reporting-engine /15.0/bi_sql_editor/static/description/01_sql_request.png
87
93
:width: 800 px
88
94
89
95
* Select the group(s) that could have access to the view
90
96
91
- .. figure :: https://raw.githubusercontent.com/qrtl/stx-oca /15.0/bi_sql_editor/static/description/02_security_access.png
97
+ .. figure :: https://raw.githubusercontent.com/OCA/reporting-engine /15.0/bi_sql_editor/static/description/02_security_access.png
92
98
:width: 800 px
93
99
94
100
* Click on the button 'Clean and Check Request'
@@ -98,7 +104,7 @@ To configure this module, you need to:
98
104
and set if it will be displayed on the pivot graph as a column, a row or a
99
105
measure.
100
106
101
- .. figure :: https://raw.githubusercontent.com/qrtl/stx-oca /15.0/bi_sql_editor/static/description/03_field_mapping.png
107
+ .. figure :: https://raw.githubusercontent.com/OCA/reporting-engine /15.0/bi_sql_editor/static/description/03_field_mapping.png
102
108
:width: 800 px
103
109
104
110
* Click on the button 'Create SQL View, Indexes and Models'. (this step could
@@ -110,9 +116,14 @@ To configure this module, you need to:
110
116
the view. You can so define the frequency of the refresh.
111
117
* the size of view (and the indexes is displayed)
112
118
113
- .. figure :: https://raw.githubusercontent.com/qrtl/stx-oca /15.0/bi_sql_editor/static/description/04_materialized_view_setting.png
119
+ .. figure :: https://raw.githubusercontent.com/OCA/reporting-engine /15.0/bi_sql_editor/static/description/04_materialized_view_setting.png
114
120
:width: 800 px
115
121
122
+ * Before applying the final step, you will need to add a specific Parent Menu to
123
+ use when creating the UI Menu for the report. By default, it will be set with
124
+ the `SQL Views ` menu, which can be changed before creating the UI elements in
125
+ order to have the report accessible from a different place within Odoo.
126
+
116
127
* Finally, click on 'Create UI', to create new menu, action, graph view and
117
128
search view.
118
129
@@ -125,21 +136,21 @@ To use this module, you need to:
125
136
126
137
#. Select the desired report
127
138
128
- .. figure :: https://raw.githubusercontent.com/qrtl/stx-oca /15.0/bi_sql_editor/static/description/05_reporting_pivot.png
139
+ .. figure :: https://raw.githubusercontent.com/OCA/reporting-engine /15.0/bi_sql_editor/static/description/05_reporting_pivot.png
129
140
:width: 800 px
130
141
131
142
* You can switch to 'Pie' chart or 'Line Chart' as any report,
132
143
133
- .. figure :: https://raw.githubusercontent.com/qrtl/stx-oca /15.0/bi_sql_editor/static/description/05_reporting_pie.png
144
+ .. figure :: https://raw.githubusercontent.com/OCA/reporting-engine /15.0/bi_sql_editor/static/description/05_reporting_pie.png
134
145
:width: 800 px
135
146
136
147
Bug Tracker
137
148
===========
138
149
139
- Bugs are tracked on `GitHub Issues <https://github.com/qrtl/stx-oca /issues >`_.
150
+ Bugs are tracked on `GitHub Issues <https://github.com/OCA/reporting-engine /issues >`_.
140
151
In case of trouble, please check there if your issue has already been reported.
141
152
If you spotted it first, help us to smash it by providing a detailed and welcomed
142
- `feedback <https://github.com/qrtl/stx-oca /issues/new?body=module:%20bi_sql_editor%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
153
+ `feedback <https://github.com/OCA/reporting-engine /issues/new?body=module:%20bi_sql_editor%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
143
154
144
155
Do not contact contributors directly about support or help with technical issues.
145
156
@@ -157,6 +168,7 @@ Contributors
157
168
* Sylvain LE GAL (https://twitter.com/legalsylvain)
158
169
* Richard deMeester, WilldooIT (http://www.willdooit.com/)
159
170
* David James, WilldooIT (http://www.willdooit.com/)
171
+ * Guillem Casassas <
[email protected] >
160
172
161
173
* This module is highly inspired by the work of
162
174
* Onestein: (http://www.onestein.nl/)
@@ -172,14 +184,24 @@ Contributors
172
184
Maintainers
173
185
~~~~~~~~~~~
174
186
187
+ This module is maintained by the OCA.
188
+
189
+ .. image :: https://odoo-community.org/logo.png
190
+ :alt: Odoo Community Association
191
+ :target: https://odoo-community.org
192
+
193
+ OCA, or the Odoo Community Association, is a nonprofit organization whose
194
+ mission is to support the collaborative development of Odoo features and
195
+ promote its widespread use.
196
+
175
197
.. |maintainer-legalsylvain | image :: https://github.com/legalsylvain.png?size=40px
176
198
:target: https://github.com/legalsylvain
177
199
:alt: legalsylvain
178
200
179
- Current maintainer:
201
+ Current ` maintainer < https://odoo-community.org/page/maintainer-role >`__ :
180
202
181
203
|maintainer-legalsylvain |
182
204
183
- This module is part of the `qrtl/stx-oca <https://github.com/qrtl/stx-oca /tree/15.0/bi_sql_editor >`_ project on GitHub.
205
+ This module is part of the `OCA/reporting-engine <https://github.com/OCA/reporting-engine /tree/15.0/bi_sql_editor >`_ project on GitHub.
184
206
185
- You are welcome to contribute.
207
+ You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
0 commit comments