[IMP] Replace <openerp> by <odoo> and review indentation in xml file
parent
41882ce0dd
commit
56c8802085
|
@ -1,6 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<openerp>
|
<odoo>
|
||||||
<data>
|
|
||||||
|
|
||||||
<template id="minimal_layout" inherit_id="report.minimal_layout">
|
<template id="minimal_layout" inherit_id="report.minimal_layout">
|
||||||
<xpath expr="//t[@t-if='subst is True']" position="replace">
|
<xpath expr="//t[@t-if='subst is True']" position="replace">
|
||||||
|
@ -44,5 +43,4 @@
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
</data>
|
</odoo>
|
||||||
</openerp>
|
|
||||||
|
|
Loading…
Reference in New Issue