mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Update stubs
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
from . import Command
|
||||
from typing import Any
|
||||
|
||||
_logger: Any
|
||||
from ..api import Environment
|
||||
from ..models import BaseModel
|
||||
|
||||
class Populate(Command):
|
||||
def run(self, cmdargs) -> None: ...
|
||||
@classmethod
|
||||
def populate(cls, env, size, model_patterns: bool = ...): ...
|
||||
def populate(cls, env: Environment, size, model_patterns: bool = ..., profiling_enabled: bool = ...,
|
||||
commit: bool = ...) -> dict: ...
|
||||
@classmethod
|
||||
def _get_ordered_models(cls, env, model_patterns: bool = ...): ...
|
||||
def _get_ordered_models(cls, env: Environment, model_patterns: bool = ...) -> list[BaseModel]: ...
|
||||
|
||||
Reference in New Issue
Block a user