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:
@@ -23,8 +23,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