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,12 +0,0 @@
|
||||
from typing import Any
|
||||
|
||||
def get_month(date: Any): ...
|
||||
def get_quarter_number(date: Any): ...
|
||||
def get_quarter(date: Any): ...
|
||||
def get_fiscal_year(date: Any, day: int = ..., month: int = ...): ...
|
||||
def start_of(value: Any, granularity: Any): ...
|
||||
def end_of(value: Any, granularity: Any): ...
|
||||
def add(value: Any, *args: Any, **kwargs: Any): ...
|
||||
def subtract(value: Any, *args: Any, **kwargs: Any): ...
|
||||
def json_default(obj: Any): ...
|
||||
def date_range(start: Any, end: Any, step: Any = ...): ...
|
||||
Reference in New Issue
Block a user