gl template: remove references to fiscalyear

pull/367/head
Leonardo Pistone 2016-05-26 15:08:14 +02:00 committed by Jordi Ballester
parent 182e2c437f
commit 2cd1a05f6d
1 changed files with 3 additions and 13 deletions

View File

@ -19,14 +19,9 @@
<div class="act_as_row labels">
<!--<div class="act_as_cell">Chart of Account</div>-->
<div class="act_as_cell">Fiscal Year</div>
<t t-if="o.fiscalyear or o.start_date or o.end_date">
<t t-if="o.start_date or o.end_date">
<div class="act_as_cell">
<t t-if="not o.fiscalyear">
Dates Filter
</t>
<t t-if="o.fiscalyear">
Fiscal Year Filter
</t>
Dates Filter
</div>
</t>
<div class="act_as_cell">Accounts Filter</div>
@ -34,12 +29,7 @@
<div class="act_as_cell">Target Moves</div>
</div>
<div class="act_as_row">
<div class="act_as_cell">
<t t-if="o.fiscalyear">
<span t-field="o.fiscalyear.name"/>
</t>
</div>
<t t-if="o.fiscalyear or o.start_date or o.end_date">
<t t-if="o.start_date or o.end_date">
<div class="act_as_cell">
From:
<span t-field="o.start_date"/>