diff --git a/setup/web_rebrand_coopiteasy/odoo/addons/web_rebrand_coopiteasy b/setup/web_rebrand_coopiteasy/odoo/addons/web_rebrand_coopiteasy new file mode 120000 index 000000000..6d751de66 --- /dev/null +++ b/setup/web_rebrand_coopiteasy/odoo/addons/web_rebrand_coopiteasy @@ -0,0 +1 @@ +../../../../web_rebrand_coopiteasy \ No newline at end of file diff --git a/setup/web_rebrand_coopiteasy/setup.py b/setup/web_rebrand_coopiteasy/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/web_rebrand_coopiteasy/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/web_rebrand_coopiteasy/README.rst b/web_rebrand_coopiteasy/README.rst new file mode 100644 index 000000000..cf17f2634 --- /dev/null +++ b/web_rebrand_coopiteasy/README.rst @@ -0,0 +1,62 @@ +===================== +Coop IT Easy Branding +===================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:406c2f7b168f911c721f98894c420c6eb2e38a7cbde3cab2be081c02d5823ddc + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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/16.0/web_rebrand_coopiteasy + :alt: coopiteasy/addons + +|badge1| |badge2| |badge3| + +Replace default Odoo branding by Coop IT Easy branding. + +**Table of contents** + +.. contents:: + :local: + +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/web_rebrand_coopiteasy/__init__.py b/web_rebrand_coopiteasy/__init__.py new file mode 100644 index 000000000..14d3abd09 --- /dev/null +++ b/web_rebrand_coopiteasy/__init__.py @@ -0,0 +1,3 @@ +# SPDX-FileCopyrightText: 2025 Coop IT Easy SC +# +# SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/web_rebrand_coopiteasy/__manifest__.py b/web_rebrand_coopiteasy/__manifest__.py new file mode 100644 index 000000000..0f57f366a --- /dev/null +++ b/web_rebrand_coopiteasy/__manifest__.py @@ -0,0 +1,19 @@ +# SPDX-FileCopyrightText: 2025 Coop IT Easy SC +# +# SPDX-License-Identifier: AGPL-3.0-or-later + +{ + "name": "Coop IT Easy Branding", + "summary": "Replace default Odoo branding by Coop IT Easy branding", + "version": "16.0.1.0.0", + "category": "Hidden", + "website": "https://github.com/coopiteasy/addons", + "author": "Coop IT Easy SC", + "license": "AGPL-3", + "depends": [ + "web", + ], + "data": [ + "templates/rebrand_coopiteasy.xml", + ], +} diff --git a/web_rebrand_coopiteasy/i18n/fr.po b/web_rebrand_coopiteasy/i18n/fr.po new file mode 100644 index 000000000..8200bf34b --- /dev/null +++ b/web_rebrand_coopiteasy/i18n/fr.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_rebrand_coopiteasy +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.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: \n" +"Plural-Forms: \n" + +#. module: web_rebrand_coopiteasy +#: model_terms:ir.ui.view,arch_db:web_rebrand_coopiteasy.brand_promotion_message +msgid "" +",\n" +" provided by" +msgstr "" +",\n" +" fourni par" + +#. module: web_rebrand_coopiteasy +#: model_terms:ir.ui.view,arch_db:web_rebrand_coopiteasy.brand_promotion_message +msgid "Coop IT Easy" +msgstr "" + +#. module: web_rebrand_coopiteasy +#: model_terms:ir.ui.view,arch_db:web_rebrand_coopiteasy.brand_promotion_message +msgid "OCA" +msgstr "" + +#. module: web_rebrand_coopiteasy +#: model_terms:ir.ui.view,arch_db:web_rebrand_coopiteasy.brand_promotion_message +msgid "Odoo" +msgstr "" diff --git a/web_rebrand_coopiteasy/i18n/nl.po b/web_rebrand_coopiteasy/i18n/nl.po new file mode 100644 index 000000000..a5634f564 --- /dev/null +++ b/web_rebrand_coopiteasy/i18n/nl.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_rebrand_coopiteasy +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.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: \n" +"Plural-Forms: \n" + +#. module: web_rebrand_coopiteasy +#: model_terms:ir.ui.view,arch_db:web_rebrand_coopiteasy.brand_promotion_message +msgid "" +",\n" +" provided by" +msgstr "" +",\n" +" verzorgd door" + +#. module: web_rebrand_coopiteasy +#: model_terms:ir.ui.view,arch_db:web_rebrand_coopiteasy.brand_promotion_message +msgid "Coop IT Easy" +msgstr "" + +#. module: web_rebrand_coopiteasy +#: model_terms:ir.ui.view,arch_db:web_rebrand_coopiteasy.brand_promotion_message +msgid "OCA" +msgstr "" + +#. module: web_rebrand_coopiteasy +#: model_terms:ir.ui.view,arch_db:web_rebrand_coopiteasy.brand_promotion_message +msgid "Odoo" +msgstr "" diff --git a/web_rebrand_coopiteasy/i18n/web_rebrand_coopiteasy.pot b/web_rebrand_coopiteasy/i18n/web_rebrand_coopiteasy.pot new file mode 100644 index 000000000..8d3d8beb4 --- /dev/null +++ b/web_rebrand_coopiteasy/i18n/web_rebrand_coopiteasy.pot @@ -0,0 +1,36 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_rebrand_coopiteasy +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.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: web_rebrand_coopiteasy +#: model_terms:ir.ui.view,arch_db:web_rebrand_coopiteasy.brand_promotion_message +msgid "" +",\n" +" provided by" +msgstr "" + +#. module: web_rebrand_coopiteasy +#: model_terms:ir.ui.view,arch_db:web_rebrand_coopiteasy.brand_promotion_message +msgid "Coop IT Easy" +msgstr "" + +#. module: web_rebrand_coopiteasy +#: model_terms:ir.ui.view,arch_db:web_rebrand_coopiteasy.brand_promotion_message +msgid "OCA" +msgstr "" + +#. module: web_rebrand_coopiteasy +#: model_terms:ir.ui.view,arch_db:web_rebrand_coopiteasy.brand_promotion_message +msgid "Odoo" +msgstr "" diff --git a/web_rebrand_coopiteasy/readme/CONTRIBUTORS.rst b/web_rebrand_coopiteasy/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..eb7c015bf --- /dev/null +++ b/web_rebrand_coopiteasy/readme/CONTRIBUTORS.rst @@ -0,0 +1,3 @@ +* `Coop IT Easy SC `_: + + * hugues de keyzer diff --git a/web_rebrand_coopiteasy/readme/DESCRIPTION.rst b/web_rebrand_coopiteasy/readme/DESCRIPTION.rst new file mode 100644 index 000000000..9954918ca --- /dev/null +++ b/web_rebrand_coopiteasy/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Replace default Odoo branding by Coop IT Easy branding. diff --git a/web_rebrand_coopiteasy/static/description/index.html b/web_rebrand_coopiteasy/static/description/index.html new file mode 100644 index 000000000..ce1f6b1bb --- /dev/null +++ b/web_rebrand_coopiteasy/static/description/index.html @@ -0,0 +1,418 @@ + + + + + +Coop IT Easy Branding + + + +
+

