gl template: remove references to fiscalyear
parent
182e2c437f
commit
2cd1a05f6d
|
@ -19,14 +19,9 @@
|
||||||
<div class="act_as_row labels">
|
<div class="act_as_row labels">
|
||||||
<!--<div class="act_as_cell">Chart of Account</div>-->
|
<!--<div class="act_as_cell">Chart of Account</div>-->
|
||||||
<div class="act_as_cell">Fiscal Year</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">
|
<div class="act_as_cell">
|
||||||
<t t-if="not o.fiscalyear">
|
Dates Filter
|
||||||
Dates Filter
|
|
||||||
</t>
|
|
||||||
<t t-if="o.fiscalyear">
|
|
||||||
Fiscal Year Filter
|
|
||||||
</t>
|
|
||||||
</div>
|
</div>
|
||||||
</t>
|
</t>
|
||||||
<div class="act_as_cell">Accounts Filter</div>
|
<div class="act_as_cell">Accounts Filter</div>
|
||||||
|
@ -34,12 +29,7 @@
|
||||||
<div class="act_as_cell">Target Moves</div>
|
<div class="act_as_cell">Target Moves</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="act_as_row">
|
<div class="act_as_row">
|
||||||
<div class="act_as_cell">
|
<t t-if="o.start_date or o.end_date">
|
||||||
<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">
|
|
||||||
<div class="act_as_cell">
|
<div class="act_as_cell">
|
||||||
From:
|
From:
|
||||||
<span t-field="o.start_date"/>
|
<span t-field="o.start_date"/>
|
||||||
|
|
Loading…
Reference in New Issue