Skip to content

Commit 4e9cf4b

Browse files
authored
TA#73130 [16.0] base_extended_security (#239)
1 parent dec2295 commit 4e9cf4b

7 files changed

Lines changed: 6 additions & 494 deletions

File tree

base_extended_security/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
{
55
"name": "Base Extended Security",
6-
"version": "16.0.1.0.0",
6+
"version": "16.0.1.1.0",
77
"author": "Numigi",
88
"maintainer": "Numigi",
99
"license": "LGPL-3",
1010
"category": "Other",
1111
"summary": "Securize access to records",
12-
"depends": ["web"],
12+
"depends": ["web", "account"],
1313
"data": [
1414
"security/ir.model.access.csv",
1515
"views/extended_security_rule.xml",
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Copyright 2024-today Numigi and all its contributors (https://bit.ly/numigiens)
22
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
33

4-
from . import test_crud
54
from . import test_search
65
from . import test_security_rules
7-
from . import test_web_export

base_extended_security/tests/common.py

Lines changed: 0 additions & 102 deletions
This file was deleted.

base_extended_security/tests/test_crud.py

Lines changed: 0 additions & 233 deletions
This file was deleted.

0 commit comments

Comments
 (0)