Skip to content

Commit 81ec732

Browse files
polinasvechem230418
authored andcommitted
⬆️ 1️⃣4️⃣ access_limit_max_users
1 parent daa6406 commit 81ec732

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

access_limit_max_users/README.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ number of active users at moment of installation of this module.
1919
In order to make user to be ignoring the limit, you can use field ``is_excluded_from_limiting`` in one of the following ways:
2020

2121
* Create or set ``is_excluded_from_limiting`` to True in supersuper (sudo) mode. See `<tests/test_excluded_users.py>`_
22-
* Define user record in `data files <https://www.odoo.com/documentation/13.0/reference/data.html>`__ with ``is_excluded_from_limiting`` set to True.
22+
* Define user record in `data files <https://www.odoo.com/documentation/14.0/reference/data.html>`__ with ``is_excluded_from_limiting`` set to True.
2323

2424
Questions?
2525
==========
@@ -34,9 +34,7 @@ Contributors
3434
Further information
3535
===================
3636

37-
Odoo Apps Store: https://apps.odoo.com/apps/modules/13.0/access_limit_max_users/
37+
Odoo Apps Store: https://apps.odoo.com/apps/modules/14.0/access_limit_max_users/
3838

3939

40-
Notifications on updates: `via Atom <https://github.com/it-projects-llc/access-addons/commits/13.0/access_limit_max_users.atom>`_, `by Email <https://blogtrottr.com/?subscribe=https://github.com/it-projects-llc/access-addons/commits/13.0/access_limit_max_users.atom>`_
41-
42-
Tested on `Odoo 13.0 <https://github.com/odoo/odoo/commit/991c3392708946fdf9973d18e8c29469fa21eed9>`_
40+
Tested on `Odoo 14.0 <https://github.com/odoo/odoo/commit/05c373a99a6064f08fc9eb0662ab2ccdb1978cd7>`_

access_limit_max_users/__manifest__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"name": """Limit number of users""",
66
"summary": """With this module you can limit number of users""",
77
"category": "Hidden",
8-
# "live_test_url": "http://apps.it-projects.info/shop/product/DEMO-URL?version=13.0",
8+
# "live_test_url": "http://apps.it-projects.info/shop/product/DEMO-URL?version=14.0",
99
"images": [],
10-
"version": "13.0.1.1.0",
10+
"version": "14.0.1.1.0",
1111
"application": False,
1212
"author": "IT-Projects LLC, Eugene Molotov",
1313
"support": "apps@it-projects.info",
14-
"website": "https://apps.odoo.com/apps/modules/13.0/access_limit_max_users/",
14+
"website": "https://apps.odoo.com/apps/modules/14.0/access_limit_max_users/",
1515
"license": "Other OSI approved licence", # MIT
1616
# "price": 9.00,
1717
# "currency": "EUR",

0 commit comments

Comments
 (0)