mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[BOT] post-merge updates
This commit is contained in:
@@ -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 | [](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 | [](https://github.com/legalsylvain) [](https://github.com/florian-dacosta) | Export data in csv file with SQL requests
|
||||
[sql_request_abstract](sql_request_abstract/) | 18.0.1.0.0 | [](https://github.com/legalsylvain) | Abstract Model to manage SQL Requests
|
||||
|
||||
[//]: # (end addons)
|
||||
|
||||
@@ -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=[
|
||||
|
||||
@@ -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 <florian.dacosta@akretion.com>
|
||||
- Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>
|
||||
- Benoît GUILLOT <benoit.guillot@akretion.com>
|
||||
- Florian da Costa <florian.dacosta@akretion.com>
|
||||
- Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>
|
||||
- Benoît GUILLOT <benoit.guillot@akretion.com>
|
||||
|
||||
- `Eficent <https://www.eficent.com>`__:
|
||||
- `Eficent <https://www.eficent.com>`__:
|
||||
|
||||
- Aaron Henriquez <ahenriquez@eficent.com>
|
||||
- Aaron Henriquez <ahenriquez@eficent.com>
|
||||
|
||||
- `Codeforward <https://www.codeforward.nl>`__:
|
||||
- `Codeforward <https://www.codeforward.nl>`__:
|
||||
|
||||
- Sander Lienaerts <sander.lienaerts@codeforward.nl>
|
||||
- Sander Lienaerts <sander.lienaerts@codeforward.nl>
|
||||
|
||||
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.
|
||||
|
||||
|
||||
@@ -367,7 +367,7 @@ ul.auto-toc {
|
||||
!! 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&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
|
||||
@@ -418,8 +418,8 @@ even in a select query:<ul>
|
||||
<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">
|
||||
@@ -467,8 +467,8 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user