diff --git a/odoo-stubs/tools/profiler.pyi b/odoo-stubs/tools/profiler.pyi index c7d2f7e..95b0894 100644 --- a/odoo-stubs/tools/profiler.pyi +++ b/odoo-stubs/tools/profiler.pyi @@ -77,7 +77,7 @@ class QwebTracker: view_id: Any def __init__(self, view_id, arch, cr) -> None: ... def enter_directive(self, directive, attrib, xpath) -> None: ... - def leave_directive(self) -> None: ... + def leave_directive(self, directive, attrib, xpath) -> None: ... class QwebCollector(Collector): name: str