You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
375 B
10 lines
375 B
<?xml version="1.0" encoding="utf-8" ?>
|
|
<templates id="template" xml:space="preserve">
|
|
<t t-name="NewProgressBar">
|
|
<div>
|
|
<div class="o_progressbar" style="background-color: #c1c1dd; height:7px;">
|
|
<div class="o_progressbar_complete" style="background-color:#6f6f62; height: 7px;"/>
|
|
</div>
|
|
</div>
|
|
</t>
|
|
</templates>
|