mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
bve-view.py pylint: disable=sql-injection
This commit is contained in:
@@ -205,6 +205,7 @@ class BveView(models.Model):
|
||||
self.ensure_one()
|
||||
|
||||
def group_ids_with_access(model_name, access_mode):
|
||||
# pylint: disable=sql-injection
|
||||
self.env.cr.execute('''SELECT
|
||||
g.id
|
||||
FROM
|
||||
|
||||
Reference in New Issue
Block a user