-
-
Notifications
You must be signed in to change notification settings - Fork 808
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
806d151
commit 019b15a
Showing
4 changed files
with
39 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ SQL Export | |
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:2cf03bbe1b27b9015fc6d1d57ce5b9b14951c00861e9d8518343c66a2c0b14cc | ||
!! source digest: sha256:4c86a7045492475d6fa066f4be3103bab42bc49afc27271a8a765f43b9874dd0 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png | ||
|
@@ -45,31 +45,31 @@ Dashboards > Sql Export | |
|
||
**Specific use with parameters** | ||
|
||
- %(company_id)s allows to set in the query the company id of the user | ||
- %(user_id)s allows to set in the query the user id | ||
- for any created property, you can use it with %(Property String)s | ||
syntax | ||
- %(company_id)s allows to set in the query the company id of the user | ||
- %(user_id)s allows to set in the query the user id | ||
- for any created property, you can use it with %(Property String)s | ||
syntax | ||
|
||
Known issues / Roadmap | ||
====================== | ||
|
||
- Some words are prohibited and can't be used is the query in anyways, | ||
even in a select query: | ||
- Some words are prohibited and can't be used is the query in anyways, | ||
even in a select query: | ||
|
||
- delete | ||
- drop | ||
- insert | ||
- alter | ||
- truncate | ||
- execute | ||
- create | ||
- update | ||
- delete | ||
- drop | ||
- insert | ||
- alter | ||
- truncate | ||
- execute | ||
- create | ||
- update | ||
|
||
See sql_request_abstract module to fix this issue. | ||
|
||
- checking SQL request by execution and rollback is disabled in this | ||
module since variables features has been introduced. This can be | ||
fixed by overloading \_prepare_request_check_execution() function. | ||
- checking SQL request by execution and rollback is disabled in this | ||
module since variables features has been introduced. This can be fixed | ||
by overloading \_prepare_request_check_execution() function. | ||
|
||
Bug Tracker | ||
=========== | ||
|
@@ -93,19 +93,19 @@ Authors | |
Contributors | ||
------------ | ||
|
||
- `Akretion <https://www.akretion.com>`__: | ||
- `Akretion <https://www.akretion.com>`__: | ||
|
||
- Florian da Costa <[email protected]> | ||
- Mourad EL HADJ MIMOUNE <[email protected]> | ||
- Benoît GUILLOT <[email protected]> | ||
- Florian da Costa <[email protected]> | ||
- Mourad EL HADJ MIMOUNE <[email protected]> | ||
- Benoît GUILLOT <[email protected]> | ||
|
||
- `Eficent <https://www.eficent.com>`__: | ||
- `Eficent <https://www.eficent.com>`__: | ||
|
||
- Aaron Henriquez <[email protected]> | ||
- Aaron Henriquez <[email protected]> | ||
|
||
- `Codeforward <https://www.codeforward.nl>`__: | ||
- `Codeforward <https://www.codeforward.nl>`__: | ||
|
||
- Sander Lienaerts <[email protected]> | ||
- Sander Lienaerts <[email protected]> | ||
|
||
Maintainers | ||
----------- | ||
|
@@ -123,10 +123,13 @@ promote its widespread use. | |
.. |maintainer-legalsylvain| image:: https://github.com/legalsylvain.png?size=40px | ||
:target: https://github.com/legalsylvain | ||
:alt: legalsylvain | ||
.. |maintainer-florian-dacosta| image:: https://github.com/florian-dacosta.png?size=40px | ||
:target: https://github.com/florian-dacosta | ||
:alt: florian-dacosta | ||
|
||
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__: | ||
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__: | ||
|
||
|maintainer-legalsylvain| | ||
|maintainer-legalsylvain| |maintainer-florian-dacosta| | ||
|
||
This module is part of the `OCA/reporting-engine <https://github.com/OCA/reporting-engine/tree/18.0/sql_export>`_ project on GitHub. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters