Skip to content

Commit

Permalink
[ADD] add new module website_rebrand_coopiteasy
Browse files Browse the repository at this point in the history
  • Loading branch information
huguesdk committed Mar 18, 2024
1 parent cb0d67d commit df12d7a
Show file tree
Hide file tree
Showing 13 changed files with 678 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup/website_rebrand_coopiteasy/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
69 changes: 69 additions & 0 deletions website_rebrand_coopiteasy/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
=============================
Coop IT Easy Website Branding
=============================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:8e642548b4bd20312b20f0b5179d4af7a845ee0e48e0a336e3622d34dd311c83
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-coopiteasy%2Faddons-lightgray.png?logo=github
:target: https://github.com/coopiteasy/addons/tree/12.0/website_rebrand_coopiteasy
:alt: coopiteasy/addons

|badge1| |badge2| |badge3|

Replace the default Odoo website branding by a Coop IT Easy branding.

**Table of contents**

.. contents::
:local:

Usage
=====

On the website main page, the "Customize" menu contains a "Brand Promotion"
section. This module adds a "Coop IT Easy Branding" toggle that allows to
enable or disable the Coop IT Easy rebranding.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/coopiteasy/addons/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/coopiteasy/addons/issues/new?body=module:%20website_rebrand_coopiteasy%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* Coop IT Easy SC

Contributors
~~~~~~~~~~~~

* `Coop IT Easy SC <https://coopiteasy.be>`_:

* hugues de keyzer

Maintainers
~~~~~~~~~~~

This module is part of the `coopiteasy/addons <https://github.com/coopiteasy/addons/tree/12.0/website_rebrand_coopiteasy>`_ project on GitHub.

You are welcome to contribute.
3 changes: 3 additions & 0 deletions website_rebrand_coopiteasy/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# SPDX-FileCopyrightText: 2024 Coop IT Easy SC
#
# SPDX-License-Identifier: AGPL-3.0-or-later
19 changes: 19 additions & 0 deletions website_rebrand_coopiteasy/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# SPDX-FileCopyrightText: 2024 Coop IT Easy SC
#
# SPDX-License-Identifier: AGPL-3.0-or-later

{
"name": "Coop IT Easy Website Branding",
"summary": "Replace default Odoo website branding by Coop IT Easy branding",
"version": "12.0.1.0.0",
"category": "Website",
"website": "https://coopiteasy.be",
"author": "Coop IT Easy SC",
"license": "AGPL-3",
"depends": [
"website",
],
"data": [
"templates/rebrand_coopiteasy.xml",
],
}
39 changes: 39 additions & 0 deletions website_rebrand_coopiteasy/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_rebrand_coopiteasy
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: \n"

#. module: website_rebrand_coopiteasy
#: model_terms:ir.ui.view,arch_db:website_rebrand_coopiteasy.brand_promotion
msgid ""
",\n"
" provided by"
msgstr ""
",\n"
" fourni par"

#. module: website_rebrand_coopiteasy
#: model_terms:ir.ui.view,arch_db:website_rebrand_coopiteasy.brand_promotion
msgid "Coop IT Easy"
msgstr ""

#. module: website_rebrand_coopiteasy
#: model_terms:ir.ui.view,arch_db:website_rebrand_coopiteasy.brand_promotion
msgid "OCA"
msgstr ""

#. module: website_rebrand_coopiteasy
#: model_terms:ir.ui.view,arch_db:website_rebrand_coopiteasy.brand_promotion
msgid "Odoo"
msgstr ""
39 changes: 39 additions & 0 deletions website_rebrand_coopiteasy/i18n/nl.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_rebrand_coopiteasy
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Language-Team: \n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: \n"

#. module: website_rebrand_coopiteasy
#: model_terms:ir.ui.view,arch_db:website_rebrand_coopiteasy.brand_promotion
msgid ""
",\n"
" provided by"
msgstr ""
",\n"
" geleverd door"

#. module: website_rebrand_coopiteasy
#: model_terms:ir.ui.view,arch_db:website_rebrand_coopiteasy.brand_promotion
msgid "Coop IT Easy"
msgstr ""

#. module: website_rebrand_coopiteasy
#: model_terms:ir.ui.view,arch_db:website_rebrand_coopiteasy.brand_promotion
msgid "OCA"
msgstr ""

#. module: website_rebrand_coopiteasy
#: model_terms:ir.ui.view,arch_db:website_rebrand_coopiteasy.brand_promotion
msgid "Odoo"
msgstr ""
36 changes: 36 additions & 0 deletions website_rebrand_coopiteasy/i18n/website_rebrand_coopiteasy.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_rebrand_coopiteasy
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.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"

#. module: website_rebrand_coopiteasy
#: model_terms:ir.ui.view,arch_db:website_rebrand_coopiteasy.brand_promotion
msgid ",\n"
" provided by"
msgstr ""

#. module: website_rebrand_coopiteasy
#: model_terms:ir.ui.view,arch_db:website_rebrand_coopiteasy.brand_promotion
msgid "Coop IT Easy"
msgstr ""

#. module: website_rebrand_coopiteasy
#: model_terms:ir.ui.view,arch_db:website_rebrand_coopiteasy.brand_promotion
msgid "OCA"
msgstr ""

#. module: website_rebrand_coopiteasy
#: model_terms:ir.ui.view,arch_db:website_rebrand_coopiteasy.brand_promotion
msgid "Odoo"
msgstr ""

3 changes: 3 additions & 0 deletions website_rebrand_coopiteasy/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* `Coop IT Easy SC <https://coopiteasy.be>`_:

* hugues de keyzer
1 change: 1 addition & 0 deletions website_rebrand_coopiteasy/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Replace the default Odoo website branding by a Coop IT Easy branding.
3 changes: 3 additions & 0 deletions website_rebrand_coopiteasy/readme/USAGE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
On the website main page, the "Customize" menu contains a "Brand Promotion"
section. This module adds a "Coop IT Easy Branding" toggle that allows to
enable or disable the Coop IT Easy rebranding.
Loading

0 comments on commit df12d7a

Please sign in to comment.