index.html
47.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Odoo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap" rel="stylesheet">
</head>
<!-- odoo description page css -->
<style>
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-weight: 400;
line-height: 1.1;
color: #21272b;
}
ul {
color: #222020;
}
.oe_styling_v8 a.btn {
color: white;
}
:root {
--primary: #00A09D;
}
</style>
<body>
<div class="container">
<!-- Floating Menu -->
<!-- <div aria-controls="floating_div_red" aria-expanded="true" class="for_open" data-toggle="collapse" href="#floating_div_red" role="button" style="width: 50px;-->
<!-- height: 50px;-->
<!-- background: #e32235;-->
<!-- color: white;-->
<!-- border-radius: 50%;-->
<!-- display: flex;-->
<!-- align-items: center;-->
<!-- justify-content: center;-->
<!-- font-weight: 100;-->
<!-- font-size: 20px;-->
<!-- position: fixed;-->
<!-- bottom: 40px;-->
<!-- left: 40px;-->
<!-- z-index: 1000;-->
<!-- box-shadow: 1px 2px 11px rgba(0, 0, 0, 0.3), -5px 7px 12px rgba(0, 0, 0, 0.22);-->
<!-- cursor: pointer;background-image: radial-gradient( circle farthest-corner at 10% 20%, rgb(235, 36, 39) 0%, rgb(200, 33, 40) 100.4% );">-->
<!-- <i class="fa fa-bars"></i>-->
<!-- </div>-->
<!-- <div class="collapse show" id="floating_div_red" style="position: fixed;-->
<!-- bottom: 20px;-->
<!-- left: 20px;-->
<!-- z-index: 1001;">-->
<!-- <div aria-controls="floating_div_red" aria-expanded="true" class="for_close" data-toggle="collapse" href="#floating_div_red" role="button" style="width: 25px;-->
<!-- height: 25px;-->
<!-- background: #e32235;-->
<!-- color: white;-->
<!-- border-radius: 50%;-->
<!-- display: flex;-->
<!-- align-items: center;-->
<!-- justify-content: center;-->
<!-- font-weight: 100;-->
<!-- margin-left: auto;-->
<!-- font-size: 12px;-->
<!-- margin-bottom: -24px;position: relative;-->
<!-- z-index: 1000;-->
<!-- cursor: pointer;background-image: radial-gradient( circle farthest-corner at 10% 20%, rgb(235, 36, 39) 0%, rgb(200, 33, 40) 100.4% );">-->
<!-- <i class="fa fa-times"></i>-->
<!-- </div>-->
<!-- <div class="ks_box_outer">-->
<!-- <div class="ks_logo">-->
<!-- <img alt="" src="images/floating-menu/bg-float.svg" style="width: calc(100% + 1px);">-->
<!-- </div>-->
<!-- <div class="ks_box_items" style=" margin-top: -32px;-->
<!-- background: #eb2427;-->
<!-- border-radius: 0 0 10px 10px;-->
<!-- padding-bottom: 10px;-->
<!-- position: relative;-->
<!-- ">-->
<!-- <div class="ks_box_items_inner d-flex justify-content-center" style="padding: 10px;">-->
<!--<!– <a class="d-flex flex-column align-items-center text-white font-weight-light" href="https://forms.gle/3AikiJR7YBLyrmCi8" style="text-decoration: none;font-size: 14px;margin-right: 15px;" target="_blank">–>-->
<!--<!– <img alt="" src="images/floating-menu/Film.gif" style="width: 40px;">–>-->
<!--<!– <span class="pt-2 font-weight-bold">Request Demo</span>–>-->
<!--<!– </a>–>-->
<!-- <a class="d-flex flex-column align-items-center text-white font-weight-light" href="https://apps.odoo.com/apps/modules/browse?search=ksolves" style="text-decoration: none;font-size: 14px;margin-right: 18px;" target="_blank">-->
<!-- <img alt="" src="images/floating-menu/Files.gif" style="height: 60px;margin-top: -20px;">-->
<!-- <span class="pt-2 font-weight-bold">All Apps</span>-->
<!-- </a>-->
<!--<!– <a class="d-flex flex-column align-items-center text-white font-weight-light" href="https://demokinetik.kappso.com/ar_AA/" style="text-decoration: none;font-size: 14px;" target="_blank">–>-->
<!--<!– <img alt="" src="images/floating-menu/Film.gif" style="width: 40px;">–>-->
<!--<!– <span class="pt-2 font-weight-bold">RTL Demo Server</span>–>-->
<!--<!– </a>–>-->
<!-- <!– <a href="" style="text-decoration: none;font-size: 14px;" class="d-flex flex-column align-items-center text-white font-weight-light">–>-->
<!-- <!– <img src="images/floating-menu/Youtube.gif" style="width: 34px;margin-top: 7px;" alt="">–>-->
<!-- <!– <span class="pt-2 font-weight-bold">Youtube</span>–>-->
<!-- <!– </a>–>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- Floating Menu Ends -->
<!-- Header -->
<div class="row justify-content-md-between justify-content-center border-bottom align-items-center py-2 mx-0">
<div class="text-center mr-lg-5 mb-3 mb-lg-0">
<a class="btn p-0">
<img src="https://apps.odoo.com/apps/modules/12.0/ks_dashboard_ninja/images/ksolves-logo.png"
alt="ksolves-logo">
</a>
</div>
<div class="d-flex flex-wrap justify-content-center py-2">
<div class="text-center">
<a class="btn-outline-primary ml-1 mb-2 mb-lg-0 px-3 py-2 mr-2"
style="box-shadow: rgba(0, 0, 0, 0.18) -1px 2px 3px;border-radius: 0;border: 1px solid var(--primary);transition: 0.2s ease-in-out;"
href="https://apps.odoo.com/apps/modules/browse?search=ksolves" target="_blank"><i
class="fa fa-list-alt mr-1"></i> <span class="d-none d-sm-inline">Ksolves</span> All Apps
</a>
<!-- <a class="btn-outline-primary mr-1 mb-2 mb-lg-0 px-3 py-2"-->
<!-- style="box-shadow: rgba(0, 0, 0, 0.18) -1px 2px 3px;border-radius: 0;border: 1px solid var(--primary);transition: 0.2s ease-in-out;"-->
<!-- href="https://forms.gle/3AikiJR7YBLyrmCi8" target="_blank"><i class="fa fa-desktop mr-1"></i> Request-->
<!-- a Free Demo-->
<!-- </a>-->
</div>
</div>
<div class="mt-md-0 mt-4 mb-3 mb-lg-0">
<a href="#" class="btn-outline-primary btn-sm mb-2 mb-lg-0"
style="font-size: 13px;position: relative;overflow: hidden;padding: 10px 4px;line-height: 0px;border-radius: 0;border: 1px solid var(--primary);transition: 0.2s ease-in-out;"><i
class="fa fa-check"></i> Community</a>
<a href="#" class="btn-outline-primary btn-sm mb-2 mb-lg-0"
style="font-size: 13px;position: relative;overflow: hidden;padding: 10px 4px;line-height: 0px;border-radius: 0;border: 1px solid var(--primary);transition: 0.2s ease-in-out;"><i
class="fa fa-check"></i> Enterprise</a>
<!-- <a class="btn btn-outline-success btn-sm mb-2 mb-lg-0" style="font-size: 13px;border-radius: 4px !important;position: relative;overflow: hidden;color: #585e64;padding: 10px 4px;line-height: 0px;"><i class="fa fa-check"></i> Odoo.sh</a>-->
</div>
</div>
<!-- Hero Description -->
<div class="row align-items-center justify-content-center py-3 mx-0">
<!-- <div class="col-12 col-sm mb-2 mb-lg-0 text-center text-sm-left">-->
<!-- <a href="https://www.facebook.com/Ksolves.India" class="btn btn-sm px-0"-->
<!-- style="border: none; font-size: 10px; width: 30px;color: #3b5999;"> <i class="fa fa-facebook fa-2x"></i>-->
<!-- </a>-->
<!-- <a href="https://www.linkedin.com/company/ksolves" class="btn btn-sm px-0"-->
<!-- style="font-size: 10px;border: none; width: 30px;color:#0077B5;"> <i class="fa fa-linkedin fa-2x"></i>-->
<!-- </a>-->
<!-- <a href="https://www.youtube.com/channel/UCplv9V47g9VidekGN6Wp1ew" class="btn btn-sm px-0"-->
<!-- style="font-size: 10px;border: none; width: 30px;color: #c4302b;"> <i-->
<!-- class="fa fa-youtube-play fa-2x"></i> </a>-->
<!-- <a href="https://twitter.com/ksolves_india" class="btn btn-sm px-0"-->
<!-- style="font-size: 10px;border: none; width: 30px;color: #00acee;"> <i class="fa fa-twitter fa-2x"></i>-->
<!-- </a>-->
<!-- </div>-->
<div class="text-justify py-4">
<h1 class="text-center" style="padding: 0 20px 5px;
font-family: Montserrat;">
Document Preview
</h1>
<p style="font-size: 18px;border-width: 3px;border-style: solid;border-image: linear-gradient(to bottom, #fa6100, rgba(0, 0, 0, 0)) 1 100%;font-family:Roboto;"
class="px-sm-4 p-2 pt-4">
Document Preview saves time and storage of users as it allows them to preview
the document without downloading it. This app can be used in all Odoo modules to display
documents like PDF, image, text, video file format. </p>
<h1 class="heading-title text-center display-4" style="font-size: 2.2rem; word-break: break-all;">
Problems/Solutions</h1>
</div>
<div style="font-size: 14px;line-height: 20px;">
<div class="row no-gutters mb-4">
<div class="col-sm-6 pr-sec p-3 bg-white border border-right-0">
<i class="fa fa-circle" style="position: absolute; color: #e32235; top:-8px; left: -5px;"></i>
<h5 class="text-uppercase mt-0" style="font-size: 16px;">PROBLEM:</h5>
<p style="font-size: 16px;">With the Odoo Module, no preview is available.
</p>
</div>
<div class="col-sm-6 p-3 border border-left-0" style="background: #f1f0f0;">
<i class="fa fa-circle text-success" style="position: absolute; top:-8px; left:-5px;"></i>
<h5 class="text-uppercase mt-0" style="font-size: 16px;">SOLUTION:</h5>
<p style="color: #212829;font-size: 16px;">Document Preview offers a range of file formats such as
image,
text, PDF, audio, and Video to be displayed as a Preview.
</p>
</div>
</div>
<div class="row no-gutters mb-4">
<div class="col-sm-6 pr-sec p-3 bg-white border border-right-0">
<i class="fa fa-circle" style="position: absolute; color: #e32235; top:-8px; left: -5px;"></i>
<h5 class="text-uppercase mt-0" style="font-size: 16px;">PROBLEM:</h5>
<p style="font-size: 16px;">The user had to view the preview in the Attachment (Technical) module.
</p>
</div>
<div class="col-sm-6 p-3 border border-left-0" style="background: #f1f0f0;">
<i class="fa fa-circle text-success" style="position: absolute; top:-8px; left:-5px;"></i>
<h5 class="text-uppercase mt-0" style="font-size: 16px;">SOLUTION:</h5>
<p style="color: #212829;font-size: 16px;">This app lets the user preview in all Odoo modules.
</p>
</div>
</div>
<div class="my-4">
<div class="text-center p-2 d-flex justify-content-center align-items-center col-lg-9" style="background-color: #FF9A8B;
background-image: linear-gradient(90deg, #FF9A8B 0%, #FF6A88 55%, #FF99AC 100%);
box-shadow: 1px 2px 11px rgba(0, 0, 0, 0), 1px 11px 12px rgba(0, 0, 0, 0.22);margin: auto;">
<h3 class="font-weight-bold mb-0 mr-3 text-light">Note: </h3>
<h5 class="mb-0 text-light" style="margin-top: 2px;">
Extensively Tested on Odoo Vanilla with Ubuntu OS
</h5>
</div>
</div>
</div>
</div>
<div class="suggested-app">
<div class="row pt-4 px-3">
<div class="w-100">
<!-- Nav tabs -->
<ul class="nav nav-tabs mb-4 justify-content-center bg-transparent">
<li class="nav-item ml-4"
style="border-radius:0;margin: 0 10px 10px 10px;background-color: #FBAB7E;background-image: linear-gradient(62deg, #fbd69d 0%, #f9c36f 100%);">
<a class="nav-link active"
style="border-radius: 0;transition: 0.3s ease-in-out;border-color:#fdc6a3;color: #000;font-family: Roboto;font-weight: 500;"
data-toggle="tab" href="#pills-home">FEATURES</a>
</li>
<li class="nav-item"
style="border-radius:0;margin: 0 10px 10px 10px;background-color: #FBAB7E;background-image: linear-gradient(62deg, #fbd69d 0%, #f9c36f 100%);">
<a class="nav-link "
style="border-radius: 0;transition: 0.3s ease-in-out;border-color:#fdc6a3;color: #000;font-family: Roboto;font-weight: 500;"
data-toggle="tab" href="#pills-kinetik">WHY CHOOSE US</a>
</li>
<li class="nav-item"
style="border-radius:0;margin: 0 10px 10px 10px;background-color: #FBAB7E;background-image: linear-gradient(62deg, #fbd69d 0%, #f9c36f 100%);">
<a class="nav-link "
style="border-radius: 0;transition: 0.3s ease-in-out;border-color:#fdc6a3;color: #000;font-family: Roboto;font-weight: 500;"
data-toggle="tab" href="#pills-set_up">HOW IT WORKS</a>
</li>
<li class="nav-item"
style="border-radius:0;margin: 0 10px 10px 10px;background-color: #FBAB7E;background-image: linear-gradient(62deg, #fbd69d 0%, #f9c36f 100%);">
<a class="nav-link"
style="border-radius: 0;transition: 0.3s ease-in-out;border-color:#fdc6a3;color: #000;font-family: Roboto;font-weight: 500;"
data-toggle="tab" href="#pills-faqs">FAQs</a>
</li>
</ul>
<div class="tab-content" id="pills-tabContent">
<div class="tab-pane fade show active" id="pills-home">
<div class="mb-4">
</div>
<div class="text-left py-4">
<h2 class="mb-3 display-4" style="font-size: 2.6rem; ">
<span style="color: #e32235;">Key</span> Features</h2>
</div>
<div class="card p-4 p-lg-5 mb-4 border-0"
style="border-radius: .25rem;box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); color: #002966;">
<div class="row">
<div class="col-12 col-lg-6">
<ul class="list-unstyled" style="font-size:16px;color: #222020;">
<li class="d-flex align-items-baseline mb-3">
<div><img src="images/forward-arrow.svg" alt="arrow"
style="width:15px;margin-right:10px"></div>
<span>Supports Multiple Files such as images, texts, PDFs, and Videos.</span>
</li>
<li class="d-flex align-items-baseline mb-3">
<div><img src="images/forward-arrow.svg" alt="arrow"
style="width:15px;margin-right:10px"></div>
<span>Preview Files from Anywhere Inside the Odoo Module.</span>
</li>
<li class="d-flex align-items-baseline mb-3">
<div><img src="images/forward-arrow.svg" alt="arrow"
style="width:15px;margin-right:10px"></div>
<span>Document Preview enables support to preview binary files directly in Odoo.</span>
</li>
</ul>
</div>
</div>
</div>
<!-- <div>-->
<!-- <ul class="list-unstyled pl-0 bg-white" style="font-size:15px;">-->
<!-- <li class="d-flex align-items-baseline p-4 font-weight-bold" style="border-radius: 10px;font-size: 16px;">-->
<!-- <h2 style="border-width: 3px;-->
<!-- border-style: solid;-->
<!-- border-image: linear-gradient( to bottom, #fa6100, rgba(0, 0, 0, 0) ) 0 0 100%;-->
<!-- display: inline-block;-->
<!-- padding: 0 20px 5px;-->
<!-- font-family: Montserrat;margin: auto;">-->
<!-- WEBHOOK-->
<!-- </h2>-->
<!-- </li>-->
<!-- <li>-->
<!-- <img alt="arrow" class="my-4" src="preview_images/img/webhook.jpg" style="max-width:100%;">-->
<!-- </li>-->
<!-- </ul>-->
<!-- </div>-->
</div>
<div class="tab-pane fade" id="pills-kinetik">
<div class="tab-pane">
<div>
<ul class="list-unstyled px-lg-5 px-2">
<li class="d-flex align-items-center flex-wrap font-weight-bold py-3">
<img src="images/star.svg"
style="width:20px;height:20px;margin-right: 10px;"/>
Works with custom binary fields.
</li>
<li class="d-flex align-items-center flex-wrap font-weight-bold py-3">
<img src="images/star.svg"
style="width:20px;height:20px;margin-right: 10px;"/>
Support Multiple File Formats.
<ul class="list-unstyled w-100 font-weight-normal pl-4">
<li class="pt-2">- File formats such as Pdf, txt, jpeg, mp4, etc.</li>
</ul>
</li>
<li class="d-flex align-items-center flex-wrap font-weight-bold py-3">
<img src="images/star.svg"
style="width:20px;height:20px;margin-right: 10px;"/>
No setup required.
</li>
</ul>
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-set_up">
<div class="tab-pane text-center">
<span class="text-center my-4" style="font-size: 20px;font-weight: 400;color: #8482b2;"><b>HOW IT WORKS</b></span>
</div>
<div class="tab-pane">
<div>
<ul class="list-unstyled pl-0 bg-white" style="font-size:15px;">
<li class="d-flex align-items-baseline mb-2 p-3">
<span>
<img src="images/forward-arrow01.svg" alt="arrow"
style="width:15px;margin-right:10px">
If you’re adding the Binary Field to a new code or already working code,
then add <b>attachmnt=True</b> in python model wherever you
wish to add the field.<br>
<img src="preview_images/1.0.png" alt="arrow" style="max-width:100%;"
class="my-4 border">
</span>
</li>
</ul>
<ul class="list-unstyled pl-0 bg-white" style="font-size:15px;">
<li class="d-flex align-items-baseline mb-2 p-3">
<span>
<img src="images/forward-arrow01.svg" alt="arrow"
style="width:15px;margin-right:10px">
A button like(
<i class="fa fa-file-text-o" style="padding: 0px 2px; color: #7C7BAD;"
title="Sample Button"></i>
) will be visible beside the all binary field like shown in the below image.
<br>
<img src="preview_images/1.1.png" alt="arrow" style="max-width:100%;"
class="my-4 border">
</span>
</li>
</ul>
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-faqs">
<ul class="list-unstyled mt-5 px-5">
<li class="mb-3 d-flex align-items-baseline bg-white"
style="border-radius: 10px; padding: 15px;border-left: 11px solid #ff6f88;border-right: 11px solid #ff6f88;box-shadow: 0px 0px 7px 1px #c7c5c5;">
<img src="images/forward-arrow.svg" alt="arrow"
style="width:15px;margin-right:10px">
<div class="">
<h6 class="font-weight-bold">Is this app compatible with Odoo Enterprise?</h6>
<span style="font-size:13px;">Yes, our app works with Odoo Enterprise as well as Community.</span>
</div>
</li>
<li class="mb-3 d-flex align-items-baseline bg-white"
style="border-radius: 10px; padding: 15px;border-left: 11px solid #ff6f88;border-right: 11px solid #ff6f88;box-shadow: 0px 0px 7px 1px #c7c5c5;">
<img src="images/forward-arrow.svg" alt="arrow"
style="width:15px;margin-right:10px">
<div class="">
<h6 class="font-weight-bold">Does the preview works with custom binary fields?</h6>
<span style="font-size:13px;">Yes , but you have to make the field Attachment = True.</span>
</div>
</li>
<li class="mb-3 d-flex align-items-baseline bg-white"
style="border-radius: 10px; padding: 15px;border-left: 11px solid #ff6f88;border-right: 11px solid #ff6f88;box-shadow: 0px 0px 7px 1px #c7c5c5;">
<img src="images/forward-arrow.svg" alt="arrow"
style="width:15px;margin-right:10px">
<div class="">
<h6 class="font-weight-bold">What type of files does it support for preview?</h6>
<span style="font-size:13px;">It supports most of the file formats like Pdf, txt, jpg, mp4.</span>
</div>
</li>
<li class="mb-3 d-flex align-items-baseline bg-white"
style="border-radius: 10px; padding: 15px;border-left: 11px solid #ff6f88;border-right: 11px solid #ff6f88;box-shadow: 0px 0px 7px 1px #c7c5c5;">
<img src="images/forward-arrow.svg" alt="arrow"
style="width:15px;margin-right:10px">
<div class="">
<h6 class="font-weight-bold">Need some customization in this app, whom to
contact?</h6>
<span style="font-size:13px;">Please drop email at sales@ksolves.com or raise a
ticket through Odoo store itself.</span>
</div>
</li>
<!-- <li class="mb-3 d-flex align-items-baseline bg-white"-->
<!-- style="border-radius: 10px; padding: 15px;border-left: 11px solid #ff6f88;border-right: 11px solid #ff6f88;box-shadow: 0px 0px 7px 1px #c7c5c5;">-->
<!-- <img src="images/forward-arrow.svg" alt="arrow"-->
<!-- style="width:15px;margin-right:10px">-->
<!-- <div class="">-->
<!-- <h6 class="font-weight-bold">Do you provide any free support?</h6>-->
<!-- <span style="font-size:13px;">Yes, we do provide free support for 90 days for-->
<!-- any queries or any bug/issue fixing.</span>-->
<!-- </div>-->
<!-- </li>-->
</ul>
</div>
</div>
</div>
</div>
<!-- Popular Apps -->
<div class="row pb-sm-5">
<h2 class="w-100 text-center mb-3" style="font-weight: 400;">Ksolves Suggested Apps</h2>
<div class="text-center w-100 mb-1">
<img src="images/line.png" alt="ksolves">
</div>
<div id="demo" class="carousel slide pb-5 col-12 col-lg-8 mx-auto" data-ride="carousel">
<!-- Indicators -->
<ul class="carousel-indicators">
<li data-target="#demo" style="background-color: #9d7092;" data-slide-to="0"
class="active"></li>
<li data-target="#demo" style="background-color: #9d7092;" data-slide-to="1"></li>
</ul>
<!-- The slideshow -->
<div class="carousel-inner pt-4 pt-lg-5 ">
<div class="carousel-item px-4 active">
<div class="row pb-sm-4 no-lg-gutters">
<div class="col-6 col-sm-3 text-center">
<a href="https://apps.odoo.com/apps/modules/12.0/ks_dashboard_ninja/"
class="d-block" target="_blank" style="text-decoration: none;">
<img src="images/app-logo/dashboard-ninja.png" alt="dashboard-ninja">
<div class="card-body text-center p-0 mt-3 mb-3 mb-lg-0">
<h5 class="card-text m-0" style="font-size: 16px; font-weight: 600">
Dashboard <br> Ninja</h5>
</div>
</a>
</div>
<div class="col-6 col-sm-3 text-center">
<a href="https://apps.odoo.com/apps/modules/12.0/ks_list_view_manager/"
target="_blank" style="text-decoration: none;">
<img src="images/app-logo/list-view-manager.png" alt="list-view-manager">
<div class="card-body text-center p-0 mt-3 mb-3 mb-lg-0">
<h5 class="card-text m-0" style="font-size: 16px; font-weight: 600">List
View <br> Manager</h5>
</div>
</a>
</div>
<div class="col-6 col-sm-3 text-center">
<a href="https://apps.odoo.com/apps/modules/13.0/ks_leaderboard/" class="d-block"
target="_blank" style="text-decoration: none;">
<img src="images/app-logo/leaderboard.png" alt="Leaderboard-Ninja">
<div class="card-body text-center p-0 mt-3 mb-3 mb-lg-0">
<h5 class="card-text m-0" style="font-size: 16px; font-weight: 600">
Leaderboard <br>Ninja</h5>
</div>
</a>
</div>
<div class="col-6 col-sm-3 text-center">
<a href="https://apps.odoo.com/apps/modules/11.0/ks_oneclick_sale_purchase/"
target="_blank" style="text-decoration: none;">
<img src="images/app-logo/one-click-sale.png" alt="list-view-manager">
<div class="card-body text-center p-0 mt-3 mb-3 mb-lg-0">
<h5 class="card-text m-0" style="font-size: 16px; font-weight: 600">One
Click <br>Sale/Purchase</h5>
</div>
</a>
</div>
</div>
<div class="row pt-3 pb-4 no-gutters">
<div class="col-6 col-sm-3 text-center">
<a href="https://apps.odoo.com/apps/modules/12.0/ks_theme_base/" target="_blank"
style="text-decoration: none;">
<img src="images/app-logo/ksolves-theme-base.png" alt="ksolves-theme-base">
<div class="card-body text-center p-0 mt-3 mb-3 mb-lg-0">
<h5 class="card-text m-0" style="font-size: 16px; font-weight: 600">Ksolves
<br>Theme Base</h5>
</div>
</a>
</div>
<div class="col-6 col-sm-3 text-center">
<a href="https://apps.odoo.com/apps/modules/12.0/ks_pos_order_notes/"
class="d-block" target="_blank" style="text-decoration: none;">
<img src="images/app-logo/pos-per-item.png" alt="pos-per-item">
<div class="card-body text-center p-0 mt-3 mb-3 mb-lg-0">
<h5 class="card-text m-0" style="font-size: 16px; font-weight: 600">POS Per
Item <br>& Order Note</h5>
</div>
</a>
</div>
<div class="col-6 col-sm-3 text-center">
<a href="https://apps.odoo.com/apps/modules/12.0/ks_pos_dashboard_ninja/"
target="_blank" style="text-decoration: none;">
<img src="images/app-logo/pos_dashboard_ninja.png" alt="pos_dashboard_ninja">
<div class="card-body text-center p-0 mt-3 mb-3 mb-lg-0">
<h5 class="card-text m-0" style="font-size: 16px; font-weight: 600">POS <br>Dashboard
Ninja</h5>
</div>
</a>
</div>
<div class="col-6 col-sm-3 text-center">
<a href="https://apps.odoo.com/apps/modules/12.0/web_listview_sticky_header/"
class="d-block" target="_blank" style="text-decoration: none;">
<img src="images/app-logo/listview_sticky_header.png"
alt="listview_sticky_header">
<div class="card-body text-center p-0 mt-3 mb-3 mb-lg-0">
<h5 class="card-text m-0" style="font-size: 16px; font-weight: 600">List
View <br>Sticky Header</h5>
</div>
</a>
</div>
</div>
</div>
<div class="carousel-item px-4">
<div class="row pb-sm-4 no-gutters">
<div class="col-6 col-sm-3 text-center">
<a href="https://apps.odoo.com/apps/modules/12.0/ks_pos_low_stock_alert/"
target="_blank" style="text-decoration: none;">
<img src="images/app-logo/pos_low_stock_alert.png" alt="POS Low Stock Alert">
<div class="card-body text-center p-0 mt-3 mb-3 mb-lg-0">
<h5 class="card-text m-0" style="font-size: 16px; font-weight: 600">POS
Low<br>Stock Alert</h5>
</div>
</a>
</div>
<div class="col-6 col-sm-3 text-center">
<a href="https://apps.odoo.com/apps/modules/12.0/universal_discount/"
class="d-block" target="_blank" style="text-decoration: none;">
<img src="images/app-logo/universal_discount.png" alt="Universal Discount">
<div class="card-body text-center p-0 mt-3 mb-3 mb-lg-0">
<h5 class="card-text m-0" style="font-size: 16px; font-weight: 600">
Universal <br>Discount</h5>
</div>
</a>
</div>
<div class="col-6 col-sm-3 text-center">
<a href="https://apps.odoo.com/apps/modules/13.0/ks_custom_report/" target="_blank"
style="text-decoration: none;">
<img src="images/app-logo/report_mate.png" alt="ReportMate">
<div class="card-body text-center p-0 mt-3 mb-3 mb-lg-0">
<h5 class="card-text m-0" style="font-size: 16px; font-weight: 600">
ReportMate</h5>
</div>
</a>
</div>
<div class="col-6 col-sm-3 text-center">
<a href="https://apps.odoo.com/apps/modules/13.0/ks_woocommerce/" target="_blank"
style="text-decoration: none;">
<img src="images/app-logo/woocommerce_icon.png"
alt="odoo_woocommerce_connector">
<div class="card-body text-center p-0 mt-3 mb-3 mb-lg-0">
<h5 class="card-text m-0" style="font-size: 16px; font-weight: 600">Odoo
Woocommerce <br>Connector</h5>
</div>
</a>
</div>
</div>
<div class="row pt-3 pb-4 no-gutters">
<div class="col-6 col-sm-3 text-center">
<a href="https://apps.odoo.com/apps/modules/12.0/ks_office365_calendar/"
target="_blank" style="text-decoration: none;">
<img src="images/app-logo/office365_calendar.png"
alt="office365_calendar_connector">
<div class="card-body text-center p-0 mt-3 mb-3 mb-lg-0">
<h5 class="card-text m-0" style="font-size: 16px; font-weight: 600">
Office365 Calendar<br>Connector</h5>
</div>
</a>
</div>
<div class="col-6 col-sm-3 text-center">
<a href="https://apps.odoo.com/apps/modules/12.0/ks_office365_contacts/"
target="_blank" style="text-decoration: none;">
<img src="images/app-logo/office365_contact.png"
alt="office365_contacts_connector">
<div class="card-body text-center p-0 mt-3 mb-3 mb-lg-0">
<h5 class="card-text m-0" style="font-size: 16px; font-weight: 600">
Office365 Contacts<br>Connector</h5>
</div>
</a>
</div>
<div class="col-6 col-sm-3 text-center">
<a href="https://apps.odoo.com/apps/modules/12.0/odoo_paytm_gateway/"
target="_blank" style="text-decoration: none;">
<img src="images/app-logo/odoo_paytm_gateway.png" alt="odoo_paytm_gateway">
<div class="card-body text-center p-0 mt-3 mb-3 mb-lg-0">
<h5 class="card-text m-0" style="font-size: 16px; font-weight: 600">Odoo
Paytm <br>Gateway</h5>
</div>
</a>
</div>
<div class="col-6 col-sm-3 text-center">
<a href="https://apps.odoo.com/apps/modules/12.0/ks_low_stock_alert/"
class="d-block" target="_blank" style="text-decoration: none;">
<img src="images/app-logo/low_stock_alert.png" alt="low_stock_alert">
<div class="card-body text-center p-0 mt-3 mb-3 mb-lg-0">
<h5 class="card-text m-0" style="font-size: 16px; font-weight: 600">Low
Stock<br>Alert</h5>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#demo" data-slide="prev" style="left: -5%; width: 60px;">
<i class="fa fa-angle-left" style="font-size: 5vw;color: #333;"></i>
</a>
<a class="carousel-control-next" href="#demo" data-slide="next" style="right: -5%; width: 60px;">
<i class="fa fa-angle-right" style="font-size: 5vw;color: #333;"></i>
</a>
</div>
</div>
<!-- Ksolves Odoo Services -->
<div class="row pb-sm-5 px-1 pb-4">
<h2 class="w-100 text-center my-3" style="font-weight: 400;">Ksolves Odoo Services</h2>
<div class="text-center w-100 mb-4">
<img src="images/line.png" alt="ksolves">
</div>
<div class="col-12 col-sm-6 col-md-4" style="margin-bottom: 20px;">
<div class="card text-center"
style="min-height: 90px;background-color: #8BC6EC;background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);">
<div class="pt-4">
<img src="images/support.png" alt="support">
</div>
<div class="card-body">
<h5 class="card-title text-white" style="font-size: 19px; font-weight: 400;">Odoo
Implementation</h5>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4" style="margin-bottom: 20px;">
<div class="card text-center"
style="min-height: 90px;background-color: #8BC6EC;background-image: linear-gradient(135deg, #949fe4 0%, #8cc3ec 100%);">
<div class="pt-4">
<img src="images/apps.png" style="min-height: 64px;" alt="apps">
</div>
<div class="card-body">
<h5 class="card-title text-white" style="font-size: 19px; font-weight: 400;">Odoo Community
Apps</h5>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4" style="margin-bottom: 20px;">
<div class="card text-center"
style="min-height: 90pxbackground-color: #8BC6EC;background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);">
<div class="pt-4">
<img src="images/support2.png" alt="support2">
</div>
<div class="card-body">
<h5 class="card-title text-white" style="font-size: 19px; font-weight: 400;">Odoo Support
& Maintenance</h5>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4" style="margin-bottom: 20px;">
<div class="card text-center"
style="min-height: 90px;background-color: #8BC6EC;background-image: linear-gradient(135deg, #949fe4 0%, #8cc3ec 100%);">
<div class="pt-4">
<img src="images/custom.png" alt="custom">
</div>
<div class="card-body">
<h5 class="card-title text-white" style="font-size: 19px; font-weight: 400;">Odoo
Customization</h5>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4" style="margin-bottom: 20px;">
<div class="card text-center"
style="min-height: 90px;background-color: #8BC6EC;background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);">
<div class="pt-4">
<img src="images/integrated.png" alt="integrated">
</div>
<div class="card-body">
<h5 class="card-title text-white" style="font-size: 19px; font-weight: 400;">Odoo
Integration Services</h5>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4" style="margin-bottom: 20px;">
<div class="card text-center"
style="min-height: 90px;background-color: #8BC6EC;background-image: linear-gradient(135deg, #949fe4 0%, #8cc3ec 100%);">
<div class="pt-4">
<img src="images/develop.png" alt="develop">
</div>
<div class="card-body">
<h5 class="card-title text-white" style="font-size: 19px; font-weight: 400;">Odoo Developer
Outsourcing</h5>
</div>
</div>
</div>
</div>
<!-- Ksolves Footer -->
<div class="row mx-0 justify-content-sm-between justify-content-center"
style="border-top: 1px solid black;">
<div class="mb-sm-0 mb-3 d-flex align-items-center">
<img src="images/letter.svg" style="width: 35px;height: 35px;margin-right: 20px"/>
<span style="font-size: 18px;font-weight: 400;"
class="text-dark">sales@ksolves.com</span>
</div>
<div class="d-none d-sm-block">
<div class="bg-white" style="width: 50px;height: 1px;margin-top: -1px"></div>
<div
style="border-right: 1px solid black;height: 50px;transform: translateX(-50%);">
</div>
</div>
<div class="d-flex align-items-center">
<span style="font-size: 18px;font-weight: 400;" class="text-dark">+91
120-4299799</span>
<img src="images/smartphone.svg"
style="width: 35px;height: 35px;margin-left: 20px;"/>
</div>
</div>
<!-- container End -->
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
</body>
</html>