Metadata-Version: 1.2
Name: odoo12-addon-sm-rest-capture-log
Version: 12.0.1.0.0
Summary: Temporary module to capture and log all REST API requests during Odoo 12 to 17 migration
Home-page: https://www.sommobilitat.coop
Author: Som Mobilitat
License: UNKNOWN
Description: 
            This module intercepts all incoming REST API requests made through base_rest
            and stores them in a persistent model for later replay in Odoo 17.
            
            Features:
            - Captures all HTTP methods (GET, POST, PUT, DELETE, etc.)
            - Stores request details: URL, headers, body, timestamp, client IP
            - Records response data for complete audit trail
            - Non-intrusive design compatible with base_rest architecture
            
            WARNING: This is a temporary module for migration purposes only.
            
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 12.0
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.5
