[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2023-10-10 14:35:21 +00:00
committed by David Beal
parent 8b9aa10a29
commit 5db105962d
3 changed files with 7 additions and 12 deletions

View File

@@ -367,13 +367,13 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:14b47d75f3a246ea420b8d26bfb4a532ec3b894d094f19d349f058d136fdc6a9
!! source digest: sha256:c03d3e4a60d84fd7878aff099db21d714523f59e9f2256472324f7803fa755b1
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/16.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-16-0/reporting-engine-16-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=16.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 restrictions in the sql query, you can only read datas.
No update, deletion or creation are possible.
A new menu named Export is created.</p>
A new sub menu named Sql Export is available in the Dashboard main menu.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
@@ -395,8 +395,7 @@ A new menu named Export is created.</p>
<ul class="simple">
<li><cite>%(company_id)s</cite> allows to set in the query the company id of the user</li>
<li><cite>%(user_id)s</cite> allows to set in the query the user id</li>
<li>for any created field with <cite>Sql Export Variables</cite> menu, you can use it with <cite>%(x_field_example)s</cite> syntax
(Limitation for relational fields)</li>
<li>for any created property, you can use it with <cite>%(Property String)s</cite> syntax</li>
</ul>
</div>
<div class="section" id="known-issues-roadmap">
@@ -418,7 +417,6 @@ a select query:
<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>
<li>V16 : Restore export with parameters features.</li>
</ul>
</div>
<div class="section" id="bug-tracker">