mirror of https://github.com/OCA/web.git
[MIG] web_no_bubble: Migration to 11.0
parent
7f98f3ad24
commit
1d4aef7d06
|
@ -11,7 +11,7 @@ The help boxes are not removed though.
|
||||||
|
|
||||||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||||
:alt: Try me on Runbot
|
: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
|
Bug Tracker
|
||||||
===========
|
===========
|
||||||
|
|
|
@ -4,13 +4,10 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Web No Bubble',
|
'name': 'Web No Bubble',
|
||||||
'version': '10.0.1.0.0',
|
'version': '11.0.1.0.0',
|
||||||
'author': 'Savoir-faire Linux',
|
'author': 'Savoir-faire Linux, '
|
||||||
'maintainer': (
|
'Odoo Community Association (OCA)',
|
||||||
'Savoir-faire Linux,'
|
'website': 'https://github.com/OCA/web',
|
||||||
'Odoo Community Association (OCA)'
|
|
||||||
),
|
|
||||||
'website': 'https://www.savoirfairelinux.com',
|
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'category': 'Web',
|
'category': 'Web',
|
||||||
'summary': 'Remove the bubbles from the web interface',
|
'summary': 'Remove the bubbles from the web interface',
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<openerp>
|
<odoo>
|
||||||
<data>
|
<data>
|
||||||
<template id="assets_backend" name="web_no_bubble_assets" inherit_id="web.assets_backend">
|
<template id="assets_backend" name="web_no_bubble_assets" inherit_id="web.assets_backend">
|
||||||
<xpath expr="." position="inside">
|
<xpath expr="." position="inside">
|
||||||
|
@ -7,4 +7,4 @@
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
</data>
|
</data>
|
||||||
</openerp>
|
</odoo>
|
||||||
|
|
Loading…
Reference in New Issue