Files
odoo-plugin-creation/server
jason b58c496133 Fix ProxyAwareTransport: set self.verbose before parse_response
Transport.parse_response() accesses self.verbose for debug logging but
it is never initialized unless the standard single_request() flow runs.
Our custom request() bypassed that, causing AttributeError on every call.
Fix: assign self.verbose = verbose before calling self.parse_response().
2026-04-02 09:03:18 -05:00
..