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:
@@ -36,7 +36,7 @@ class xml_import:
|
||||
def _tag_function(self, rec: _Element) -> None: ...
|
||||
def _tag_act_window(self, rec: _Element) -> None: ...
|
||||
def _tag_menuitem(self, rec: _Element, parent: Any | None = ...) -> None: ...
|
||||
def _tag_record(self, rec: _Element) -> tuple[str, int] | None: ...
|
||||
def _tag_record(self, rec: _Element, extra_vals: dict | None = ...) -> tuple[str, int] | None: ...
|
||||
def _tag_template(self, el: _Element) -> tuple[str, int] | None: ...
|
||||
def id_get(self, id_str: str, raise_if_not_found: bool = ...) -> int | None: ...
|
||||
def model_id_get(self, id_str: str, raise_if_not_found: bool = ...) -> tuple[Any, Any]: ...
|
||||
|
||||
Reference in New Issue
Block a user