odoo/addons/edi/static/src/xml/edi.xml

60 lines
2.4 KiB
XML

<template>
<t t-name="EdiEmpty">
<div></div>
</t>
<t t-name="EdiView">
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%" id="oe_app" class="oe-application,oe_forms">
<tr>
<td colspan="2" valign="top" id="oe_header" class="header">
<div> <a href="/" class="company_logo_link"> <div class="company_logo" /> </a> </div>
</td>
</tr>
<tr>
<td class="oe_edi_view">
<p class="oe_form_paragraph"><t t-raw="widget.center"/></p>
<p><button type="button" id="edi_action_print" class="edi_action_print">View/Print PDF</button></p>
</td>
<td class="oe_edi_sidebar_container">
<p class="oe_edi_sidebar_title">
Import this document
</p>
<input type="radio" id="oe_edi_import_openerp" name="oe_edi_import"/>
<label for="oe_edi_rd_import_openerp">Import it into an existing OpenERP instance</label>
<p class="oe_edi_nested_block">
<label for="oe_edi_txt_saas_url">OpenERP instance address:</label>
<br/>
http://<input type="text" id="oe_edi_txt_server_url"/>
</p>
<input type="radio" id="oe_edi_import_saas" name="oe_edi_import"/>
<label for="oe_edi_rd_import_saas_account">Create a new OpenERP instance:</label>
<p class="oe_edi_nested_block">
<label for="oe_edi_txt_saas_url">Company:</label><input type="text" name="oe_edi_txt_saas_url"/>.my.openerp.com
<br/>
<label for="oe_edi_txt_saas_password">Password:</label><input type="password" name="oe_edi_txt_saas_password"/>
<br/>
<label for="oe_edi_txt_saas_email">Email:</label><input type="text" name="oe_edi_txt_saas_email"/>
<br/>
</p>
<input type="radio" id="oe_edi_import_download" name="oe_edi_import"/>
<label for="oe_edi_rd_import_other">Import into another application</label>
<br/>
<br/>
<button type="button" class="oe_edi_import_button">Continue</button>
<div class="oe_edi_right_bottom">
</div>
</td>
</tr>
<tr>
<td colspan="2" id="oe_footer" class="oe_footer">
<p class="oe_footer_powered">Powered by <a href="http://www.openerp.com">OpenERP</a>.</p>
</td>
</tr>
</table>
</t>
</template>