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:
@@ -36,6 +36,7 @@ regex_pg_name: Pattern[str]
|
|||||||
regex_field_agg: Pattern[str]
|
regex_field_agg: Pattern[str]
|
||||||
regex_read_group_spec: Pattern[str]
|
regex_read_group_spec: Pattern[str]
|
||||||
AUTOINIT_RECALCULATE_STORED_FIELDS: int
|
AUTOINIT_RECALCULATE_STORED_FIELDS: int
|
||||||
|
GC_UNLINK_LIMIT: int
|
||||||
INSERT_BATCH_SIZE: int
|
INSERT_BATCH_SIZE: int
|
||||||
SQL_DEFAULT: psycopg2.extensions.AsIs
|
SQL_DEFAULT: psycopg2.extensions.AsIs
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ class OdooPdfFileReader(PdfFileReader):
|
|||||||
class OdooPdfFileWriter(PdfFileWriter):
|
class OdooPdfFileWriter(PdfFileWriter):
|
||||||
is_pdfa: bool
|
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 addAttachment(self, name: str, data, subtype: str | None = ...) -> None: ...
|
||||||
def embed_odoo_attachment(
|
def embed_odoo_attachment(
|
||||||
self, attachment: IrAttachment, subtype: str | None = ...
|
self, attachment: IrAttachment, subtype: str | None = ...
|
||||||
) -> None: ...
|
) -> None: ...
|
||||||
Reference in New Issue
Block a user