Skip to content

Commit

Permalink
[IMP] base_comment_template: allow to show code view in text field
Browse files Browse the repository at this point in the history
  • Loading branch information
alan196 committed Aug 22, 2023
1 parent 646cb05 commit 9d36a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_comment_template/views/base_comment_template_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</group>
<notebook>
<page name="text" string="Comment">
<field name="text" />
<field name="text" options="{'codeview': true}" />
</page>
</notebook>
</sheet>
Expand Down

0 comments on commit 9d36a13

Please sign in to comment.