mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] Change module name and every references to old name module in path
ribbon_test_environment -> web_environment_ribbon
This commit is contained in:
committed by
xavierjimenez
parent
61219a64a1
commit
ff101c288c
21
web_environment_ribbon/view/base_view.xml
Normal file
21
web_environment_ribbon/view/base_view.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<openerp>
|
||||
<data>
|
||||
|
||||
<!-- Load css for ribbons -->
|
||||
<template id="assets_backend" name="ribbon_test assets" inherit_id="web.assets_backend">
|
||||
<xpath expr="." position="inside">
|
||||
<link rel="stylesheet" href="/web_environment_ribbon/static/src/css/ribbon.css"/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- 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>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
|
||||
</data>
|
||||
</openerp>
|
||||
Reference in New Issue
Block a user