Browse Source

Aug 16: [FIX] Bug Fixed 'education_university_management'

pull/331/head
Cybrosys Technologies 8 months ago
parent
commit
54826b9e70
  1. 5
      education_university_management/doc/RELEASE_NOTES.md
  2. BIN
      education_university_management/static/description/assets/screenshots/17.png
  3. BIN
      education_university_management/static/description/assets/screenshots/18.png
  4. 16
      education_university_management/static/description/index.html
  5. 2
      education_university_management/views/student_portal_templates.xml

5
education_university_management/doc/RELEASE_NOTES.md

@ -9,3 +9,8 @@
#### Version 17.0.1.0.1 #### Version 17.0.1.0.1
#### UPDT #### UPDT
- Updated student portal template - Updated student portal template
#### 09.08.2024
#### Version 17.0.1.0.1
#### UPDT
- Updated student portal template and index

BIN
education_university_management/static/description/assets/screenshots/17.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

BIN
education_university_management/static/description/assets/screenshots/18.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

16
education_university_management/static/description/index.html

@ -690,6 +690,22 @@
</div> </div>
</div> </div>
</div> </div>
<div class="col-lg-12 py-2"
style="padding: 1rem 4rem !important;">
<div
style="border: 1px solid #d8d6d6; border-radius: 4px; background: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);">
<div class="row justify-content-center p-3 w-100 m-0">
<img src="assets/screenshots/17.png"
class="img-responsive" width="100%"
height="auto">
</div>
<div class="px-3">
<h4 class="mt-2"
style=" font-weight:600 !important; color:#282F33 !important; font-size:1.3rem !important">
From the Student Portal , Students can see their details , documents and exam results.</h4>
</div>
</div>
</div>
</div> </div>
<div id="tab2" class="tab-pane fade"> <div id="tab2" class="tab-pane fade">

2
education_university_management/views/student_portal_templates.xml

@ -315,7 +315,7 @@
<t t-esc="line.mark_scored"/> <t t-esc="line.mark_scored"/>
</td> </td>
<td> <td>
<t t-esc="line.is_pass"/> <t t-esc="'Pass' if line.is_pass else 'Fail'"/>
</td> </td>
</tr> </tr>
</t> </t>

Loading…
Cancel
Save