odoo/addons/pad/static/src/xml/pad.xml

16 lines
366 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- vim:fdl=1:
-->
<templates id="template" xml:space="preserve">
<t t-name="FieldEtherpad">
<t t-if="!widget.get('effective_readonly')">
<div class="oe_form_field_text">
<span class="etherpad_head"></span>
<div class="etherpad_default" ></div>
</div>
</t>
</t>
</templates>