Coop IT Easy Branding

+ + +

Beta License: AGPL-3 coopiteasy/addons

+

Replace default Odoo branding by Coop IT Easy branding.

+

Table of contents

+ +
+

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/web_rebrand_coopiteasy/templates/rebrand_coopiteasy.xml b/web_rebrand_coopiteasy/templates/rebrand_coopiteasy.xml new file mode 100644 index 000000000..052916f58 --- /dev/null +++ b/web_rebrand_coopiteasy/templates/rebrand_coopiteasy.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + diff --git a/website_rebrand_coopiteasy/__manifest__.py b/website_rebrand_coopiteasy/__manifest__.py index 1792e3605..b7e49b252 100644 --- a/website_rebrand_coopiteasy/__manifest__.py +++ b/website_rebrand_coopiteasy/__manifest__.py @@ -5,15 +5,17 @@ { "name": "Coop IT Easy Website Branding", "summary": "Replace default Odoo website branding by Coop IT Easy branding", - "version": "16.0.1.0.0", + "version": "16.0.2.0.0", "category": "Website", "website": "https://github.com/coopiteasy/addons", "author": "Coop IT Easy SC", "license": "AGPL-3", "depends": [ + "web_rebrand_coopiteasy", "website", ], "data": [ "templates/rebrand_coopiteasy.xml", ], + "auto_install": True, } diff --git a/website_rebrand_coopiteasy/i18n/fr.po b/website_rebrand_coopiteasy/i18n/fr.po deleted file mode 100644 index 2fd118b3b..000000000 --- a/website_rebrand_coopiteasy/i18n/fr.po +++ /dev/null @@ -1,39 +0,0 @@ -# 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 deleted file mode 100644 index 0269cf9a2..000000000 --- a/website_rebrand_coopiteasy/i18n/nl.po +++ /dev/null @@ -1,39 +0,0 @@ -# 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" -" verzorgd 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 index 80d552b7f..78d58d53f 100644 --- a/website_rebrand_coopiteasy/i18n/website_rebrand_coopiteasy.pot +++ b/website_rebrand_coopiteasy/i18n/website_rebrand_coopiteasy.pot @@ -1,6 +1,5 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * website_rebrand_coopiteasy # msgid "" msgstr "" @@ -12,25 +11,3 @@ msgstr "" "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/static/description/index.html b/website_rebrand_coopiteasy/static/description/index.html index 40541cd03..a14258597 100644 --- a/website_rebrand_coopiteasy/static/description/index.html +++ b/website_rebrand_coopiteasy/static/description/index.html @@ -1,4 +1,3 @@ - diff --git a/website_rebrand_coopiteasy/templates/rebrand_coopiteasy.xml b/website_rebrand_coopiteasy/templates/rebrand_coopiteasy.xml index 26f78f9e4..b24fa1386 100644 --- a/website_rebrand_coopiteasy/templates/rebrand_coopiteasy.xml +++ b/website_rebrand_coopiteasy/templates/rebrand_coopiteasy.xml @@ -6,29 +6,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later --> - - - + + +