index.html 710 B

123456789101112131415161718
  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <div class="oe_span12">
  4. <h2 class="oe_slogan">Odoo Invoice Dashboard V8</h2>
  5. <h3 class="oe_slogan">This module allows you to display weekly charts as in the version 9 of Odoo.</h3>
  6. </div>
  7. <div class="oe_span12">
  8. <p class="oe_mt32">
  9. This module depend the free module <a href="https://apps.odoo.com/apps/modules/8.0/web_kanban_graph/">Graph Widget for Kanban</a>
  10. </p>
  11. </div>
  12. <div class="oe_span12">
  13. <div class="oe_demo oe_picture oe_screenshot">
  14. <img src="example.jpg">
  15. </div>
  16. </div>
  17. </div>
  18. </section>