Skip to content

Commit 1df9362

Browse files
committed
Merge PR OCA#3331 into 19.0
Signed-off-by pedrobaeza
2 parents e1a6026 + 8ad3539 commit 1df9362

15 files changed

Lines changed: 575 additions & 0 deletions

File tree

web_no_bubble/README.rst

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
5+
=============
6+
Web No Bubble
7+
=============
8+
9+
..
10+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
11+
!! This file is generated by oca-gen-addon-readme !!
12+
!! changes will be overwritten. !!
13+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14+
!! source digest: sha256:0835bc6f5f1cdb425084196fbb9d69bad1f9de8bdebbb041db27416bb0a7c18f
15+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16+
17+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
18+
:target: https://odoo-community.org/page/development-status
19+
:alt: Beta
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
21+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
22+
:alt: License: AGPL-3
23+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github
24+
:target: https://github.com/OCA/web/tree/19.0/web_no_bubble
25+
:alt: OCA/web
26+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27+
:target: https://translation.odoo-community.org/projects/web-19-0/web-19-0-web_no_bubble
28+
:alt: Translate me on Weblate
29+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
30+
:target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=19.0
31+
:alt: Try me on Runboat
32+
33+
|badge1| |badge2| |badge3| |badge4| |badge5|
34+
35+
This module removes from the web interface the bubbles introduced in the
36+
version 10.0. The help boxes are not removed though.
37+
38+
**Table of contents**
39+
40+
.. contents::
41+
:local:
42+
43+
Bug Tracker
44+
===========
45+
46+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
47+
In case of trouble, please check there if your issue has already been reported.
48+
If you spotted it first, help us to smash it by providing a detailed and welcomed
49+
`feedback <https://github.com/OCA/web/issues/new?body=module:%20web_no_bubble%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
50+
51+
Do not contact contributors directly about support or help with technical issues.
52+
53+
Credits
54+
=======
55+
56+
Authors
57+
-------
58+
59+
* Savoir-faire Linux
60+
61+
Contributors
62+
------------
63+
64+
- David Dufresne (david.dufresne@savoirfairelinux.com)
65+
66+
- Elliott Bristow - Glodo (elliott@glo.systems)
67+
68+
- Thanakrit Pintana (thanakrit.p39@gmail.com)
69+
70+
- `Tecnativa <https://www.tecnativa.com>`__
71+
72+
- Carlos Roca
73+
- Alexandre Díaz
74+
75+
Maintainers
76+
-----------
77+
78+
This module is maintained by the OCA.
79+
80+
.. image:: https://odoo-community.org/logo.png
81+
:alt: Odoo Community Association
82+
:target: https://odoo-community.org
83+
84+
OCA, or the Odoo Community Association, is a nonprofit organization whose
85+
mission is to support the collaborative development of Odoo features and
86+
promote its widespread use.
87+
88+
This module is part of the `OCA/web <https://github.com/OCA/web/tree/19.0/web_no_bubble>`_ project on GitHub.
89+
90+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

web_no_bubble/__init__.py

Whitespace-only changes.

web_no_bubble/__manifest__.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Copyright 2016 Savoir-faire Linux
2+
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
3+
4+
{
5+
"name": "Web No Bubble",
6+
"version": "19.0.1.0.0",
7+
"author": "Savoir-faire Linux, Odoo Community Association (OCA)",
8+
"website": "https://github.com/OCA/web",
9+
"license": "AGPL-3",
10+
"category": "Web",
11+
"summary": "Remove the bubbles from the web interface",
12+
"depends": ["web"],
13+
"installable": True,
14+
"application": False,
15+
"assets": {
16+
"web.assets_backend": ["web_no_bubble/static/src/css/web_no_bubble.scss"],
17+
"web.assets_frontend": ["web_no_bubble/static/src/css/web_no_bubble.scss"],
18+
},
19+
}

web_no_bubble/i18n/es.po

Whitespace-only changes.

web_no_bubble/i18n/fr_FR.po

Whitespace-only changes.

web_no_bubble/i18n/hr.po

Whitespace-only changes.

web_no_bubble/i18n/it.po

Whitespace-only changes.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
#
4+
msgid ""
5+
msgstr ""
6+
"Project-Id-Version: Odoo Server 18.0\n"
7+
"Report-Msgid-Bugs-To: \n"
8+
"Last-Translator: \n"
9+
"Language-Team: \n"
10+
"MIME-Version: 1.0\n"
11+
"Content-Type: text/plain; charset=UTF-8\n"
12+
"Content-Transfer-Encoding: \n"
13+
"Plural-Forms: \n"

web_no_bubble/i18n/zh_CN.po

Whitespace-only changes.

web_no_bubble/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"

0 commit comments

Comments
 (0)