[IMP] removed tests in base

bzr revid: fp@tinyerp.com-20100309084422-83zbkvap5smz9o7y
This commit is contained in:
Fabien Pinckaers 2010-03-09 09:44:22 +01:00
parent 26a19e47f9
commit 3925b8388f
1 changed files with 2 additions and 35 deletions

View File

@ -252,43 +252,10 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Partners" col='1'>
<html>
<fieldset>
<legend>HTML Form Example</legend>
<div style="width: 150px; white-space: nowrap;">
<Label for="name">
Name:
</Label>
<field name="name" select="1" colspan="6"/>
<BUTTON type="button" class="button" onclick="clickme();">Test Click</BUTTON>
<script type="text/javascript">
var clickme = function() {
alert("This is Test HTML Code in Form View");
}
</script>
</div>
<newline/>
<table width="25%%" border='1'>
<tr>
<td>
<b>
OpenERP
</b>
</td>
<td>
<i>
Tiny
</i>
</td>
</tr>
</table>
</fieldset>
<hr/>
</html>
<group col="6" colspan="4">
<group colspan="5" col="6">
<field name="ref" select="1"/>
<field name="name" select="1"/>
<field name="ref"/>
<field domain="[('domain', '=', 'partner')]" name="title"/>
<field name="lang"/>
</group>