Search 1.9 billion lines of Odoo code on GitHub

base_group_permission_information

Author: Camptocamp, Odoo Community Association (OCA)
License: AGPL-3
Branch: merge-branch-559-10.0.1.14.1
Repository: camptocamp/server-tools
Dependencies: base
Languages: HTML (372, 50.3%), Python (125, 16.9%), XML (136, 18.4%), and reStructuredText (107, 14.5%)
Other branches: merge-branch-559-10.0.1.14.2, merge-branch-559-10.0.2.0.0, merge-branch-559-10.0.2.0.1, merge-branch-559-10.0.2.1.0, merge-branch-559-10.0.2.10.0, merge-branch-559-10.0.2.11.0, merge-branch-559-10.0.2.11.1, merge-branch-559-10.0.2.11.2, merge-branch-559-10.0.2.12.1, merge-branch-559-10.0.2.12.2, merge-branch-559-10.0.2.12.3, merge-branch-559-10.0.2.12.4, merge-branch-559-10.0.2.2.0, merge-branch-559-10.0.2.3.0, merge-branch-559-10.0.2.4.0, merge-branch-559-10.0.2.4.1, merge-branch-559-10.0.2.4.2, merge-branch-559-10.0.2.4.3, merge-branch-559-10.0.2.5.0, merge-branch-559-10.0.2.6.0, merge-branch-559-10.0.2.6.1, merge-branch-559-10.0.2.6.2, merge-branch-559-10.0.2.6.3, merge-branch-559-10.0.2.6.4, merge-branch-559-10.0.2.7.0, merge-branch-559-10.0.2.8.0, merge-branch-559-10.0.2.9.0, merge-branch-559-10.0.2.9.1, merge-branch-559-10.0.2.9.2, and merge-branch-559-biz-2619-fea2ff1c
Other repositories: damdam-s/server-tools

<h1 class="title">base_group_permission_information</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.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/server-tools/tree/10.0/base_group_permission_information"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/server-tools-10-0/server-tools-10-0-base_group_permission_information"><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/149/10.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>This module allows you to display all permissions informations of a group or a user.</p> <a name="group"></a> <h2>Group</h2> <p>Displays:</p> <ul class="simple"> <li>all inherited/implied groups</li> <li>all rules that applies this group and its implied ones</li> <li>all access control that applies this group and its implied ones</li> <li>all menus accessible from this group and its implied ones</li> <li>all views accessible from this group and its implied ones</li> </ul> <a name="user"></a> <h2>User</h2> <p>Displays:</p> <ul class="simple"> <li>aggregation of all the permissions applied to all the groups the user belongs</li> </ul> <a name="pivot-views"></a> <h2>Pivot views</h2> <p>This module adds two pivots views on the following objects:</p> <ul class="simple"> <li><code>ir.model.access</code></li> <li><code>ir.rules</code></li> </ul> <p>With those pivot views, you can easily extract data to Excel sheet and process it later.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#usage" id="id1">Usage</a></li> <li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id3">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id4">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li> </ul> </li> </ul> </div> <a name="usage"></a> <h3><a class="toc-backref" href="#id1">Usage</a></h3> <p>To use this module, you need to:</p> <ol class="arabic simple"> <li>Go to Settings/Users/Groups</li> <li>Open a group</li> <li>Click on the <code>Compute all access</code> button</li> <li>Go in the tab named <code>ALL Access Rights Recap</code> and see permissions for this group and its implied ones</li> </ol> <p>OR</p> <ol class="arabic simple"> <li>Go to Settings/Users/Users</li> <li>Open a user</li> <li>Click on the <code>Compute all access</code> button</li> <li>Go in the tab named <code>ALL Access Rights Recap</code> and see permissions for this user</li> </ol> <p>OR</p> <ol class="arabic simple"> <li>Go to Settings/Technical/Security/Access Controls List</li> <li>optionnaly add filters</li> <li>open the pivot view</li> </ol> <p>OR</p> <ol class="arabic simple"> <li>Go to Settings/Technical/Security/Record Rules</li> <li>optionnaly add filters</li> <li>open the pivot view</li> </ol> <a name="bug-tracker"></a> <h3><a class="toc-backref" href="#id2">Bug Tracker</a></h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-tools/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/OCA/server-tools/issues/new?body=module:%20base_group_permission_information%0Aversion:%2010.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h3><a class="toc-backref" href="#id3">Credits</a></h3> <a name="authors"></a> <h4><a class="toc-backref" href="#id4">Authors</a></h4> <ul class="simple"> <li>Camptocamp</li> </ul> <a name="contributors"></a> <h4><a class="toc-backref" href="#id5">Contributors</a></h4> <ul class="simple"> <li>Damien Crier &lt;<a class="reference external" href="mailto:damien.crier&#64;camptocamp.com">damien.crier&#64;camptocamp.com</a>&gt;</li> </ul> <a name="maintainers"></a> <h4><a class="toc-backref" href="#id6">Maintainers</a></h4> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <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" href="https://github.com/damdam-s"><img alt="damdam-s" src="https://github.com/damdam-s.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-tools/tree/10.0/base_group_permission_information">OCA/server-tools</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>