Search 1.9 billion lines of Odoo code on GitHub

access_limit_max_users

Author: IT-Projects LLC, Eugene Molotov
License: Other OSI approved licence
Branch: 14.0
Repository: em230418/access-addons
Dependencies: access_limit_records_number
Languages: Python (109, 68.6%), XML (9, 5.7%), and reStructuredText (41, 25.8%)
Other branches: 12.0, 12.0-modules_for_saas, 13.0, 13.0-access_limit_max_users-exclude, 13.0-database_block, 13.0-modules_for_saas, 14.0-auth_quick, and 14.0-database_limit_size
Other repositories: ADVALAKI/access-addons, Alexandre-Bernardes/access-addons, DITIntl/access-addons, ERPLibre/access-addons, ERPPULSE/access-addons, KonosCL/access-addons, SeuMarco/access-addons, aaltinisik/access-addons, corsisa/access-addons, fanzalika/access-addons, germanponce/access-addons, iledarn/access-addons, itpp-labs/access-addons, lincersolucoes/itprojectsllc-access-addons, maherjaballi/access-addons, marionumza/it-projects-llc-access-addons, niulinlnc/access-addons, pasgou/access-addons, qiu-89/access-addons, trojikman/access-addons, and yelizariev/access-addons

<a class="reference external image-reference" href="https://itpp.dev"><img alt="Tested and maintained by IT Projects Labs" src="https://itpp.dev/images/infinity-readme.png" /></a> <a class="reference external image-reference" href="https://opensource.org/licenses/MIT"><img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-blue.svg"> </a> <a name="limit-number-of-users"></a> <h2>Limit number of users</h2> <p>With this module you can limit number of users.</p> <p>This module creates record with external id <cite>access_limit_max_users.max_users_limit</cite> that defines max amount of users can have current database. By default it is number of active users at moment of installation of this module.</p> <p>In order to make user to be ignoring the limit, you can use field <code>is_excluded_from_limiting</code> in one of the following ways:</p> <ul class="simple"> <li>Create or set <code>is_excluded_from_limiting</code> to True in supersuper (sudo) mode. See <a class="reference external" href="tests/test_excluded_users.py">tests/test_excluded_users.py</a></li> <li>Define user record in <a class="reference external" href="https://www.odoo.com/documentation/14.0/reference/data.html">data files</a> with <code>is_excluded_from_limiting</code> set to True.</li> </ul> <a name="questions"></a> <h3>Questions?</h3> <p>To get an assistance on this module contact us by email :arrow_right: <a class="reference external" href="mailto:help&#64;itpp.dev">help&#64;itpp.dev</a></p> <a name="contributors"></a> <h3>Contributors</h3> <ul class="simple"> <li><a class="reference external" href="https://it-projects.info/team/em230418">Eugene Molotov</a>:</li> </ul> <a name="further-information"></a> <h3>Further information</h3> <p>Odoo Apps Store: <a class="reference external" href="https://apps.odoo.com/apps/modules/14.0/access_limit_max_users/">https://apps.odoo.com/apps/modules/14.0/access_limit_max_users/</a></p> <p>Tested on <a class="reference external" href="https://github.com/odoo/odoo/commit/05c373a99a6064f08fc9eb0662ab2ccdb1978cd7">Odoo 14.0</a></p>