1+ .. image :: https://odoo-community.org/readme-banner-image
2+ :target: https://odoo-community.org/get-involved?utm_source=readme
3+ :alt: Odoo Community Association
4+
15====================
26SQL Request Abstract
37====================
@@ -13,44 +17,44 @@ SQL Request Abstract
1317.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
1418 :target: https://odoo-community.org/page/development-status
1519 :alt: Beta
16- .. |badge2 | image :: https://img.shields.io/badge/licence -AGPL--3-blue.png
20+ .. |badge2 | image :: https://img.shields.io/badge/license -AGPL--3-blue.png
1721 :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822 :alt: License: AGPL-3
1923.. |badge3 | image :: https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github
20- :target: https://github.com/OCA/reporting-engine/tree/18 .0/sql_request_abstract
24+ :target: https://github.com/OCA/reporting-engine/tree/19 .0/sql_request_abstract
2125 :alt: OCA/reporting-engine
2226.. |badge4 | image :: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23- :target: https://translation.odoo-community.org/projects/reporting-engine-18 -0/reporting-engine-18 -0-sql_request_abstract
27+ :target: https://translation.odoo-community.org/projects/reporting-engine-19 -0/reporting-engine-19 -0-sql_request_abstract
2428 :alt: Translate me on Weblate
2529.. |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=18 .0
30+ :target: https://runboat.odoo-community.org/builds?repo=OCA/reporting-engine&target_branch=19 .0
2731 :alt: Try me on Runboat
2832
2933|badge1 | |badge2 | |badge3 | |badge4 | |badge5 |
3034
3135This module provides an abstract model to manage SQL Select requests on
32- database. It is not usefull for itself. You can see an exemple of
36+ database. It is not usefull for itself. You can see an example of
3337implementation in the 'sql_export' module. (same repository).
3438
3539Implemented features
3640--------------------
3741
38- - Add some restrictions in the sql request:
42+ - Add some restrictions in the sql request:
3943
40- - you can only read datas. No update, deletion or creation are
41- possible.
42- - some tables are not allowed, because they could contains clear
43- password or keys. For the time being ('ir_config_parameter').
44+ - you can only read datas. No update, deletion or creation are
45+ possible.
46+ - some tables are not allowed, because they could contains clear
47+ password or keys. For the time being ('ir_config_parameter').
4448
45- - The request can be in a 'draft' or a 'SQL Valid' status. To be valid,
46- the request has to be cleaned, checked and tested. All of this
47- operations can be disabled in the inherited modules.
49+ - The request can be in a 'draft' or a 'SQL Valid' status. To be valid,
50+ the request has to be cleaned, checked and tested. All of this
51+ operations can be disabled in the inherited modules.
4852
49- - This module two new groups:
53+ - This module adds two new groups:
5054
51- - SQL Request / User : Can see all the sql requests by default and
52- execute them, if they are valid.
53- - SQL Request / Manager : has full access on sql requests.
55+ - SQL Request / User : Can see all the sql requests by default and
56+ execute them, if they are valid.
57+ - SQL Request / Manager : has full access on sql requests.
5458
5559**Table of contents **
5660
@@ -103,7 +107,7 @@ Bug Tracker
103107Bugs are tracked on `GitHub Issues < https:// github.com/ OCA / reporting- engine/ issues> ` _ .
104108In case of trouble , please check there if your issue has already been reported .
105109If you spotted it first , help us to smash it by providing a detailed and welcomed
106- `feedback < https:// github.com/ OCA / reporting- engine/ issues/ new? body=module:% 20sql_request_abstract % 0Aversion :% 2018 .0% 0A % 0A ** Steps% 20to % 20reproduce **% 0A -% 20 ... % 0A % 0A ** Current% 20behavior **% 0A % 0A ** Expected% 20behavior ** > ` _ .
110+ `feedback < https:// github.com/ OCA / reporting- engine/ issues/ new? body=module:% 20sql_request_abstract % 0Aversion :% 2019 .0% 0A % 0A ** Steps% 20to % 20reproduce **% 0A -% 20 ... % 0A % 0A ** Current% 20behavior **% 0A % 0A ** Expected% 20behavior ** > ` _ .
107111
108112Do not contact contributors directly about support or help with technical issues .
109113
@@ -119,18 +123,12 @@ Authors
119123Contributors
120124------------
121125
122- - Florian da Costa < florian .dacosta @ akretion .com >
123- - Sylvain LE GAL (https:// twitter.com/ legalsylvain)
124- - Alfadil Tabar (alfadil.tabar@ gmail.com)
125- - Helly kapatel < helly .kapatel @ initos .com >
126- - Nguyen Minh Chien < chien @ trobz .com >
127- - Vo Hong Thien < thienvh @ trobz .com >
128-
129- Other credits
130- ------------ -
131-
132- The migration of this module from 17.0 to 18.0 was financially supported
133- by Camptocamp .
126+ - Florian da Costa < florian .dacosta @ akretion .com >
127+ - Sylvain LE GAL (https:// twitter.com/ legalsylvain)
128+ - Alfadil Tabar (alfadil.tabar@ gmail.com)
129+ - Helly kapatel < helly .kapatel @ initos .com >
130+ - Nguyen Minh Chien < chien @ trobz .com >
131+ - Vo Hong Thien < thienvh @ trobz .com >
134132
135133Maintainers
136134---------- -
@@ -153,6 +151,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
153151
154152| maintainer - legalsylvain |
155153
156- This module is part of the `OCA / reporting- engine < https:// github.com/ OCA / reporting- engine/ tree/ 18 .0/ sql_request_abstract> ` _ project on GitHub .
154+ This module is part of the `OCA / reporting- engine < https:// github.com/ OCA / reporting- engine/ tree/ 19 .0/ sql_request_abstract> ` _ project on GitHub .
157155
158156You are welcome to contribute . To learn how please visit https :// odoo - community .org / page / Contribute .
0 commit comments