Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions base_extended_security/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

{
"name": "Base Extended Security",
"version": "16.0.1.0.0",
"version": "16.0.1.1.0",
"author": "Numigi",
"maintainer": "Numigi",
"license": "LGPL-3",
"category": "Other",
"summary": "Securize access to records",
"depends": ["web"],
"depends": ["web", "account"],
"data": [
"security/ir.model.access.csv",
"views/extended_security_rule.xml",
Expand Down
2 changes: 0 additions & 2 deletions base_extended_security/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Copyright 2024-today Numigi and all its contributors (https://bit.ly/numigiens)
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

from . import test_crud
from . import test_search
from . import test_security_rules
from . import test_web_export
102 changes: 0 additions & 102 deletions base_extended_security/tests/common.py

This file was deleted.

233 changes: 0 additions & 233 deletions base_extended_security/tests/test_crud.py

This file was deleted.

Loading