|
22 | 22 | <span t-field="doc.name" />
|
23 | 23 | </h3>
|
24 | 24 | <div class="row mt32 mb32" id="informations">
|
25 |
| - <div t-if="doc.owner_user_id" class="col-auto mw-100 mb-2"> |
| 25 | + <div t-if="doc.owner_user_id" class="col-3"> |
26 | 26 | <strong>Requested By:</strong>
|
27 | 27 | <p class="m-0" t-field="doc.owner_user_id" />
|
28 | 28 | </div>
|
29 |
| - <div t-if="doc.request_date" class="col-auto mw-100 mb-2"> |
| 29 | + <div t-if="doc.request_date" class="col-3"> |
30 | 30 | <strong>Request Date:</strong>
|
31 | 31 | <p class="m-0" t-field="doc.request_date" />
|
32 | 32 | </div>
|
33 |
| - <div t-if="doc.maintenance_type" class="col-auto mw-100 mb-2"> |
| 33 | + <div t-if="doc.maintenance_type" class="col-3"> |
34 | 34 | <strong>Maintenance Type:</strong>
|
35 | 35 | <p class="m-0" t-field="doc.maintenance_type" />
|
36 | 36 | </div>
|
37 |
| - <div t-if="doc.close_date" class="col-auto mw-100 mb-2"> |
| 37 | + <div t-if="doc.close_date" class="col-3"> |
38 | 38 | <strong>Close Date:</strong>
|
39 | 39 | <p class="m-0" t-field="doc.close_date" />
|
40 | 40 | </div>
|
41 |
| - <div t-if="doc.stage_id" class="col-auto mw-100 mb-2"> |
| 41 | + <div t-if="doc.stage_id" class="col-3"> |
42 | 42 | <strong>Stage:</strong>
|
43 | 43 | <p class="m-0" t-field="doc.stage_id" />
|
44 | 44 | </div>
|
45 | 45 | </div>
|
46 | 46 | <div class="row mt32 mb32" id="equipament_informations">
|
47 |
| - <div t-if="doc.category_id" class="col-auto mw-100 mb-2"> |
| 47 | + <div t-if="doc.category_id" class="col-3"> |
48 | 48 | <strong>Category:</strong>
|
49 | 49 | <p class="m-0" t-field="doc.category_id" />
|
50 | 50 | </div>
|
51 |
| - <div t-if="doc.equipment_id" class="col-auto mw-100 mb-2"> |
| 51 | + <div t-if="doc.equipment_id" class="col-3"> |
52 | 52 | <strong>Equipment:</strong>
|
53 | 53 | <p class="m-0" t-field="doc.equipment_id" />
|
54 | 54 | </div>
|
55 |
| - <div t-if="doc.equipment_id.model" class="col-auto mw-100 mb-2"> |
| 55 | + <div t-if="doc.equipment_id.model" class="col-3"> |
56 | 56 | <strong>Model:</strong>
|
57 | 57 | <p class="m-0" t-field="doc.equipment_id.model" />
|
58 | 58 | </div>
|
59 |
| - <div t-if="doc.equipment_id.serial_no" class="col-auto mw-100 mb-2"> |
| 59 | + <div t-if="doc.equipment_id.serial_no" class="col-3"> |
60 | 60 | <strong>Serial:</strong>
|
61 | 61 | <p class="m-0" t-field="doc.equipment_id.serial_no" />
|
62 | 62 | </div>
|
63 | 63 | </div>
|
64 | 64 | <div class="row mt32 mb32" id="schedule_informations">
|
65 |
| - <div t-if="doc.schedule_date" class="col-auto mw-100 mb-2"> |
| 65 | + <div t-if="doc.schedule_date" class="col-3"> |
66 | 66 | <strong>Schedule Date:</strong>
|
67 | 67 | <p class="m-0" t-field="doc.schedule_date" />
|
68 | 68 | </div>
|
69 |
| - <div t-if="doc.duration" class="col-auto mw-100 mb-2"> |
| 69 | + <div t-if="doc.duration" class="col-3"> |
70 | 70 | <strong>Duration:</strong>
|
71 | 71 | <p class="m-0" t-field="doc.duration" />
|
72 | 72 | </div>
|
73 |
| - <div t-if="doc.priority" class="col-auto mw-100 mb-2"> |
| 73 | + <div t-if="doc.priority" class="col-3"> |
74 | 74 | <strong>Priority:</strong>
|
75 | 75 | <p class="m-0" t-field="doc.priority" />
|
76 | 76 | </div>
|
77 |
| - <div t-if="doc.maintenance_team_id" class="col-auto mw-100 mb-2"> |
| 77 | + <div t-if="doc.maintenance_team_id" class="col-3"> |
78 | 78 | <strong>Team:</strong>
|
79 | 79 | <p class="m-0" t-field="doc.maintenance_team_id" />
|
80 | 80 | </div>
|
81 |
| - <div t-if="doc.user_id" class="col-auto mw-100 mb-2"> |
| 81 | + <div t-if="doc.user_id" class="col-3"> |
82 | 82 | <strong>Responsible:</strong>
|
83 | 83 | <p class="m-0" t-field="doc.user_id" />
|
84 | 84 | </div>
|
85 | 85 | </div>
|
86 | 86 | <div class="row mt32 mb32" id="description">
|
87 |
| - <div t-if="doc.description" class="col-auto mw-100 mb-2"> |
| 87 | + <div t-if="doc.description" class="col-3"> |
88 | 88 | <strong>Description:</strong>
|
89 | 89 | <p class="m-0" t-field="doc.description" />
|
90 | 90 | </div>
|
|
0 commit comments