Update stubs for Odoo 15

This commit is contained in:
Trinh Anh Ngoc
2021-10-18 22:54:11 +07:00
parent 30b8009bbd
commit 08737f3b92
78 changed files with 2330 additions and 1986 deletions

View 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): ...