This commit is contained in:
Trinh Anh Ngoc
2019-12-09 23:12:11 +07:00
parent ddebfe564b
commit 85d0f9286a
65 changed files with 2014 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Stubs for odoo.tools.win32 (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
from typing import Any
def nl_langinfo(param: Any): ...