-
23auditlog/README.rst
-
21auditlog/__init__.py
-
21auditlog/__manifest__.py
-
21auditlog/migrations/8.0.1.0/pre-migration.py
-
21auditlog/models/__init__.py
-
4auditlog/models/autovacuum.py
-
21auditlog/models/http_request.py
-
21auditlog/models/http_session.py
-
21auditlog/models/log.py
-
21auditlog/models/rule.py
-
BINauditlog/static/description/autovacuum.png
-
BINauditlog/static/description/icon.png
-
BINauditlog/static/description/icon.xcf
-
BINauditlog/static/description/log.png
-
BINauditlog/static/description/logs.png
-
BINauditlog/static/description/rule.png
-
21auditlog/tests/__init__.py
-
21auditlog/tests/test_auditlog.py
-
4auditlog/tests/test_autovacuum.py
After Width: 756 | Height: 330 | Size: 21 KiB |
Before Width: 128 | Height: 128 | Size: 9.2 KiB After Width: 128 | Height: 128 | Size: 15 KiB |
After Width: 756 | Height: 522 | Size: 41 KiB |
After Width: 757 | Height: 265 | Size: 33 KiB |
After Width: 757 | Height: 378 | Size: 22 KiB |
@ -1,22 +1,5 @@ |
|||
# -*- coding: utf-8 -*- |
|||
############################################################################## |
|||
# |
|||
# OpenERP, Open Source Management Solution |
|||
# This module copyright (C) 2015 Therp BV (<http://therp.nl>). |
|||
# |
|||
# This program is free software: you can redistribute it and/or modify |
|||
# it under the terms of the GNU Affero General Public License as |
|||
# published by the Free Software Foundation, either version 3 of the |
|||
# License, or (at your option) any later version. |
|||
# |
|||
# This program is distributed in the hope that it will be useful, |
|||
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|||
# GNU Affero General Public License for more details. |
|||
# |
|||
# You should have received a copy of the GNU Affero General Public License |
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|||
# |
|||
############################################################################## |
|||
# © 2015 Therp BV <http://therp.nl> |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|||
from . import test_auditlog |
|||
from . import test_autovacuum |