OCA/server-tools

View on GitHub
log_forwarded_for_ip/__openerp__.py

Summary

Maintainability
A
0 mins
Test Coverage
# -*- coding: utf-8 -*-
# © 2015 Aserti Global Solutions
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
    "name": "X-Forwarded-For IPs in log",
    "summary": "Displays source IPs in log when behind a reverse proxy",
    "version": "8.0.1.0.0",
    "category": "Tools",
    "website": "https://odoo-community.org/",
    "author": "Aserti Global Solutions, Odoo Community Association (OCA)",
    "license": "AGPL-3",
    "application": False,
    "installable": True,
    "depends": [
        "base",
    ],
    "uninstall_hook": "restore_address_string"
}