CMS is the most important part of the Odoo/OpenERP. Its help to use in Odoo dynamic website.
CMS helps to make structure acts as a design foundation that you have to update over time to ensure compatibility within your CMS. For example see below code .
<template id="my_title" name="My title">
<h1>This is an HTML block</h1>
<h2 class="lead">And this is a subtitle</h2>
</template>
<!--?xml version="1.0" encoding="utf-8" ?-->
<openerp>
<data>
## YOUR CODE HERE
</data>
</openerp>
0 Comment(s)