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