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.

28 lines
988 B

8 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="assets_specific" inherit_id="report.assets_common">
  4. <xpath expr="." position="inside">
  5. <link href="/account_financial_report_qweb/static/src/css/report.css" rel="stylesheet"/>
  6. </xpath>
  7. </template>
  8. <template id="account_financial_report_qweb.internal_layout">
  9. <t t-raw="0" />
  10. <div class="footer">
  11. <div class="row">
  12. <div class="col-xs-6 custom_footer">
  13. <span t-esc="context_timestamp(datetime.datetime.now()).strftime('%Y-%m-%d %H:%M')"/>
  14. </div>
  15. <div class="col-xs-6 text-right custom_footer">
  16. <ul class="list-inline">
  17. <li><span class="page"/></li>
  18. <li>/</li>
  19. <li><span class="topage"/></li>
  20. </ul>
  21. </div>
  22. </div>
  23. </div>
  24. </template>
  25. </odoo>