Update file views.xml

This commit is contained in:
2023-11-13 08:14:01 +00:00
parent 8b34d391f4
commit 77aaf76c67

View File

@@ -95,9 +95,8 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Embedded Mailcatcher" version="7.0" edit="false" create="false"> <form string="Embedded Mailcatcher" version="7.0" edit="false" create="false">
<div class="embed-responsive embed-responsive-4by3" style="height: 1000px;"> <div class="embed-responsive embed-responsive-4by3" style="height: 1000px;">
<!-- <iframe class="embed-responsive-item" src="http://192.168.1.167:8025" width="100%" height="100%"/> --> <iframe class="embed-responsive-item" src="http://192.168.1.167:8025" width="100%" height="100%"/>
<!--<field name="external_content" widget="html" options="{'editable': False}"/> -->
<field name="external_content" widget="html" options="{'editable': False}"/>
</div> </div>
</form> </form>
</field> </field>