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:
@@ -62,7 +62,7 @@ class Registry(Mapping[str, type[BaseModel]]):
|
||||
@property
|
||||
def field_computed(self) -> dict[Field, list[Field]]: ...
|
||||
@property
|
||||
def field_triggers(self) -> dict: ...
|
||||
def field_triggers(self) -> dict[Field, Any]: ...
|
||||
def post_init(self, func: Callable, *args, **kwargs) -> None: ...
|
||||
def post_constraint(self, func: Callable, *args, **kwargs) -> None: ...
|
||||
def finalize_constraints(self) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user