Update stubs

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

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