mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_no_bubble: Migration to 11.0
This commit is contained in:
@@ -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',
|
||||
|
||||
14
web_no_bubble/i18n/web_no_bubble.pot
Normal file
14
web_no_bubble/i18n/web_no_bubble.pot
Normal file
@@ -0,0 +1,14 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user