From bf2fccbd30ee19f40b582a16bf5130ed6a448bae Mon Sep 17 00:00:00 2001 From: Eugene Molotov Date: Sat, 2 Nov 2024 14:56:33 +0500 Subject: [PATCH] [ADD] pos_debranding --- pos_debranding/README.rst | 59 +++ pos_debranding/__init__.py | 0 pos_debranding/__manifest__.py | 19 + pos_debranding/pyproject.toml | 3 + pos_debranding/readme/DESCRIPTION.md | 5 + pos_debranding/static/description/index.html | 413 ++++++++++++++++++ .../static/src/xml/pos_debranding.xml | 12 + pos_debranding/views.xml | 8 + 8 files changed, 519 insertions(+) create mode 100644 pos_debranding/README.rst create mode 100644 pos_debranding/__init__.py create mode 100644 pos_debranding/__manifest__.py create mode 100644 pos_debranding/pyproject.toml create mode 100644 pos_debranding/readme/DESCRIPTION.md create mode 100644 pos_debranding/static/description/index.html create mode 100644 pos_debranding/static/src/xml/pos_debranding.xml create mode 100644 pos_debranding/views.xml diff --git a/pos_debranding/README.rst b/pos_debranding/README.rst new file mode 100644 index 0000000..5fd491d --- /dev/null +++ b/pos_debranding/README.rst @@ -0,0 +1,59 @@ +============== +POS debranding +============== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:5cbfd5b776fbd559e98ba6c2e6ec9eea3037d427e58ecb0671bcc4135977981b + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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-LGPL--3-blue.png + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-it--projects--llc%2Fpos--addons-lightgray.png?logo=github + :target: https://github.com/it-projects-llc/pos-addons/tree/17.0/pos_debranding + :alt: it-projects-llc/pos-addons + +|badge1| |badge2| |badge3| + +Removes references to odoo.com: + +- Deletes odoo logo + +- Replaces POS title + +**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 +------- + +* IT-Projects LLC + +Maintainers +----------- + +This module is part of the `it-projects-llc/pos-addons `_ project on GitHub. + +You are welcome to contribute. diff --git a/pos_debranding/__init__.py b/pos_debranding/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pos_debranding/__manifest__.py b/pos_debranding/__manifest__.py new file mode 100644 index 0000000..49b5d9d --- /dev/null +++ b/pos_debranding/__manifest__.py @@ -0,0 +1,19 @@ +{ + "name": "POS debranding", + "version": "17.0.1.0.0", + "author": "IT-Projects LLC", + "license": "LGPL-3", + "category": "Debranding", + "website": "https://github.com/it-projects-llc/pos-addons", + "depends": [ + "point_of_sale", + ], + "data": [ + "views.xml", + ], + "assets": { + "point_of_sale._assets_pos": [ + "pos_debranding/static/src/xml/pos_debranding.xml", + ] + }, +} diff --git a/pos_debranding/pyproject.toml b/pos_debranding/pyproject.toml new file mode 100644 index 0000000..4231d0c --- /dev/null +++ b/pos_debranding/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/pos_debranding/readme/DESCRIPTION.md b/pos_debranding/readme/DESCRIPTION.md new file mode 100644 index 0000000..8da74b4 --- /dev/null +++ b/pos_debranding/readme/DESCRIPTION.md @@ -0,0 +1,5 @@ +Removes references to odoo.com: + +- Deletes odoo logo + +- Replaces POS title diff --git a/pos_debranding/static/description/index.html b/pos_debranding/static/description/index.html new file mode 100644 index 0000000..b17a33e --- /dev/null +++ b/pos_debranding/static/description/index.html @@ -0,0 +1,413 @@ + + + + + +POS debranding + + + +
+

POS debranding

+ + +

Beta License: LGPL-3 it-projects-llc/pos-addons

+

Removes references to odoo.com:

+
    +
  • Deletes odoo logo
  • +
  • Replaces POS title
  • +
+

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

+
    +
  • IT-Projects LLC
  • +
+
+
+

Maintainers

+

This module is part of the it-projects-llc/pos-addons project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/pos_debranding/static/src/xml/pos_debranding.xml b/pos_debranding/static/src/xml/pos_debranding.xml new file mode 100644 index 0000000..35215a1 --- /dev/null +++ b/pos_debranding/static/src/xml/pos_debranding.xml @@ -0,0 +1,12 @@ + + + + + display: none !important + + + diff --git a/pos_debranding/views.xml b/pos_debranding/views.xml new file mode 100644 index 0000000..f242673 --- /dev/null +++ b/pos_debranding/views.xml @@ -0,0 +1,8 @@ + + + +