From 5e758a796556fa535975bb3f40e69f45d8ecaff7 Mon Sep 17 00:00:00 2001 From: Marco Marche Date: Tue, 2 Dec 2025 09:47:05 +0100 Subject: [PATCH] Import odoo submodules required by odoo 19 --- pytest_odoo.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pytest_odoo.py b/pytest_odoo.py index 0a6b0e5..1f83af5 100644 --- a/pytest_odoo.py +++ b/pytest_odoo.py @@ -19,6 +19,9 @@ import pytest import odoo +import odoo.service +import odoo.tests +import odoo.tools def pytest_addoption(parser):