Browse Source

[IMP] change items color

pull/503/head
Iryna Vyshnevska 6 years ago
parent
commit
bea650101a
  1. 4
      account_financial_report_qweb/report/templates/open_items.xml

4
account_financial_report_qweb/report/templates/open_items.xml

@ -137,8 +137,8 @@
<a t-att-data-active-id="line.move_line_id.move_id.id"
t-att-data-res-model="res_model"
class="o_account_financial_reports_web_action"
style="color: black;">
<t t-raw="line.entry"/>
t-att-style="style">
<t t-att-style="style" t-raw="line.entry"/>
</a>
</span>
</div>

Loading…
Cancel
Save