Bugs are tracked on GitHub 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.
+
Do not contact contributors directly about support or help with technical issues.
OCA, or the Odoo Community Association, is a nonprofit organization whose
+mission is to support the collaborative development of Odoo features and
+promote its widespread use.
+
This module is part of the OCA/web project on GitHub.
+
+
diff --git a/web_no_bubble/static/src/css/web_no_bubble.css b/web_no_bubble/static/src/css/web_no_bubble.css
deleted file mode 100644
index d878e58cd..000000000
--- a/web_no_bubble/static/src/css/web_no_bubble.css
+++ /dev/null
@@ -1,3 +0,0 @@
-.o_tooltip.o_animated {
- display: none;
-}
diff --git a/web_no_bubble/static/src/css/web_no_bubble.scss b/web_no_bubble/static/src/css/web_no_bubble.scss
new file mode 100644
index 000000000..42efdde41
--- /dev/null
+++ b/web_no_bubble/static/src/css/web_no_bubble.scss
@@ -0,0 +1,5 @@
+.o_tooltip {
+ &.o_animated {
+ display: none;
+ }
+}
diff --git a/web_no_bubble/views/web_no_bubble.xml b/web_no_bubble/views/web_no_bubble.xml
index 9c9c3bef5..d95f888c8 100644
--- a/web_no_bubble/views/web_no_bubble.xml
+++ b/web_no_bubble/views/web_no_bubble.xml
@@ -3,7 +3,7 @@
-
+
From efe8f8d443069192b7b4a8a5838a2fc0d0688306 Mon Sep 17 00:00:00 2001
From: BT-nstuder
Date: Mon, 20 Jan 2020 12:35:58 +0100
Subject: [PATCH 05/29] [IMP] web_no_bubble: black, isort
---
web_no_bubble/__manifest__.py | 25 +++++++++++--------------
1 file changed, 11 insertions(+), 14 deletions(-)
diff --git a/web_no_bubble/__manifest__.py b/web_no_bubble/__manifest__.py
index 3db3b6aa9..a35f27d5a 100644
--- a/web_no_bubble/__manifest__.py
+++ b/web_no_bubble/__manifest__.py
@@ -2,18 +2,15 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
- 'name': 'Web No Bubble',
- 'version': '12.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',
- 'depends': ['web'],
- 'data': [
- 'views/web_no_bubble.xml',
- ],
- 'installable': True,
- 'application': False,
+ "name": "Web No Bubble",
+ "version": "12.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",
+ "depends": ["web"],
+ "data": ["views/web_no_bubble.xml"],
+ "installable": True,
+ "application": False,
}
From fc9a0fc77dd25b65bac0eaa86e56522b2a108324 Mon Sep 17 00:00:00 2001
From: BT-nstuder
Date: Mon, 20 Jan 2020 12:44:57 +0100
Subject: [PATCH 06/29] [MIG] web_no_bubble: Migration to 13.0
---
web_no_bubble/README.rst | 12 ++++++------
web_no_bubble/__manifest__.py | 2 +-
web_no_bubble/i18n/fr_FR.po | 2 +-
web_no_bubble/i18n/hr.po | 2 +-
web_no_bubble/i18n/web_no_bubble.pot | 2 +-
web_no_bubble/i18n/zh_CN.po | 2 +-
web_no_bubble/static/description/index.html | 6 +++---
7 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/web_no_bubble/README.rst b/web_no_bubble/README.rst
index 10df77d52..ebde7b06b 100644
--- a/web_no_bubble/README.rst
+++ b/web_no_bubble/README.rst
@@ -14,16 +14,16 @@ Web No Bubble
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github
- :target: https://github.com/OCA/web/tree/12.0/web_no_bubble
+ :target: https://github.com/OCA/web/tree/13.0/web_no_bubble
:alt: OCA/web
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_no_bubble
+ :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_no_bubble
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
- :target: https://runbot.odoo-community.org/runbot/162/12.0
+ :target: https://runbot.odoo-community.org/runbot/162/13.0
:alt: Try me on Runbot
-|badge1| |badge2| |badge3| |badge4| |badge5|
+|badge1| |badge2| |badge3| |badge4| |badge5|
This module removes from the web interface the bubbles introduced in the version 10.0.
The help boxes are not removed though.
@@ -39,7 +39,7 @@ Bug Tracker
Bugs are tracked on `GitHub 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 `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -70,6 +70,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-This module is part of the `OCA/web `_ project on GitHub.
+This module is part of the `OCA/web `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/web_no_bubble/__manifest__.py b/web_no_bubble/__manifest__.py
index a35f27d5a..7b7eb50d0 100644
--- a/web_no_bubble/__manifest__.py
+++ b/web_no_bubble/__manifest__.py
@@ -3,7 +3,7 @@
{
"name": "Web No Bubble",
- "version": "12.0.1.0.0",
+ "version": "13.0.1.0.0",
"author": "Savoir-faire Linux, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"license": "AGPL-3",
diff --git a/web_no_bubble/i18n/fr_FR.po b/web_no_bubble/i18n/fr_FR.po
index 45e1d47a3..70349008f 100644
--- a/web_no_bubble/i18n/fr_FR.po
+++ b/web_no_bubble/i18n/fr_FR.po
@@ -3,7 +3,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Odoo Server 12.0\n"
+"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
diff --git a/web_no_bubble/i18n/hr.po b/web_no_bubble/i18n/hr.po
index 62cb4ae99..4f0b6f3cb 100644
--- a/web_no_bubble/i18n/hr.po
+++ b/web_no_bubble/i18n/hr.po
@@ -3,7 +3,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Odoo Server 12.0\n"
+"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
diff --git a/web_no_bubble/i18n/web_no_bubble.pot b/web_no_bubble/i18n/web_no_bubble.pot
index d2e396f15..cb19bcd09 100644
--- a/web_no_bubble/i18n/web_no_bubble.pot
+++ b/web_no_bubble/i18n/web_no_bubble.pot
@@ -3,7 +3,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Odoo Server 12.0\n"
+"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Language-Team: \n"
diff --git a/web_no_bubble/i18n/zh_CN.po b/web_no_bubble/i18n/zh_CN.po
index 4159be77e..b8cb4812f 100644
--- a/web_no_bubble/i18n/zh_CN.po
+++ b/web_no_bubble/i18n/zh_CN.po
@@ -3,7 +3,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Odoo Server 12.0\n"
+"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
diff --git a/web_no_bubble/static/description/index.html b/web_no_bubble/static/description/index.html
index 522bc2391..d809eaed0 100644
--- a/web_no_bubble/static/description/index.html
+++ b/web_no_bubble/static/description/index.html
@@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
This module removes from the web interface the bubbles introduced in the version 10.0.
The help boxes are not removed though.
Table of contents
@@ -387,7 +387,7 @@ The help boxes are not removed though.
Bugs are tracked on GitHub 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.
Do not contact contributors directly about support or help with technical issues.
@@ -412,7 +412,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-
This module is part of the OCA/web project on GitHub.
+
This module is part of the OCA/web project on GitHub.
From 9552daf592bad5b19fa59772bf6ddf66e28c4bd8 Mon Sep 17 00:00:00 2001
From: oca-travis
Date: Mon, 27 Jan 2020 16:48:02 +0000
Subject: [PATCH 07/29] [UPD] Update web_no_bubble.pot
---
web_no_bubble/i18n/web_no_bubble.pot | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/web_no_bubble/i18n/web_no_bubble.pot b/web_no_bubble/i18n/web_no_bubble.pot
index cb19bcd09..cc93d01ee 100644
--- a/web_no_bubble/i18n/web_no_bubble.pot
+++ b/web_no_bubble/i18n/web_no_bubble.pot
@@ -5,10 +5,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: <>\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"
-
From 3d07468c04ffaf033eb9f60e5cbcf78a518051de Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Mon, 27 Jan 2020 16:53:00 +0000
Subject: [PATCH 08/29] [UPD] README.rst
---
web_no_bubble/README.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web_no_bubble/README.rst b/web_no_bubble/README.rst
index ebde7b06b..d76ffa1cd 100644
--- a/web_no_bubble/README.rst
+++ b/web_no_bubble/README.rst
@@ -23,7 +23,7 @@ Web No Bubble
:target: https://runbot.odoo-community.org/runbot/162/13.0
:alt: Try me on Runbot
-|badge1| |badge2| |badge3| |badge4| |badge5|
+|badge1| |badge2| |badge3| |badge4| |badge5|
This module removes from the web interface the bubbles introduced in the version 10.0.
The help boxes are not removed though.
From 7ed0789ae06705e983c8f0ce844f5f8c9b7503dd Mon Sep 17 00:00:00 2001
From: Jairo Llopis
Date: Fri, 24 Jan 2020 13:45:39 +0000
Subject: [PATCH 09/29] [IMP] pre-commit run after update
Includes some manual fixes to silent ESLint warnings.
---
web_no_bubble/static/src/css/web_no_bubble.scss | 6 +++---
web_no_bubble/views/web_no_bubble.xml | 13 ++++++++++---
2 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/web_no_bubble/static/src/css/web_no_bubble.scss b/web_no_bubble/static/src/css/web_no_bubble.scss
index 42efdde41..d4ec22836 100644
--- a/web_no_bubble/static/src/css/web_no_bubble.scss
+++ b/web_no_bubble/static/src/css/web_no_bubble.scss
@@ -1,5 +1,5 @@
.o_tooltip {
- &.o_animated {
- display: none;
- }
+ &.o_animated {
+ display: none;
+ }
}
diff --git a/web_no_bubble/views/web_no_bubble.xml b/web_no_bubble/views/web_no_bubble.xml
index d95f888c8..76d4e2946 100644
--- a/web_no_bubble/views/web_no_bubble.xml
+++ b/web_no_bubble/views/web_no_bubble.xml
@@ -1,9 +1,16 @@
-
+
-
+
-
+
From 2715f344fa1aec4a79850f6234d525ad14d62b58 Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Mon, 13 Jul 2020 05:31:27 +0000
Subject: [PATCH 10/29] [UPD] README.rst
---
web_no_bubble/README.rst | 5 +----
web_no_bubble/static/description/index.html | 2 +-
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/web_no_bubble/README.rst b/web_no_bubble/README.rst
index d76ffa1cd..f95352997 100644
--- a/web_no_bubble/README.rst
+++ b/web_no_bubble/README.rst
@@ -19,11 +19,8 @@ Web No Bubble
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_no_bubble
:alt: Translate me on Weblate
-.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
- :target: https://runbot.odoo-community.org/runbot/162/13.0
- :alt: Try me on Runbot
-|badge1| |badge2| |badge3| |badge4| |badge5|
+|badge1| |badge2| |badge3| |badge4|
This module removes from the web interface the bubbles introduced in the version 10.0.
The help boxes are not removed though.
diff --git a/web_no_bubble/static/description/index.html b/web_no_bubble/static/description/index.html
index d809eaed0..4deb77a2c 100644
--- a/web_no_bubble/static/description/index.html
+++ b/web_no_bubble/static/description/index.html
@@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
This module removes from the web interface the bubbles introduced in the version 10.0.
The help boxes are not removed though.
Table of contents
From 7d933c7c2a0eb07154c73114f59845e8d7796d25 Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Mon, 13 Jul 2020 05:55:03 +0000
Subject: [PATCH 11/29] [UPD] README.rst
---
web_no_bubble/README.rst | 5 ++++-
web_no_bubble/static/description/index.html | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/web_no_bubble/README.rst b/web_no_bubble/README.rst
index f95352997..d76ffa1cd 100644
--- a/web_no_bubble/README.rst
+++ b/web_no_bubble/README.rst
@@ -19,8 +19,11 @@ Web No Bubble
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_no_bubble
:alt: Translate me on Weblate
+.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
+ :target: https://runbot.odoo-community.org/runbot/162/13.0
+ :alt: Try me on Runbot
-|badge1| |badge2| |badge3| |badge4|
+|badge1| |badge2| |badge3| |badge4| |badge5|
This module removes from the web interface the bubbles introduced in the version 10.0.
The help boxes are not removed though.
diff --git a/web_no_bubble/static/description/index.html b/web_no_bubble/static/description/index.html
index 4deb77a2c..d809eaed0 100644
--- a/web_no_bubble/static/description/index.html
+++ b/web_no_bubble/static/description/index.html
@@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
This module removes from the web interface the bubbles introduced in the version 10.0.
The help boxes are not removed though.
Table of contents
From d5c97be806e2302b3c78fdd2d71d1931459bcef1 Mon Sep 17 00:00:00 2001
From: claudiagn
Date: Wed, 17 Feb 2021 12:55:13 +0000
Subject: [PATCH 12/29] Added translation using Weblate (Spanish)
---
web_no_bubble/i18n/es.po | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 web_no_bubble/i18n/es.po
diff --git a/web_no_bubble/i18n/es.po b/web_no_bubble/i18n/es.po
new file mode 100644
index 000000000..cdd0dca4a
--- /dev/null
+++ b/web_no_bubble/i18n/es.po
@@ -0,0 +1,14 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 13.0\n"
+"Report-Msgid-Bugs-To: \n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: es\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
From f546ac251a1311f5ac3a27be27cf4e6affd17760 Mon Sep 17 00:00:00 2001
From: ellbristow
Date: Tue, 9 Mar 2021 09:46:59 +0100
Subject: [PATCH 13/29] [MIG] web_no_bubble: Migration to 14.0
---
web_no_bubble/__manifest__.py | 2 +-
web_no_bubble/readme/CONTRIBUTORS.rst | 1 +
web_no_bubble/views/web_no_bubble.xml | 12 ++++++++++++
3 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/web_no_bubble/__manifest__.py b/web_no_bubble/__manifest__.py
index 7b7eb50d0..b328eb17f 100644
--- a/web_no_bubble/__manifest__.py
+++ b/web_no_bubble/__manifest__.py
@@ -3,7 +3,7 @@
{
"name": "Web No Bubble",
- "version": "13.0.1.0.0",
+ "version": "14.0.1.0.0",
"author": "Savoir-faire Linux, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"license": "AGPL-3",
diff --git a/web_no_bubble/readme/CONTRIBUTORS.rst b/web_no_bubble/readme/CONTRIBUTORS.rst
index 78fa1bbc5..38d3717cf 100644
--- a/web_no_bubble/readme/CONTRIBUTORS.rst
+++ b/web_no_bubble/readme/CONTRIBUTORS.rst
@@ -1,2 +1,3 @@
* David Dufresne (david.dufresne@savoirfairelinux.com)
* Alexandre Díaz (alexandre.diaz@tecnativa.com)
+* Elliott Bristow - Glodo (elliott@glo.systems)
diff --git a/web_no_bubble/views/web_no_bubble.xml b/web_no_bubble/views/web_no_bubble.xml
index 76d4e2946..164d0160c 100644
--- a/web_no_bubble/views/web_no_bubble.xml
+++ b/web_no_bubble/views/web_no_bubble.xml
@@ -13,5 +13,17 @@
/>
+
+
+
+
+
From 610d29d575f26410b3172ab64b1d1c3b825a5718 Mon Sep 17 00:00:00 2001
From: oca-travis
Date: Fri, 11 Jun 2021 06:22:51 +0000
Subject: [PATCH 14/29] [UPD] Update web_no_bubble.pot
---
web_no_bubble/i18n/web_no_bubble.pot | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web_no_bubble/i18n/web_no_bubble.pot b/web_no_bubble/i18n/web_no_bubble.pot
index cc93d01ee..4d8b20f91 100644
--- a/web_no_bubble/i18n/web_no_bubble.pot
+++ b/web_no_bubble/i18n/web_no_bubble.pot
@@ -3,7 +3,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Odoo Server 13.0\n"
+"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
From 4c7842b8db4c1d2b92432aac9f25c87feff2677e Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Fri, 11 Jun 2021 06:27:03 +0000
Subject: [PATCH 15/29] [UPD] README.rst
---
web_no_bubble/README.rst | 11 ++++++-----
web_no_bubble/static/description/index.html | 7 ++++---
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/web_no_bubble/README.rst b/web_no_bubble/README.rst
index d76ffa1cd..605ed137c 100644
--- a/web_no_bubble/README.rst
+++ b/web_no_bubble/README.rst
@@ -14,13 +14,13 @@ Web No Bubble
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github
- :target: https://github.com/OCA/web/tree/13.0/web_no_bubble
+ :target: https://github.com/OCA/web/tree/14.0/web_no_bubble
:alt: OCA/web
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_no_bubble
+ :target: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_no_bubble
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
- :target: https://runbot.odoo-community.org/runbot/162/13.0
+ :target: https://runbot.odoo-community.org/runbot/162/14.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -39,7 +39,7 @@ Bug Tracker
Bugs are tracked on `GitHub 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 `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -56,6 +56,7 @@ Contributors
* David Dufresne (david.dufresne@savoirfairelinux.com)
* Alexandre Díaz (alexandre.diaz@tecnativa.com)
+* Elliott Bristow - Glodo (elliott@glo.systems)
Maintainers
~~~~~~~~~~~
@@ -70,6 +71,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-This module is part of the `OCA/web `_ project on GitHub.
+This module is part of the `OCA/web `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/web_no_bubble/static/description/index.html b/web_no_bubble/static/description/index.html
index d809eaed0..4f0dd11a6 100644
--- a/web_no_bubble/static/description/index.html
+++ b/web_no_bubble/static/description/index.html
@@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
This module removes from the web interface the bubbles introduced in the version 10.0.
The help boxes are not removed though.
Table of contents
@@ -387,7 +387,7 @@ The help boxes are not removed though.
Bugs are tracked on GitHub 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.
@@ -412,7 +413,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-
This module is part of the OCA/web project on GitHub.
+
This module is part of the OCA/web project on GitHub.
From d1b4d67db0d6cec9061afcb202bc3dca59b57fdd Mon Sep 17 00:00:00 2001
From: OCA Transbot
Date: Fri, 11 Jun 2021 06:44:07 +0000
Subject: [PATCH 16/29] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: web-14.0/web-14.0-web_no_bubble
Translate-URL: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_no_bubble/
---
web_no_bubble/i18n/es.po | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/web_no_bubble/i18n/es.po b/web_no_bubble/i18n/es.po
index cdd0dca4a..e69de29bb 100644
--- a/web_no_bubble/i18n/es.po
+++ b/web_no_bubble/i18n/es.po
@@ -1,14 +0,0 @@
-# Translation of Odoo Server.
-# This file contains the translation of the following modules:
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Odoo Server 13.0\n"
-"Report-Msgid-Bugs-To: \n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: es\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: \n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
From c701740d46b6e9a88b6cb1198d87e2eaa2969c26 Mon Sep 17 00:00:00 2001
From: Thanakrit Pintana
Date: Fri, 26 Nov 2021 11:13:26 +0700
Subject: [PATCH 17/29] [MIG] web_no_bubble: Migration to 15.0
---
web_no_bubble/README.rst | 3 ++-
web_no_bubble/__manifest__.py | 7 +++++--
web_no_bubble/readme/CONTRIBUTORS.rst | 1 +
web_no_bubble/views/web_no_bubble.xml | 29 ---------------------------
4 files changed, 8 insertions(+), 32 deletions(-)
delete mode 100644 web_no_bubble/views/web_no_bubble.xml
diff --git a/web_no_bubble/README.rst b/web_no_bubble/README.rst
index 605ed137c..0bea68091 100644
--- a/web_no_bubble/README.rst
+++ b/web_no_bubble/README.rst
@@ -23,7 +23,7 @@ Web No Bubble
:target: https://runbot.odoo-community.org/runbot/162/14.0
:alt: Try me on Runbot
-|badge1| |badge2| |badge3| |badge4| |badge5|
+|badge1| |badge2| |badge3| |badge4| |badge5|
This module removes from the web interface the bubbles introduced in the version 10.0.
The help boxes are not removed though.
@@ -57,6 +57,7 @@ Contributors
* David Dufresne (david.dufresne@savoirfairelinux.com)
* Alexandre Díaz (alexandre.diaz@tecnativa.com)
* Elliott Bristow - Glodo (elliott@glo.systems)
+* Thanakrit Pintana (thanakrit.p39@gmail.com)
Maintainers
~~~~~~~~~~~
diff --git a/web_no_bubble/__manifest__.py b/web_no_bubble/__manifest__.py
index b328eb17f..b23661ee1 100644
--- a/web_no_bubble/__manifest__.py
+++ b/web_no_bubble/__manifest__.py
@@ -3,14 +3,17 @@
{
"name": "Web No Bubble",
- "version": "14.0.1.0.0",
+ "version": "15.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",
"depends": ["web"],
- "data": ["views/web_no_bubble.xml"],
"installable": True,
"application": False,
+ "assets": {
+ "web.assets_backend": ["web_no_bubble/static/src/css/web_no_bubble.scss"],
+ "web.assets_frontend": ["web_no_bubble/static/src/css/web_no_bubble.scss"],
+ },
}
diff --git a/web_no_bubble/readme/CONTRIBUTORS.rst b/web_no_bubble/readme/CONTRIBUTORS.rst
index 38d3717cf..a9f4d9732 100644
--- a/web_no_bubble/readme/CONTRIBUTORS.rst
+++ b/web_no_bubble/readme/CONTRIBUTORS.rst
@@ -1,3 +1,4 @@
* David Dufresne (david.dufresne@savoirfairelinux.com)
* Alexandre Díaz (alexandre.diaz@tecnativa.com)
* Elliott Bristow - Glodo (elliott@glo.systems)
+* Thanakrit Pintana (thanakrit.p39@gmail.com)
diff --git a/web_no_bubble/views/web_no_bubble.xml b/web_no_bubble/views/web_no_bubble.xml
deleted file mode 100644
index 164d0160c..000000000
--- a/web_no_bubble/views/web_no_bubble.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
From 5a253f60c89132346b28ab07eec6d7a18f905380 Mon Sep 17 00:00:00 2001
From: oca-ci
Date: Fri, 25 Feb 2022 15:04:05 +0000
Subject: [PATCH 18/29] [UPD] Update web_no_bubble.pot
---
web_no_bubble/i18n/web_no_bubble.pot | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web_no_bubble/i18n/web_no_bubble.pot b/web_no_bubble/i18n/web_no_bubble.pot
index 4d8b20f91..a11baf5cd 100644
--- a/web_no_bubble/i18n/web_no_bubble.pot
+++ b/web_no_bubble/i18n/web_no_bubble.pot
@@ -3,7 +3,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Odoo Server 14.0\n"
+"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
From d5a0a8f91f85dbe29c5b6b607a84fbe49f496d0a Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Fri, 25 Feb 2022 15:06:29 +0000
Subject: [PATCH 19/29] [UPD] README.rst
---
web_no_bubble/README.rst | 12 ++++++------
web_no_bubble/static/description/index.html | 7 ++++---
2 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/web_no_bubble/README.rst b/web_no_bubble/README.rst
index 0bea68091..f99b583dc 100644
--- a/web_no_bubble/README.rst
+++ b/web_no_bubble/README.rst
@@ -14,16 +14,16 @@ Web No Bubble
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github
- :target: https://github.com/OCA/web/tree/14.0/web_no_bubble
+ :target: https://github.com/OCA/web/tree/15.0/web_no_bubble
:alt: OCA/web
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_no_bubble
+ :target: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_no_bubble
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
- :target: https://runbot.odoo-community.org/runbot/162/14.0
+ :target: https://runbot.odoo-community.org/runbot/162/15.0
:alt: Try me on Runbot
-|badge1| |badge2| |badge3| |badge4| |badge5|
+|badge1| |badge2| |badge3| |badge4| |badge5|
This module removes from the web interface the bubbles introduced in the version 10.0.
The help boxes are not removed though.
@@ -39,7 +39,7 @@ Bug Tracker
Bugs are tracked on `GitHub 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 `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -72,6 +72,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-This module is part of the `OCA/web `_ project on GitHub.
+This module is part of the `OCA/web `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/web_no_bubble/static/description/index.html b/web_no_bubble/static/description/index.html
index 4f0dd11a6..7a5e835ee 100644
--- a/web_no_bubble/static/description/index.html
+++ b/web_no_bubble/static/description/index.html
@@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
This module removes from the web interface the bubbles introduced in the version 10.0.
The help boxes are not removed though.
Table of contents
@@ -387,7 +387,7 @@ The help boxes are not removed though.
Bugs are tracked on GitHub 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.
@@ -413,7 +414,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-
This module is part of the OCA/web project on GitHub.
+
This module is part of the OCA/web project on GitHub.
From 9a27fcdf6b3c4c05fed1e73c4aab23d3da67611a Mon Sep 17 00:00:00 2001
From: OCA Transbot
Date: Fri, 25 Feb 2022 15:55:50 +0000
Subject: [PATCH 20/29] Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: web-15.0/web-15.0-web_no_bubble
Translate-URL: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_no_bubble/
---
web_no_bubble/i18n/fr_FR.po | 14 --------------
web_no_bubble/i18n/hr.po | 15 ---------------
web_no_bubble/i18n/zh_CN.po | 14 --------------
3 files changed, 43 deletions(-)
diff --git a/web_no_bubble/i18n/fr_FR.po b/web_no_bubble/i18n/fr_FR.po
index 70349008f..e69de29bb 100644
--- a/web_no_bubble/i18n/fr_FR.po
+++ b/web_no_bubble/i18n/fr_FR.po
@@ -1,14 +0,0 @@
-# Translation of Odoo Server.
-# This file contains the translation of the following modules:
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Odoo Server 13.0\n"
-"Report-Msgid-Bugs-To: \n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: fr_FR\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: \n"
-"Plural-Forms: nplurals=2; plural=n > 1;\n"
diff --git a/web_no_bubble/i18n/hr.po b/web_no_bubble/i18n/hr.po
index 4f0b6f3cb..e69de29bb 100644
--- a/web_no_bubble/i18n/hr.po
+++ b/web_no_bubble/i18n/hr.po
@@ -1,15 +0,0 @@
-# Translation of Odoo Server.
-# This file contains the translation of the following modules:
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Odoo Server 13.0\n"
-"Report-Msgid-Bugs-To: \n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: hr\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: \n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
-"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
diff --git a/web_no_bubble/i18n/zh_CN.po b/web_no_bubble/i18n/zh_CN.po
index b8cb4812f..e69de29bb 100644
--- a/web_no_bubble/i18n/zh_CN.po
+++ b/web_no_bubble/i18n/zh_CN.po
@@ -1,14 +0,0 @@
-# Translation of Odoo Server.
-# This file contains the translation of the following modules:
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Odoo Server 13.0\n"
-"Report-Msgid-Bugs-To: \n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: zh_CN\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: \n"
-"Plural-Forms: nplurals=1; plural=0;\n"
From 44ab067547bced5b6fa9a35b2b1270d2bbc33afc Mon Sep 17 00:00:00 2001
From: Andrea Stirpe
Date: Tue, 21 Mar 2023 14:25:18 +0100
Subject: [PATCH 21/29] [16.0][MIG] web_no_bubble
---
web_no_bubble/__manifest__.py | 2 +-
web_no_bubble/static/src/css/web_no_bubble.scss | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/web_no_bubble/__manifest__.py b/web_no_bubble/__manifest__.py
index b23661ee1..e0e2e987e 100644
--- a/web_no_bubble/__manifest__.py
+++ b/web_no_bubble/__manifest__.py
@@ -3,7 +3,7 @@
{
"name": "Web No Bubble",
- "version": "15.0.1.0.0",
+ "version": "16.0.1.0.0",
"author": "Savoir-faire Linux, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"license": "AGPL-3",
diff --git a/web_no_bubble/static/src/css/web_no_bubble.scss b/web_no_bubble/static/src/css/web_no_bubble.scss
index d4ec22836..9d157827f 100644
--- a/web_no_bubble/static/src/css/web_no_bubble.scss
+++ b/web_no_bubble/static/src/css/web_no_bubble.scss
@@ -1,5 +1,3 @@
.o_tooltip {
- &.o_animated {
- display: none;
- }
+ display: none;
}
From 4aaaaf7584344ae02095782a5a51406d4b91d068 Mon Sep 17 00:00:00 2001
From: oca-ci
Date: Tue, 28 Mar 2023 11:53:18 +0000
Subject: [PATCH 22/29] [UPD] Update web_no_bubble.pot
---
web_no_bubble/i18n/web_no_bubble.pot | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web_no_bubble/i18n/web_no_bubble.pot b/web_no_bubble/i18n/web_no_bubble.pot
index a11baf5cd..78d58d53f 100644
--- a/web_no_bubble/i18n/web_no_bubble.pot
+++ b/web_no_bubble/i18n/web_no_bubble.pot
@@ -3,7 +3,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Odoo Server 15.0\n"
+"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
From 41bbf61f98b5dcbb626f05ccefcf6718c7e7744e Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Tue, 28 Mar 2023 11:55:49 +0000
Subject: [PATCH 23/29] [UPD] README.rst
---
web_no_bubble/README.rst | 10 +++++-----
web_no_bubble/static/description/index.html | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/web_no_bubble/README.rst b/web_no_bubble/README.rst
index f99b583dc..e4bc4d631 100644
--- a/web_no_bubble/README.rst
+++ b/web_no_bubble/README.rst
@@ -14,13 +14,13 @@ Web No Bubble
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github
- :target: https://github.com/OCA/web/tree/15.0/web_no_bubble
+ :target: https://github.com/OCA/web/tree/16.0/web_no_bubble
:alt: OCA/web
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_no_bubble
+ :target: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_no_bubble
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
- :target: https://runbot.odoo-community.org/runbot/162/15.0
+ :target: https://runbot.odoo-community.org/runbot/162/16.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -39,7 +39,7 @@ Bug Tracker
Bugs are tracked on `GitHub 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 `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -72,6 +72,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-This module is part of the `OCA/web `_ project on GitHub.
+This module is part of the `OCA/web `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/web_no_bubble/static/description/index.html b/web_no_bubble/static/description/index.html
index 7a5e835ee..a4b59ee12 100644
--- a/web_no_bubble/static/description/index.html
+++ b/web_no_bubble/static/description/index.html
@@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
This module removes from the web interface the bubbles introduced in the version 10.0.
The help boxes are not removed though.
Table of contents
@@ -387,7 +387,7 @@ The help boxes are not removed though.
Bugs are tracked on GitHub 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.
Do not contact contributors directly about support or help with technical issues.
@@ -414,7 +414,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-
This module is part of the OCA/web project on GitHub.
+
This module is part of the OCA/web project on GitHub.
From 833b52d1421fe718969f630571156b5c35682459 Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Sun, 3 Sep 2023 17:59:06 +0000
Subject: [PATCH 24/29] [UPD] README.rst
---
web_no_bubble/README.rst | 15 +++++----
web_no_bubble/static/description/index.html | 34 +++++++++++----------
2 files changed, 27 insertions(+), 22 deletions(-)
diff --git a/web_no_bubble/README.rst b/web_no_bubble/README.rst
index e4bc4d631..ea4eecfeb 100644
--- a/web_no_bubble/README.rst
+++ b/web_no_bubble/README.rst
@@ -2,10 +2,13 @@
Web No Bubble
=============
-.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+..
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+ !! source digest: sha256:b4869caf35d7916b11025aba76e24bd48c42bee3dab33aca8586027ea3ba0ffc
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
@@ -19,11 +22,11 @@ Web No Bubble
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_no_bubble
:alt: Translate me on Weblate
-.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
- :target: https://runbot.odoo-community.org/runbot/162/16.0
- :alt: Try me on Runbot
+.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=16.0
+ :alt: Try me on Runboat
-|badge1| |badge2| |badge3| |badge4| |badge5|
+|badge1| |badge2| |badge3| |badge4| |badge5|
This module removes from the web interface the bubbles introduced in the version 10.0.
The help boxes are not removed though.
@@ -38,7 +41,7 @@ Bug Tracker
Bugs are tracked on `GitHub 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
+If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback `_.
Do not contact contributors directly about support or help with technical issues.
diff --git a/web_no_bubble/static/description/index.html b/web_no_bubble/static/description/index.html
index a4b59ee12..60f1a9973 100644
--- a/web_no_bubble/static/description/index.html
+++ b/web_no_bubble/static/description/index.html
@@ -1,20 +1,20 @@
-
+
-
+
Web No Bubble