Update stubs

This commit is contained in:
Trinh Anh Ngoc
2020-05-31 10:58:56 +07:00
parent 9b7a719cbe
commit 640535e472

View File

@@ -53,10 +53,10 @@ class BaseModel(MetaModel('DummyModel', (object,), {'_register': False})):
_name: str _name: str
_description: str _description: str
_custom: bool = ... _custom: bool = ...
_inherit: List[str] _inherit: Any
_inherits: Dict[str, str] _inherits: Dict[str, str]
_constraints: Any = ... _constraints: Any = ...
_table: Any = ... _table: str = ...
_sequence: Any = ... _sequence: Any = ...
_sql_constraints: list _sql_constraints: list
_rec_name: str _rec_name: str