Smile Isolation Level

by
Odoo
v 14.0 Third Party 30
Download for v 14.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 15
Technical Name smile_isolation_level
LicenseAGPL-3
Websitehttps://www.smile.eu
You bought this module and need support? Click here!

Smile-SA/odoo_addons

Smile Isolation Level

This module adds a decorator to override method to change postgresql isolation level

from psycopg2.extensions import ISOLATION_LEVEL_READ_COMMITTED
from odoo.addons.smile_isolation_level.tools.misc import change_isolation_level

@api.model
@change_isolation_level(level=ISOLATION_LEVEL_READ_COMMITTED)
def my_function():
    ...

Table of contents

Requirements

There are no requirements to use this module.

Bug Tracker

Bugs are tracked on GitHub Issues. 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 feedback here.

Do not contact contributors directly about support or help with technical issues.

Credits

Contributors

  • Julien DRECQ

Maintainer

This module is maintained by Smile SA.

Since 1991 Smile has been a pioneer of technology and also the European expert in open source solutions.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.