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.

26 lines
948 B

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