From e6e5f44cca0e495f5d12a5dba9a8b1bca9b3cbf4 Mon Sep 17 00:00:00 2001 From: hugues de keyzer Date: Sat, 9 Mar 2024 00:37:57 +0100 Subject: [PATCH 1/2] [ADD] add new module website_rebrand_coopiteasy --- .../odoo/addons/website_rebrand_coopiteasy | 1 + setup/website_rebrand_coopiteasy/setup.py | 6 + website_rebrand_coopiteasy/README.rst | 69 +++ website_rebrand_coopiteasy/__init__.py | 3 + website_rebrand_coopiteasy/__manifest__.py | 19 + website_rebrand_coopiteasy/i18n/fr.po | 39 ++ website_rebrand_coopiteasy/i18n/nl.po | 39 ++ .../i18n/website_rebrand_coopiteasy.pot | 36 ++ .../readme/CONTRIBUTORS.rst | 3 + .../readme/DESCRIPTION.rst | 1 + website_rebrand_coopiteasy/readme/USAGE.rst | 3 + .../static/description/index.html | 426 ++++++++++++++++++ .../templates/rebrand_coopiteasy.xml | 33 ++ 13 files changed, 678 insertions(+) create mode 120000 setup/website_rebrand_coopiteasy/odoo/addons/website_rebrand_coopiteasy create mode 100644 setup/website_rebrand_coopiteasy/setup.py create mode 100644 website_rebrand_coopiteasy/README.rst create mode 100644 website_rebrand_coopiteasy/__init__.py create mode 100644 website_rebrand_coopiteasy/__manifest__.py create mode 100644 website_rebrand_coopiteasy/i18n/fr.po create mode 100644 website_rebrand_coopiteasy/i18n/nl.po create mode 100644 website_rebrand_coopiteasy/i18n/website_rebrand_coopiteasy.pot create mode 100644 website_rebrand_coopiteasy/readme/CONTRIBUTORS.rst create mode 100644 website_rebrand_coopiteasy/readme/DESCRIPTION.rst create mode 100644 website_rebrand_coopiteasy/readme/USAGE.rst create mode 100644 website_rebrand_coopiteasy/static/description/index.html create mode 100644 website_rebrand_coopiteasy/templates/rebrand_coopiteasy.xml 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..4a2c1f2cb --- /dev/null +++ b/website_rebrand_coopiteasy/templates/rebrand_coopiteasy.xml @@ -0,0 +1,33 @@ + + + + + + + + From 7f7585aa68c9aeb2b9823de43dd84bb31e044757 Mon Sep 17 00:00:00 2001 From: hugues de keyzer Date: Mon, 18 Mar 2024 11:03:27 +0100 Subject: [PATCH 2/2] [MIG] website_rebrand_coopiteasy: migration to 14.0 --- website_rebrand_coopiteasy/README.rst | 8 ++++---- website_rebrand_coopiteasy/__manifest__.py | 2 +- website_rebrand_coopiteasy/static/description/index.html | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/website_rebrand_coopiteasy/README.rst b/website_rebrand_coopiteasy/README.rst index 49b97e2d1..80c2febb0 100644 --- a/website_rebrand_coopiteasy/README.rst +++ b/website_rebrand_coopiteasy/README.rst @@ -7,7 +7,7 @@ Coop IT Easy Website Branding !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:8e642548b4bd20312b20f0b5179d4af7a845ee0e48e0a336e3622d34dd311c83 + !! source digest: sha256:ace7ad4d8738fbf98230a917212bece2f611c869b4d308f73a8663da5f7f2c4d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -17,7 +17,7 @@ Coop IT Easy Website Branding :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 + :target: https://github.com/coopiteasy/addons/tree/14.0/website_rebrand_coopiteasy :alt: coopiteasy/addons |badge1| |badge2| |badge3| @@ -42,7 +42,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 to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -64,6 +64,6 @@ Contributors Maintainers ~~~~~~~~~~~ -This module is part of the `coopiteasy/addons `_ project on GitHub. +This module is part of the `coopiteasy/addons `_ project on GitHub. You are welcome to contribute. diff --git a/website_rebrand_coopiteasy/__manifest__.py b/website_rebrand_coopiteasy/__manifest__.py index 23f46f53e..e36eece28 100644 --- a/website_rebrand_coopiteasy/__manifest__.py +++ b/website_rebrand_coopiteasy/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Coop IT Easy Website Branding", "summary": "Replace default Odoo website branding by Coop IT Easy branding", - "version": "12.0.1.0.0", + "version": "14.0.1.0.0", "category": "Website", "website": "https://coopiteasy.be", "author": "Coop IT Easy SC", diff --git a/website_rebrand_coopiteasy/static/description/index.html b/website_rebrand_coopiteasy/static/description/index.html index e14061505..39da8b2de 100644 --- a/website_rebrand_coopiteasy/static/description/index.html +++ b/website_rebrand_coopiteasy/static/description/index.html @@ -367,9 +367,9 @@

Coop IT Easy Website Branding

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:8e642548b4bd20312b20f0b5179d4af7a845ee0e48e0a336e3622d34dd311c83 +!! source digest: sha256:ace7ad4d8738fbf98230a917212bece2f611c869b4d308f73a8663da5f7f2c4d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 coopiteasy/addons

+

Beta License: AGPL-3 coopiteasy/addons

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

Table of contents

@@ -395,7 +395,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 to smash it by providing a detailed and welcomed -feedback.

+feedback.

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

@@ -417,7 +417,7 @@

Contributors

Maintainers

-

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

+

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

You are welcome to contribute.