mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[FIX] rst syntax errors
This commit is contained in:
committed by
Frédéric Garbely
parent
c36c7e4f0e
commit
8efb54f2dc
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user