mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[FIX] base_suspend_security: Adapt to upstream
On 9af8b31d921dcccb7bcf230271fd3ef4R4329, a new keyword argument was added for `_browse`, so any overriding needs to add that argument, as it's the case for this module.
This commit is contained in:
@@ -8,6 +8,12 @@ This module was written to allow you to call code with some `uid` while being s
|
||||
|
||||
Usually, you'll be in in the situation to want something like this if you inherit from a module you can't or don't want to change, and call `super()`.
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
This version is only valid for being used since Odoo commit
|
||||
9af8b31d921dcccb7bcf230271fd3ef4R4329 (merged on 2019-02-04).
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
|
||||
Reference in New Issue
Block a user