From 3125cd06e2b4af0e8ca5dcfc4a89564c01eaea83 Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Sun, 16 Oct 2022 16:46:23 +0700 Subject: [PATCH] Update stubs --- odoo-stubs/modules/__init__.pyi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/odoo-stubs/modules/__init__.pyi b/odoo-stubs/modules/__init__.pyi index 8399b05..5508b25 100644 --- a/odoo-stubs/modules/__init__.pyi +++ b/odoo-stubs/modules/__init__.pyi @@ -4,6 +4,7 @@ from . import ( loading as loading, migration as migration, module as module, + neutralize as neutralize, registry as registry ) from .loading import ( @@ -13,6 +14,7 @@ from .loading import ( from .module import ( adapt_version as adapt_version, check_resource_path as check_resource_path, + get_manifest as get_manifest, get_module_path as get_module_path, get_module_resource as get_module_resource, get_modules as get_modules, @@ -20,6 +22,5 @@ from .module import ( get_resource_from_path as get_resource_from_path, get_resource_path as get_resource_path, initialize_sys_path as initialize_sys_path, - load_information_from_description_file as load_information_from_description_file, load_openerp_module as load_openerp_module )