odoo/doc/_templates/sidebarintro.html

15 lines
582 B
HTML

<h3>About OpenERP</h3>
<p>
OpenERP is both a flexible development framework written in Python and an
extensive suite of business applications built on the framework. The framework
uses a three-tier architecture. It provides an ORM on top of PostgreSQL, a
modular application server, and a feature-packed web client.
</p>
<h3>Useful Links</h3>
<ul>
<li><a href="http://www.openerp.com/">The OpenERP website</a></li>
<li><a href="http://doc.openerp.com/">OpenERP functional documentation</a></li>
<li><a href="http://python.org/">The Python programming language</a></li>
</ul>