Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Jan 22, 2025
1 parent 806d151 commit 019b15a
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 34 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ addon | version | maintainers | summary
[base_comment_template](base_comment_template/) | 18.0.1.0.0 | | Add conditional mako template to any reporton models that inherits comment.template.
[bi_sql_editor](bi_sql_editor/) | 18.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | BI Views builder, based on Materialized or Normal SQL Views
[report_xlsx](report_xlsx/) | 18.0.1.0.0 | | Base module to create xlsx report
[sql_export](sql_export/) | 18.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) [![florian-dacosta](https://github.com/florian-dacosta.png?size=30px)](https://github.com/florian-dacosta) | Export data in csv file with SQL requests
[sql_request_abstract](sql_request_abstract/) | 18.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Abstract Model to manage SQL Requests

[//]: # (end addons)
Expand Down
3 changes: 2 additions & 1 deletion setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[project]
name = "odoo-addons-oca-reporting-engine"
version = "18.0.20250115.0"
version = "18.0.20250122.0"
dependencies = [
"odoo-addon-base_comment_template==18.0.*",
"odoo-addon-bi_sql_editor==18.0.*",
"odoo-addon-report_xlsx==18.0.*",
"odoo-addon-sql_export==18.0.*",
"odoo-addon-sql_request_abstract==18.0.*",
]
classifiers=[
Expand Down
59 changes: 31 additions & 28 deletions sql_export/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
===========
Expand All @@ -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
-----------
Expand All @@ -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.

Expand Down
10 changes: 5 additions & 5 deletions sql_export/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">SQL Export</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:2cf03bbe1b27b9015fc6d1d57ce5b9b14951c00861e9d8518343c66a2c0b14cc
!! source digest: sha256:4c86a7045492475d6fa066f4be3103bab42bc49afc27271a8a765f43b9874dd0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/reporting-engine/tree/18.0/sql_export"><img alt="OCA/reporting-engine" src="https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/reporting-engine-18-0/reporting-engine-18-0-sql_export"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/reporting-engine&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>Allow to export data in csv files FROM sql requests. There are some
Expand Down Expand Up @@ -418,8 +418,8 @@ <h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
<p>See sql_request_abstract module to fix this issue.</p>
<ul class="simple">
<li>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.</li>
module since variables features has been introduced. This can be fixed
by overloading _prepare_request_check_execution() function.</li>
</ul>
</div>
<div class="section" id="bug-tracker">
Expand Down Expand Up @@ -467,8 +467,8 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
<p><a class="reference external image-reference" href="https://github.com/legalsylvain"><img alt="legalsylvain" src="https://github.com/legalsylvain.png?size=40px" /></a></p>
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p>
<p><a class="reference external image-reference" href="https://github.com/legalsylvain"><img alt="legalsylvain" src="https://github.com/legalsylvain.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/florian-dacosta"><img alt="florian-dacosta" src="https://github.com/florian-dacosta.png?size=40px" /></a></p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/reporting-engine/tree/18.0/sql_export">OCA/reporting-engine</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
Expand Down

0 comments on commit 019b15a

Please sign in to comment.