summaryrefslogtreecommitdiff
path: root/src-migrate/types/auth.ts
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2024-11-29 03:22:24 +0000
committerIT Fixcomart <it@fixcomart.co.id>2024-11-29 03:22:24 +0000
commit37cd18a88f0f104e81c1b6f33f9bab7b2a0b2dfb (patch)
treeafb0c9dfd885bc5d9d431caefd4760cc5bc11ed0 /src-migrate/types/auth.ts
parent952421c810b53ec4d25ad5ef605bae1bd1d5d616 (diff)
parentda8350ee1de81d668e117744c3735d848dd53f6e (diff)
Merged in CR/quotation-noPo (pull request #389)
CR/quotation noPo
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>;