Browse Source

[MIG] web_no_bubble: Migration to 11.0

pull/1310/head
oihane 7 years ago
committed by Alexandre Díaz
parent
commit
dfb0fe28d0
  1. 2
      web_no_bubble/README.rst
  2. 11
      web_no_bubble/__manifest__.py
  3. 4
      web_no_bubble/views/web_no_bubble.xml

2
web_no_bubble/README.rst

@ -11,7 +11,7 @@ The help boxes are not removed though.
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/162/10.0
:target: https://runbot.odoo-community.org/runbot/162/11.0
Bug Tracker
===========

11
web_no_bubble/__manifest__.py

@ -4,13 +4,10 @@
{
'name': 'Web No Bubble',
'version': '10.0.1.0.0',
'author': 'Savoir-faire Linux',
'maintainer': (
'Savoir-faire Linux,'
'Odoo Community Association (OCA)'
),
'website': 'https://www.savoirfairelinux.com',
'version': '11.0.1.0.0',
'author': 'Savoir-faire Linux, '
'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/web',
'license': 'AGPL-3',
'category': 'Web',
'summary': 'Remove the bubbles from the web interface',

4
web_no_bubble/views/web_no_bubble.xml

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<odoo>
<data>
<template id="assets_backend" name="web_no_bubble_assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
@ -7,4 +7,4 @@
</xpath>
</template>
</data>
</openerp>
</odoo>
Loading…
Cancel
Save