Skip to content

Commit

Permalink
[FIX] quality_control_oca: notes width in QC inspection form
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraCForgeFlow committed Mar 5, 2025
1 parent d76ece6 commit e3108d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quality_control_oca/views/qc_inspection_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,13 @@
</page>
<page string="Notes">
<group string="Internal notes">
<field name="internal_notes" nolabel="1" />
<field name="internal_notes" nolabel="1" colspan="2" />
</group>
<group string="External notes">
<field
name="external_notes"
nolabel="1"
colspan="2"
readonly="state in ['success', 'failed']"
/>
</group>
Expand Down

0 comments on commit e3108d8

Please sign in to comment.