mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Update stubs
This commit is contained in:
@@ -1,2 +1,14 @@
|
|||||||
from . import cloc as cloc, deploy as deploy, populate as populate, scaffold as scaffold, server as server, shell as shell, start as start, tsconfig as tsconfig
|
from . import (
|
||||||
|
cloc as cloc,
|
||||||
|
db as db,
|
||||||
|
deploy as deploy,
|
||||||
|
genproxytoken as genproxytoken,
|
||||||
|
neutralize as neutralize,
|
||||||
|
populate as populate,
|
||||||
|
scaffold as scaffold,
|
||||||
|
server as server,
|
||||||
|
shell as shell,
|
||||||
|
start as start,
|
||||||
|
tsconfig as tsconfig
|
||||||
|
)
|
||||||
from .command import Command as Command, main as main
|
from .command import Command as Command, main as main
|
||||||
|
|||||||
7
odoo-stubs/cli/genproxytoken.pyi
Normal file
7
odoo-stubs/cli/genproxytoken.pyi
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
from . import Command
|
||||||
|
|
||||||
|
class GenProxyToken(Command):
|
||||||
|
command_name: str
|
||||||
|
def __init__(self) -> None: ...
|
||||||
|
def generate_token(self, length: int = ...): ...
|
||||||
|
def run(self, cmdargs) -> None: ...
|
||||||
Reference in New Issue
Block a user