Update stubs

This commit is contained in:
Trinh Anh Ngoc
2024-05-06 21:13:31 +07:00
parent 49c3339648
commit eb0338b6dc
3 changed files with 4 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ from .fields import Command as Command
from .tools.translate import _ as _
from .tools.translate import _lt as _lt
MIN_PY_VERSION: tuple[int, ...]
evented: bool
multi_process: bool
iso8859_8: CodecInfo

View File

@@ -135,7 +135,7 @@ def save_test_file(
extension: str = ...,
logger=...,
document_type: str = ...,
date_format: str = ...
date_format: str = ...,
) -> None: ...
class ChromeBrowser:

View File

@@ -6,6 +6,8 @@ from odoo.addons.base.models.ir_attachment import IrAttachment
from ..api import Environment
def remove_control_characters(byte_node) -> str: ...
class odoo_resolver(etree.Resolver):
env: Environment
prefix: str | None