mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_disable_export_group: Differenciate between the XLSX export and the standard export
This commit is contained in:
@@ -368,10 +368,8 @@ ul.auto-toc {
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external" 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" 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" href="https://github.com/OCA/web/tree/14.0/web_disable_export_group"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_disable_export_group"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/162/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
|
||||
<p>In the standard Odoo the UI option ‘Export’ that is present in the ‘Action’ menu
|
||||
and the ‘Export All’ button of any list view is always enabled (for every user).</p>
|
||||
<p>This module makes the option ‘Export’ and ‘Export All’ enabled only for the users
|
||||
that belong to the Export Data group.</p>
|
||||
<p>The standard export group prevents both options: ‘Direct Export (xlsx)’ and ‘Export All’.</p>
|
||||
<p>This module adds a new group for the ‘Direct Export (xlsx)’ feature, leaving the standard one for only the ‘Export All’ feature.</p>
|
||||
<p>Admin user can always use the export option.</p>
|
||||
<p><strong>Table of contents</strong></p>
|
||||
<div class="contents local topic" id="contents">
|
||||
@@ -389,12 +387,12 @@ that belong to the Export Data group.</p>
|
||||
</div>
|
||||
<div class="section" id="configuration">
|
||||
<h1><a class="toc-backref" href="#id1">Configuration</a></h1>
|
||||
<p>Enable the group “Export Data group” to the users who are allowed to
|
||||
make use of the option ‘Export’.</p>
|
||||
<p>Enable the group “Direct Export” to the users who are allowed to
|
||||
make use of the option ‘Export xlsx’.</p>
|
||||
</div>
|
||||
<div class="section" id="usage">
|
||||
<h1><a class="toc-backref" href="#id2">Usage</a></h1>
|
||||
<p>Every user without <em>Export Data</em> permission won’t have the option available.</p>
|
||||
<p>Every user without <em>Direct Export (xlsx)</em> permission won’t have the option available.</p>
|
||||
</div>
|
||||
<div class="section" id="bug-tracker">
|
||||
<h1><a class="toc-backref" href="#id3">Bug Tracker</a></h1>
|
||||
@@ -425,6 +423,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
||||
<li>David Vidal</li>
|
||||
<li>João Marques</li>
|
||||
<li>Alexandre Díaz</li>
|
||||
<li>Víctor Martínez</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user