[FIX] remove unused or duplicate files

bzr revid: al@openerp.com-20120813221645-s8n8du7fy2sqhl0g
This commit is contained in:
Antony Lesuisse 2012-08-14 00:16:45 +02:00
parent 8627aa0b28
commit 8d97d9830d
3 changed files with 0 additions and 2611 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,22 +0,0 @@
<!doctype html>
<html>
<head>
<title>JSON</title>
<script type="text/javascript" src="http://localhost:8069/web/webclient/js"></script>
</head>
<body>
<h1>JSON</h1>
<p id="response"></p>
<script type="text/javascript">
var c = new openerp.init(['web', 'point_of_sale']);
c.connection.session_bind('http://localhost:8069').then(function() {
var w = new c.point_of_sale.test();
w.appendTo($("#response"));
});
</script>
</body>
</html>