Skip to content
Snippets Groups Projects

:hammer::sparkles: validator package does not assume a odoo.addons package name, provide full package name instead

Merged Vincent Hatakeyama requested to merge topic/18.0/change-validate-and-test into branch/18.0
1 file
+ 0
− 1
Compare changes
  • Side-by-side
  • Inline
+ 0
− 1
@@ -28,7 +28,6 @@
@@ -28,7 +28,6 @@
import fastjsonschema # type: ignore[import-untyped]
import fastjsonschema # type: ignore[import-untyped]
from odoo.exceptions import UserError # type: ignore[import-untyped]
from odoo.exceptions import UserError # type: ignore[import-untyped]
import fastjsonschema # type: ignore[import-untyped]
_logger = logging.getLogger(__name__)
_logger = logging.getLogger(__name__)
Loading