blob: ebdfbb998a67ebaf426e4621dd3bf893b1b124d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-name="OrganizationalEmployeeChart">
<div id="o_organizational_chart">
<h4 class="o_org_chart_title mb16 mt0" align="center">Organization Chart</h4>
<center>
<div id="o_parent_employee" class="empchart">
</div>
</center>
</div>
</t>
</templates>
|