summaryrefslogtreecommitdiff
path: root/src-migrate/types/auth.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src-migrate/types/auth.ts')
-rw-r--r--src-migrate/types/auth.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src-migrate/types/auth.ts b/src-migrate/types/auth.ts
index 02e3623d..e93a475a 100644
--- a/src-migrate/types/auth.ts
+++ b/src-migrate/types/auth.ts
@@ -15,6 +15,10 @@ export type AuthProps = {
company: boolean;
pricelist: string | null;
token: string;
+ feature : {
+ onlyReadyStock : boolean,
+ soApproval : boolean
+ }
};
export type AuthApiProps = OdooApiRes<AuthProps>;