From 07592ea5bd0adc0d6caedad94cbad2897a565aa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Sat, 2 Jun 2018 09:30:30 +0200 Subject: [PATCH] [FIX] rst syntax errors --- base_suspend_security/README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base_suspend_security/README.rst b/base_suspend_security/README.rst index 3bc2cc8f..8307d1ec 100644 --- a/base_suspend_security/README.rst +++ b/base_suspend_security/README.rst @@ -1,7 +1,8 @@ .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg :alt: License: AGPL-3 + Suspend security -===================== +================ This module was written to allow you to call code with some `uid` while being sure no security checks (`ir.model.access` and `ir.rule`) are done. In this way, it's the same as `sudo()`, but the crucial difference is that the code still runs with the original user id. This can be important for inherited code that calls workflow functions, subscribes the current user to some object, etc.