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:
@@ -53,10 +53,10 @@ class BaseModel(MetaModel('DummyModel', (object,), {'_register': False})):
|
||||
_name: str
|
||||
_description: str
|
||||
_custom: bool = ...
|
||||
_inherit: List[str]
|
||||
_inherit: Any
|
||||
_inherits: Dict[str, str]
|
||||
_constraints: Any = ...
|
||||
_table: Any = ...
|
||||
_table: str = ...
|
||||
_sequence: Any = ...
|
||||
_sql_constraints: list
|
||||
_rec_name: str
|
||||
|
||||
Reference in New Issue
Block a user