[IMP] Add default 'ribbon.name' configuration parameter

This commit is contained in:
Sylvain Calador
2015-09-22 11:02:45 +02:00
committed by Andreas Perhab
parent 9e413914f7
commit 832451a9f3
5 changed files with 25 additions and 10 deletions

View File

@@ -13,10 +13,9 @@
<!-- Add ribbon to page -->
<template id="body_with_ribbon_test" name="ribbon_test web.webclient_bootstrap" inherit_id="web.webclient_bootstrap">
<xpath expr="//div[@class='openerp openerp_webclient_container']" position="before">
<div class="test-ribbon"><b>TEST</b></div>
<div class="test-ribbon"/>
</xpath>
</template>
</data>
</openerp>