forked from OCA/server-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] user_threshold: Don't create or commit new cursor (OCA#955)
* [FIX] user_threshold: Don't create or commit new cursor * Remove new cursor creation/commit in favor of using current cursor
- Loading branch information
1 parent
ecb2a5f
commit 37968c3
Showing
3 changed files
with
23 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,11 +46,15 @@ number of users that the company can have. | |
|
||
The following environment variables are available for your configuration ease: | ||
|
||
| Name | Description | | ||
|------|-------------| | ||
| USER_THRESHOLD_HIDE | Hide all threshold settings and default the exempt users to those defined by the USER_THRESHOLD_USERS variable | ||
| USER_THRESHOLD_USER | White list of users who are exempt from the threshold. | ||
+---------------------+--------------------------------------------------------+ | ||
| Name | Description | | ||
+=====================+========================================================+ | ||
| USER_THRESHOLD_HIDE | Hide all threshold settings and default the exempt | | ||
| | users to those defined by the ``USER_THRESHOLD_USERS`` | | ||
| | variable. | | ||
+---------------------+--------------------------------------------------------+ | ||
| USER_THRESHOLD_USER | White list of users who are exempt from the threshold. | | ||
+---------------------+--------------------------------------------------------+ | ||
|
||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas | ||
:alt: Try me on Runbot | ||
|
@@ -60,11 +64,10 @@ Bug Tracker | |
=========== | ||
|
||
Bugs are tracked on `GitHub Issues | ||
`<https://github.com/OCA/server-tools/issues>`_. In case of trouble, please | ||
<https://github.com/OCA/server-tools/issues>`_. In case of trouble, please | ||
check there if your issue has already been reported. If you spotted it first, | ||
help us smash it by providing detailed and welcomed feedback. | ||
|
||
|
||
Credits | ||
======= | ||
|
||
|
@@ -77,7 +80,7 @@ Contributors | |
------------ | ||
|
||
* Ted Salmon <[email protected]> | ||
|
||
* Dave Lasley <[email protected]> | ||
|
||
Maintainer | ||
---------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters