12 lines
394 B
XML
12 lines
394 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<openerp>
|
|
<data>
|
|
<!-- Replace copyright and put languages -->
|
|
<template id="change_footer_copyright" inherit_id="website.layout_footer_copyright" name="Change Footer Copyright">
|
|
<xpath expr="//footer/div[@id='footer']" position="after">
|
|
<hr/>
|
|
</xpath>
|
|
</template>
|
|
</data>
|
|
</openerp>
|