diff --git a/pos_hide_partner_info/README.rst b/pos_hide_partner_info/README.rst new file mode 100644 index 0000000..6e635b7 --- /dev/null +++ b/pos_hide_partner_info/README.rst @@ -0,0 +1,78 @@ +======================= +POS - Hide Partner Info +======================= + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:f9665df958eb28056a581851f1734aee1e9d0d935dc56e0f19e99cd0caf57a66 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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-OCA%2Fpos-lightgray.png?logo=github + :target: https://github.com/OCA/pos/tree/16.0/pos_hide_partner_info + :alt: OCA/pos +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_hide_partner_info + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/pos&target_branch=16.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module hides the phone and address fields in PoS customer list. + +**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 +~~~~~~~ + +* BEES coop - Cellule IT +* Coop IT Easy SC + +Contributors +~~~~~~~~~~~~ + +* BEES coop - Cellule IT +* Coop IT Easy SC + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/pos `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/pos_hide_partner_info/__init__.py b/pos_hide_partner_info/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pos_hide_partner_info/__manifest__.py b/pos_hide_partner_info/__manifest__.py new file mode 100644 index 0000000..67dd640 --- /dev/null +++ b/pos_hide_partner_info/__manifest__.py @@ -0,0 +1,28 @@ +# SPDX-FileCopyrightText: 2017 - 2020 BEES coop SCRLfs +# SPDX-FileContributor: Elouan Lebars +# SPDX-FileContributor: Rémy Taymans +# SPDX-FileContributor: Vincent Van Rossem +# SPDX-FileContributor: Elise Dupont +# SPDX-FileContributor: Thibault François +# SPDX-FileContributor: Grégoire Leeuwerck +# SPDX-FileContributor: Houssine Bakkali +# +# SPDX-License-Identifier: AGPL-3.0-or-later + +{ + "name": "POS - Hide Partner Info", + "summary": "Hide phone and address fields in PoS customer list", + "version": "16.0.1.0.0", + "category": "Point Of Sale", + "website": "https://github.com/OCA/pos", + "author": "BEES coop - Cellule IT, Coop IT Easy SC, Odoo Community Association (OCA)", + "license": "AGPL-3", + "depends": [ + "point_of_sale", + ], + "assets": { + "point_of_sale.assets": [ + "pos_hide_partner_info/static/src/xml/**/*.xml", + ], + }, +} diff --git a/pos_hide_partner_info/i18n/it.po b/pos_hide_partner_info/i18n/it.po new file mode 100644 index 0000000..a6da3f5 --- /dev/null +++ b/pos_hide_partner_info/i18n/it.po @@ -0,0 +1,36 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_hide_partner_info +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2023-03-23 12:22+0000\n" +"Last-Translator: mymage \n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.14.1\n" + +#. module: pos_hide_partner_info +#. openerp-web +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:6 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:9 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:15 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:18 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:24 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:27 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:30 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:35 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:38 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:41 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:44 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:47 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:50 +#, python-format +msgid "oe_hidden" +msgstr "oe_hidden" diff --git a/pos_hide_partner_info/i18n/pos_hide_partner_info.pot b/pos_hide_partner_info/i18n/pos_hide_partner_info.pot new file mode 100644 index 0000000..665de0d --- /dev/null +++ b/pos_hide_partner_info/i18n/pos_hide_partner_info.pot @@ -0,0 +1,34 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_hide_partner_info +# +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: pos_hide_partner_info +#. openerp-web +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:6 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:9 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:15 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:18 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:24 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:27 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:30 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:35 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:38 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:41 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:44 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:47 +#: code:addons/pos_hide_partner_info/static/src/xml/templates.xml:50 +#, python-format +msgid "oe_hidden" +msgstr "" + diff --git a/pos_hide_partner_info/readme/CONTRIBUTORS.rst b/pos_hide_partner_info/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..5cf09c2 --- /dev/null +++ b/pos_hide_partner_info/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* BEES coop - Cellule IT +* Coop IT Easy SC diff --git a/pos_hide_partner_info/readme/DESCRIPTION.rst b/pos_hide_partner_info/readme/DESCRIPTION.rst new file mode 100644 index 0000000..0b1ea0d --- /dev/null +++ b/pos_hide_partner_info/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module hides the phone and address fields in PoS customer list. diff --git a/pos_hide_partner_info/static/description/icon.png b/pos_hide_partner_info/static/description/icon.png new file mode 100644 index 0000000..3a0328b Binary files /dev/null and b/pos_hide_partner_info/static/description/icon.png differ diff --git a/pos_hide_partner_info/static/description/index.html b/pos_hide_partner_info/static/description/index.html new file mode 100644 index 0000000..3ead684 --- /dev/null +++ b/pos_hide_partner_info/static/description/index.html @@ -0,0 +1,422 @@ + + + + + +POS - Hide Partner Info + + + +
+

POS - Hide Partner Info

+ + +

Beta License: AGPL-3 OCA/pos Translate me on Weblate Try me on Runboat

+

This module hides the phone and address fields in PoS customer list.

+

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

+
    +
  • BEES coop - Cellule IT
  • +
  • Coop IT Easy SC
  • +
+
+
+

Contributors

+
    +
  • BEES coop - Cellule IT
  • +
  • Coop IT Easy SC
  • +
+
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/pos project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/pos_hide_partner_info/static/src/xml/Screens/PartnerListScreen/PartnerDetailsEdit.xml b/pos_hide_partner_info/static/src/xml/Screens/PartnerListScreen/PartnerDetailsEdit.xml new file mode 100644 index 0000000..7250376 --- /dev/null +++ b/pos_hide_partner_info/static/src/xml/Screens/PartnerListScreen/PartnerDetailsEdit.xml @@ -0,0 +1,55 @@ + + + + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + + diff --git a/pos_hide_partner_info/static/src/xml/Screens/PartnerListScreen/PartnerLine.xml b/pos_hide_partner_info/static/src/xml/Screens/PartnerListScreen/PartnerLine.xml new file mode 100644 index 0000000..7197871 --- /dev/null +++ b/pos_hide_partner_info/static/src/xml/Screens/PartnerListScreen/PartnerLine.xml @@ -0,0 +1,19 @@ + + + + + + false + + + false + + + false + + + + diff --git a/pos_hide_partner_info/static/src/xml/Screens/PartnerListScreen/PartnerListScreen.xml b/pos_hide_partner_info/static/src/xml/Screens/PartnerListScreen/PartnerListScreen.xml new file mode 100644 index 0000000..1a6b679 --- /dev/null +++ b/pos_hide_partner_info/static/src/xml/Screens/PartnerListScreen/PartnerListScreen.xml @@ -0,0 +1,16 @@ + + + + + + false + + + false + + + false + + + +