Update file views.xml

This commit is contained in:
2023-11-06 09:55:16 +00:00
parent a437969661
commit cbe118244d

View File

@@ -68,10 +68,9 @@
<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>