summaryrefslogtreecommitdiff
path: root/src-migrate/types/auth.ts
diff options
context:
space:
mode:
authorHATEC\SPVDEV001 <tri.susilo@altama.co.id>2024-04-26 09:44:31 +0700
committerHATEC\SPVDEV001 <tri.susilo@altama.co.id>2024-04-26 09:44:31 +0700
commited0d0293f88adf3c5312cb556bc464e330b3672a (patch)
tree7de24ff473eb4b754196f27a57dcb3657963e9c3 /src-migrate/types/auth.ts
parent2f5d387f2235d8293e70d1807731861607357d4d (diff)
hide button checkout if is step approval is true
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>;