[REF] extras: move benchmarks and playground into extras

closes #76
closes #73
This commit is contained in:
Géry Debongnie
2019-05-03 10:33:22 +02:00
parent 4e982f5460
commit e060130655
49 changed files with 38504 additions and 27 deletions
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Odoo Widget Benchmark (12.0)</title>
<link href="../shared/main.css" rel="stylesheet"/>
<script src='web.assets_common.js'></script>
</head>
<body>
<div id='main'></div>
<script src='app.js' type="module"></script>
</body>
</html>