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.

21 lines
806 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <!-- Load css for ribbons -->
  5. <template id="assets_backend" name="ribbon_test assets" inherit_id="web.assets_backend">
  6. <xpath expr="." position="inside">
  7. <link rel="stylesheet" href="/web_environment_ribbon/static/src/css/ribbon.css"/>
  8. <script type="text/javascript" src="/web_environment_ribbon/static/src/js/ribbon.js"/>
  9. </xpath>
  10. </template>
  11. <!-- Add ribbon to page -->
  12. <template id="body_with_ribbon_test" name="ribbon_test web.webclient_bootstrap" inherit_id="web.webclient_bootstrap">
  13. <xpath expr="//div[@class='openerp openerp_webclient_container oe_webclient']" position="before">
  14. <div class="test-ribbon"/>
  15. </xpath>
  16. </template>
  17. </data>
  18. </openerp>