mirror of https://github.com/OCA/web.git
[MIG] web_no_bubble: Migration to 11.0
parent
258e8eaa6a
commit
555add3621
|
@ -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
|
||||
===========
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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…
Reference in New Issue