summaryrefslogtreecommitdiff
path: root/src-migrate/types/auth.ts
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-11-08 13:55:44 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-11-08 13:55:44 +0700
commit88198c83806b69ce6ab7815cee5c139536849c9f (patch)
tree5a6da519dd9069fc9f1a8435392a0ab835a366fd /src-migrate/types/auth.ts
parentf80551e64e7b4fa1463ecd47d744f7f2846abfda (diff)
<iman> update quotation website
Diffstat (limited to 'src-migrate/types/auth.ts')
-rw-r--r--src-migrate/types/auth.ts9
1 files changed, 5 insertions, 4 deletions
diff --git a/src-migrate/types/auth.ts b/src-migrate/types/auth.ts
index 593e120f..8feac2e1 100644
--- a/src-migrate/types/auth.ts
+++ b/src-migrate/types/auth.ts
@@ -16,10 +16,11 @@ export type AuthProps = {
company: boolean;
pricelist: string | null;
token: string;
- feature : {
- onlyReadyStock : boolean,
- soApproval : boolean
- }
+ feature: {
+ onlyReadyStock: boolean;
+ soApproval: boolean;
+ };
+ partner_tempo: boolean;
};
export type AuthApiProps = OdooApiRes<AuthProps>;