Search 1.9 billion lines of Odoo code on GitHub

grap_change_access

Author: GRAP
License: AGPL-3
Branch: 8.0
Repository: grap/grap-odoo-custom
Dependencies: account_fiscal_company, base, calendar, crm, delivery, email_template, point_of_sale, procurement, product, purchase, sale, and stock
Languages: PO File (38, 16.0%), Python (90, 38.0%), XML (30, 12.7%), and reStructuredText (79, 33.3%)
Other branches: 12.0, 12.0-REF-grap_change_default-compatibility-joint_buying, 12.0-REF-try-use-copier, 12.0-ocabot-merge-pr-186-by-legalsylvain-bump-patch, 8.0-ocabot-merge-pr-240-by-legalsylvain-bump-nobump, and legalsylvain-patch-1
Other repositories: OdooBulgaria/odoo-addons-grap, ProJobless/odoo-addons-grap, VitalPet/odoo-addons-grap, akretion/odoo-addons-grap, diassynthesis/odoo-addons-grap, erick-alvino/grap-odoo-custom, grap/odoo-addons-grap, iceship/odoo-addons-grap, jaferrer/grap-odoo-custom, legalsylvain/grap-odoo-custom, legalsylvain/odoo-addons-grap, likaiyuan/odoo-addons-grap, mohamedhagag/odoo-addons-grap, quentinDupont/grap-odoo-custom, quentinDupont/odoo-addons-grap, salahable/odoo-addons-grap, vidtsin/grap-odoo-custom, vidtsin/odoo-addons-grap, wahhid/odoo-addons-grap, and westlyou/odoo-addons-grap

<h1 class="title">GRAP - Change Accesses</h1> <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/grap/grap-odoo-custom/tree/8.0/grap_change_access"><img alt="grap/grap-odoo-custom" src="https://img.shields.io/badge/github-grap%2Fgrap--odoo--custom-lightgray.png?logo=github" /></a></p> <p>This module extends the functionality of Odoo to change access.</p> <p><strong>Prevent Update/Delete Access for users</strong> For users that doesn't belong to <code>base.group_no_one</code>, the following models are readonly</p> <ul class="simple"> <li><code>product.category</code></li> <li><code>product.uom</code></li> <li><code>product.uom.categ</code></li> <li><code>res.country</code></li> <li><code>res.country.state</code></li> <li><code>email.template</code></li> <li><code>account.period</code> (except for account manager)</li> </ul> <p><strong>Product Changes</strong> Add extra constraint on product if <code>income_pdt</code> or <code>expense_pdt</code> are checked:</p> <ul class="simple"> <li>This product are manage by account manager only</li> <li>this product must have account_income (or account_expense) defined</li> <li>This product must have only one VAT (if <code>expense_pdt</code> is checked)</li> <li>this product can not be <code>sale_ok</code> or <code>purchase_ok</code></li> </ul> <p><strong>Groups</strong></p> <p>Add a new Custom group category.</p> <p>Add new groups :</p> <ul class="simple"> <li>GRAP - Buying / Reselling Category</li> <li>GRAP - Transformation Category</li> <li>GRAP - Raw Materials Category</li> <li>GRAP - CRM and Calendar Manager</li> <li>GRAP - Pricelist Manager</li> </ul> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id2">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id3">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id5">Maintainers</a></li> </ul> </li> </ul> </div> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id1">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/grap/grap-odoo-custom/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/grap/grap-odoo-custom/issues/new?body=module:%20grap_change_access%0Aversion:%208.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> <h2><a class="toc-backref" href="#id2">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id3">Authors</a></h3> <ul class="simple"> <li>GRAP</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id4">Contributors</a></h3> <ul class="simple"> <li>Julien WESTE</li> <li>Sylvain LE GAL (<a class="reference external" href="https://www.twitter.com/legalsylvain">https://www.twitter.com/legalsylvain</a>)</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id5">Maintainers</a></h3> <p>This module is part of the <a class="reference external" href="https://github.com/grap/grap-odoo-custom/tree/8.0/grap_change_access">grap/grap-odoo-custom</a> project on GitHub.</p> <p>You are welcome to contribute.</p>