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 )