<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
    <t t-name="web.IrUIViewAceField">
        <div class="o_field_widget oe_form_field o_ace_view_editor oe_ace_open">
            <IrUiViewCodeEditor
                value="state.initialValue"
                mode="mode"
                readonly="props.readonly"
                record="props.record"
                onBlur.bind="commitChanges"
                onChange.bind="handleChange"
                class="'ace-view-editor'"
                theme="theme"
                maxLines="200"
            />
        </div>
    </t>
</templates>
