forked from Techsystech/web
[IMP] Change module name and every references to old name module in path
ribbon_test_environment -> web_environment_ribbon9.0
parent
9f3533203b
commit
2291cf145b
|
@ -1,12 +1,12 @@
|
|||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
|
||||
:alt: License: AGPL-3
|
||||
|
||||
Ribbon Test Environment
|
||||
=======================
|
||||
Web Environment Ribbon
|
||||
======================
|
||||
|
||||
Mark a Test Environment with a red ribbon on the top left corner in every page
|
||||
|
||||
.. image:: /ribbon_test_environment/static/description/screenshot.png
|
||||
.. image:: /web_environment_ribbon/static/description/screenshot.png
|
||||
:alt: Screenshot
|
||||
|
||||
Installation
|
||||
|
@ -31,7 +31,7 @@ Bug Tracker
|
|||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
|
||||
In case of trouble, please check there if your issue has already been reported.
|
||||
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
|
||||
`here <https://github.com/OCA/web/issues/new?body=module:%20ribbon_test_environment%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
`here <https://github.com/OCA/web/issues/new?body=module:%20web_environment_ribbon%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
|
||||
|
||||
Credits
|
|
@ -20,7 +20,7 @@
|
|||
##############################################################################
|
||||
|
||||
{
|
||||
'name': "Ribbon Test Environment",
|
||||
'name': "Web Environment Ribbon",
|
||||
'version': '0.1',
|
||||
'category': 'Web',
|
||||
'author': 'Francesco OpenCode Apruzzese,Odoo Community Association (OCA)',
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
|
@ -5,7 +5,7 @@
|
|||
<!-- 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="/ribbon_test_environment/static/src/css/ribbon.css"/>
|
||||
<link rel="stylesheet" href="/web_environment_ribbon/static/src/css/ribbon.css"/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue