Skip to content

Commit 5b2f563

Browse files
committed
Merge PR #109 into 19.0
Signed-off-by pedrobaeza
2 parents 739e5d7 + f0410aa commit 5b2f563

14 files changed

Lines changed: 651 additions & 0 deletions

File tree

portal_debranding/README.rst

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
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+
Remove Odoo Branding from Portal
7+
================================
8+
9+
..
10+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
11+
!! This file is generated by oca-gen-addon-readme !!
12+
!! changes will be overwritten. !!
13+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14+
!! source digest: sha256:530254162340a14f1bc9986f40c60f44de9afa31bdb6d5cddda2eca973dd55a5
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-LGPL--3-blue.png
21+
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
22+
:alt: License: LGPL-3
23+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--brand-lightgray.png?logo=github
24+
:target: https://github.com/OCA/server-brand/tree/19.0/portal_debranding
25+
:alt: OCA/server-brand
26+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27+
:target: https://translation.odoo-community.org/projects/server-brand-19-0/server-brand-19-0-portal_debranding
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/server-brand&target_branch=19.0
31+
:alt: Try me on Runboat
32+
33+
|badge1| |badge2| |badge3| |badge4| |badge5|
34+
35+
This module removes Odoo branding from portal pages.
36+
37+
**Table of contents**
38+
39+
.. contents::
40+
:local:
41+
42+
Bug Tracker
43+
===========
44+
45+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-brand/issues>`_.
46+
In case of trouble, please check there if your issue has already been reported.
47+
If you spotted it first, help us to smash it by providing a detailed and welcomed
48+
`feedback <https://github.com/OCA/server-brand/issues/new?body=module:%20portal_debranding%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
49+
50+
Do not contact contributors directly about support or help with technical issues.
51+
52+
Credits
53+
=======
54+
55+
Authors
56+
-------
57+
58+
* TAKOBI
59+
60+
Contributors
61+
------------
62+
63+
- `TAKOBI <https://takobi.online>`__:
64+
65+
- Lorenzo Battistini
66+
67+
- Iván Todorovich <ivan.todorovich@gmail.com>
68+
- Nils Coenen <nils.coenen@nico-solutions.de>
69+
- Milan Topuzov `milantopuzov.dev <https://milantopuzov.dev>`__
70+
71+
Maintainers
72+
-----------
73+
74+
This module is maintained by the OCA.
75+
76+
.. image:: https://odoo-community.org/logo.png
77+
:alt: Odoo Community Association
78+
:target: https://odoo-community.org
79+
80+
OCA, or the Odoo Community Association, is a nonprofit organization whose
81+
mission is to support the collaborative development of Odoo features and
82+
promote its widespread use.
83+
84+
.. |maintainer-eLBati| image:: https://github.com/eLBati.png?size=40px
85+
:target: https://github.com/eLBati
86+
:alt: eLBati
87+
.. |maintainer-ivantodorovich| image:: https://github.com/ivantodorovich.png?size=40px
88+
:target: https://github.com/ivantodorovich
89+
:alt: ivantodorovich
90+
91+
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
92+
93+
|maintainer-eLBati| |maintainer-ivantodorovich|
94+
95+
This module is part of the `OCA/server-brand <https://github.com/OCA/server-brand/tree/19.0/portal_debranding>`_ project on GitHub.
96+
97+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

portal_debranding/__init__.py

Whitespace-only changes.

portal_debranding/__manifest__.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Copyright 2020 Lorenzo Battistini @ TAKOBI
2+
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
3+
{
4+
"name": "Remove Odoo Branding from Portal",
5+
"version": "19.0.1.0.0",
6+
"development_status": "Beta",
7+
"category": "Hidden",
8+
"website": "https://github.com/OCA/server-brand",
9+
"author": "TAKOBI, Odoo Community Association (OCA)",
10+
"maintainers": ["eLBati", "ivantodorovich"],
11+
"license": "LGPL-3",
12+
"application": False,
13+
"installable": True,
14+
"depends": [
15+
"portal",
16+
],
17+
"data": [
18+
"views/portal_templates.xml",
19+
"views/web_login_debrand.xml",
20+
],
21+
}

portal_debranding/i18n/it.po

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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: Automatically generated\n"
9+
"Language-Team: none\n"
10+
"Language: it\n"
11+
"MIME-Version: 1.0\n"
12+
"Content-Type: text/plain; charset=UTF-8\n"
13+
"Content-Transfer-Encoding: \n"
14+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
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"

portal_debranding/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"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- [TAKOBI](https://takobi.online):
2+
- Lorenzo Battistini
3+
- Iván Todorovich \<<ivan.todorovich@gmail.com>\>
4+
- Nils Coenen \<<nils.coenen@nico-solutions.de>\>
5+
- Milan Topuzov [milantopuzov.dev](https://milantopuzov.dev)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This module removes Odoo branding from portal pages.
9.23 KB
Loading

0 commit comments

Comments
 (0)