Skip to content

Commit

Permalink
[FIX] medical_diagnostic_report: We need to set colspan 2
Browse files Browse the repository at this point in the history
  • Loading branch information
etobella committed Sep 8, 2024
1 parent e1cca52 commit bd91845
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions medical_diagnostic_report/views/medical_diagnostic_report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@
<field
name="composition"
nolabel="1"
colspan="2"
options="{'automatic_summernote_height': 1}"
/>
</group>
Expand All @@ -216,6 +217,7 @@
name="conclusion"
attrs="{'invisible':[('with_conclusion', '=', False)]}"
nolabel="1"
colspan="2"
/>
</group>
</page>
Expand Down

0 comments on commit bd91845

Please sign in to comment.