diff --git a/setup/website_rebrand_coopiteasy/odoo/addons/website_rebrand_coopiteasy b/setup/website_rebrand_coopiteasy/odoo/addons/website_rebrand_coopiteasy new file mode 120000 index 000000000..28311df05 --- /dev/null +++ b/setup/website_rebrand_coopiteasy/odoo/addons/website_rebrand_coopiteasy @@ -0,0 +1 @@ +../../../../website_rebrand_coopiteasy \ No newline at end of file diff --git a/setup/website_rebrand_coopiteasy/setup.py b/setup/website_rebrand_coopiteasy/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/website_rebrand_coopiteasy/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/website_rebrand_coopiteasy/README.rst b/website_rebrand_coopiteasy/README.rst new file mode 100644 index 000000000..49b97e2d1 --- /dev/null +++ b/website_rebrand_coopiteasy/README.rst @@ -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 `_. +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 `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Coop IT Easy SC + +Contributors +~~~~~~~~~~~~ + +* `Coop IT Easy SC `_: + + * hugues de keyzer + +Maintainers +~~~~~~~~~~~ + +This module is part of the `coopiteasy/addons `_ project on GitHub. + +You are welcome to contribute. diff --git a/website_rebrand_coopiteasy/__init__.py b/website_rebrand_coopiteasy/__init__.py new file mode 100644 index 000000000..c48d182bb --- /dev/null +++ b/website_rebrand_coopiteasy/__init__.py @@ -0,0 +1,3 @@ +# SPDX-FileCopyrightText: 2024 Coop IT Easy SC +# +# SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/website_rebrand_coopiteasy/__manifest__.py b/website_rebrand_coopiteasy/__manifest__.py new file mode 100644 index 000000000..23f46f53e --- /dev/null +++ b/website_rebrand_coopiteasy/__manifest__.py @@ -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", + ], +} diff --git a/website_rebrand_coopiteasy/i18n/fr.po b/website_rebrand_coopiteasy/i18n/fr.po new file mode 100644 index 000000000..2fd118b3b --- /dev/null +++ b/website_rebrand_coopiteasy/i18n/fr.po @@ -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 "" diff --git a/website_rebrand_coopiteasy/i18n/nl.po b/website_rebrand_coopiteasy/i18n/nl.po new file mode 100644 index 000000000..c391755f0 --- /dev/null +++ b/website_rebrand_coopiteasy/i18n/nl.po @@ -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 "" diff --git a/website_rebrand_coopiteasy/i18n/website_rebrand_coopiteasy.pot b/website_rebrand_coopiteasy/i18n/website_rebrand_coopiteasy.pot new file mode 100644 index 000000000..32ca852d2 --- /dev/null +++ b/website_rebrand_coopiteasy/i18n/website_rebrand_coopiteasy.pot @@ -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 "" + diff --git a/website_rebrand_coopiteasy/readme/CONTRIBUTORS.rst b/website_rebrand_coopiteasy/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..eb7c015bf --- /dev/null +++ b/website_rebrand_coopiteasy/readme/CONTRIBUTORS.rst @@ -0,0 +1,3 @@ +* `Coop IT Easy SC `_: + + * hugues de keyzer diff --git a/website_rebrand_coopiteasy/readme/DESCRIPTION.rst b/website_rebrand_coopiteasy/readme/DESCRIPTION.rst new file mode 100644 index 000000000..ba7412aca --- /dev/null +++ b/website_rebrand_coopiteasy/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Replace the default Odoo website branding by a Coop IT Easy branding. diff --git a/website_rebrand_coopiteasy/readme/USAGE.rst b/website_rebrand_coopiteasy/readme/USAGE.rst new file mode 100644 index 000000000..1cc4ea34e --- /dev/null +++ b/website_rebrand_coopiteasy/readme/USAGE.rst @@ -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. diff --git a/website_rebrand_coopiteasy/static/description/index.html b/website_rebrand_coopiteasy/static/description/index.html new file mode 100644 index 000000000..e14061505 --- /dev/null +++ b/website_rebrand_coopiteasy/static/description/index.html @@ -0,0 +1,426 @@ + + + + + + +Coop IT Easy Website Branding + + + +
+

Coop IT Easy Website Branding

+ + +

Beta License: AGPL-3 coopiteasy/addons

+

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

+

Table of contents

+ +
+

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. +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.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Coop IT Easy SC
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is part of the coopiteasy/addons project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/website_rebrand_coopiteasy/templates/rebrand_coopiteasy.xml b/website_rebrand_coopiteasy/templates/rebrand_coopiteasy.xml new file mode 100644 index 000000000..2bf1e1f11 --- /dev/null +++ b/website_rebrand_coopiteasy/templates/rebrand_coopiteasy.xml @@ -0,0 +1,32 @@ + + + + + + + +