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.

32 lines
1.2 KiB

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