Browse Source

[IMP] Change module name and every references to old name module in path

ribbon_test_environment -> web_environment_ribbon
pull/188/head
Francesco Apruzzese 9 years ago
parent
commit
2291cf145b
  1. 8
      web_environment_ribbon/README.rst
  2. 0
      web_environment_ribbon/__init__.py
  3. 2
      web_environment_ribbon/__openerp__.py
  4. 0
      web_environment_ribbon/static/description/screenshot.png
  5. 0
      web_environment_ribbon/static/src/css/ribbon.css
  6. 2
      web_environment_ribbon/view/base_view.xml

8
ribbon_test_environment/README.rst → web_environment_ribbon/README.rst

@ -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

0
ribbon_test_environment/__init__.py → web_environment_ribbon/__init__.py

2
ribbon_test_environment/__openerp__.py → web_environment_ribbon/__openerp__.py

@ -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)',

0
ribbon_test_environment/static/description/screenshot.png → web_environment_ribbon/static/description/screenshot.png

Before

Width: 607  |  Height: 198  |  Size: 43 KiB

After

Width: 607  |  Height: 198  |  Size: 43 KiB

0
ribbon_test_environment/static/src/css/ribbon.css → web_environment_ribbon/static/src/css/ribbon.css

2
ribbon_test_environment/view/base_view.xml → web_environment_ribbon/view/base_view.xml

@ -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…
Cancel
Save