mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Update stubs for Odoo 15
This commit is contained in:
11
odoo-stubs/tools/rendering_tools.pyi
Normal file
11
odoo-stubs/tools/rendering_tools.pyi
Normal file
@@ -0,0 +1,11 @@
|
||||
from typing import Any
|
||||
|
||||
INLINE_TEMPLATE_REGEX: Any
|
||||
|
||||
def relativedelta_proxy(*args, **kwargs): ...
|
||||
|
||||
template_env_globals: Any
|
||||
|
||||
def parse_inline_template(text): ...
|
||||
def convert_inline_template_to_qweb(template): ...
|
||||
def render_inline_template(template_instructions, variables): ...
|
||||
Reference in New Issue
Block a user