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:
@@ -240,7 +240,7 @@ class BaseModel(metaclass=MetaModel):
|
||||
self, aggregate_spec: str, raw_values
|
||||
) -> Iterator: ...
|
||||
def _read_group_expand_full(
|
||||
self, groups: _ModelT, domain: list | None, order: str | None
|
||||
self, groups: _ModelT, domain: list | None
|
||||
) -> _ModelT: ...
|
||||
def _read_group_fill_results(
|
||||
self,
|
||||
|
||||
@@ -32,9 +32,7 @@ class OdooPdfFileReader(PdfFileReader):
|
||||
|
||||
class OdooPdfFileWriter(PdfFileWriter):
|
||||
is_pdfa: bool
|
||||
def __init__(self, *args, **kwargs):
|
||||
None
|
||||
|
||||
def __init__(self, *args, **kwargs) -> None: ...
|
||||
def addAttachment(self, fname: str, fdata, subtype: str | None = ...) -> None: ...
|
||||
def embed_odoo_attachment(
|
||||
self, attachment: IrAttachment, subtype: str | None = ...
|
||||
|
||||
Reference in New Issue
Block a user