From 37baa290c5cd5d2048364f3ddee14fa81353e5ef Mon Sep 17 00:00:00 2001 From: Aungkokolin1997 Date: Mon, 3 Apr 2023 15:26:37 +0630 Subject: [PATCH] [ADD] website_sale_wishlist_menuitem --- .../addons/website_sale_wishlist_menuitem | 1 + setup/website_sale_wishlist_menuitem/setup.py | 6 + website_sale_wishlist_menuitem/README.rst | 71 +++ website_sale_wishlist_menuitem/__init__.py | 0 .../__manifest__.py | 13 + website_sale_wishlist_menuitem/i18n/ja.po | 44 ++ .../readme/DESCRIPTION.rst | 4 + .../static/description/index.html | 416 ++++++++++++++++++ .../views/product_wishlist_views.xml | 52 +++ 9 files changed, 607 insertions(+) create mode 120000 setup/website_sale_wishlist_menuitem/odoo/addons/website_sale_wishlist_menuitem create mode 100644 setup/website_sale_wishlist_menuitem/setup.py create mode 100644 website_sale_wishlist_menuitem/README.rst create mode 100644 website_sale_wishlist_menuitem/__init__.py create mode 100644 website_sale_wishlist_menuitem/__manifest__.py create mode 100644 website_sale_wishlist_menuitem/i18n/ja.po create mode 100644 website_sale_wishlist_menuitem/readme/DESCRIPTION.rst create mode 100644 website_sale_wishlist_menuitem/static/description/index.html create mode 100644 website_sale_wishlist_menuitem/views/product_wishlist_views.xml diff --git a/setup/website_sale_wishlist_menuitem/odoo/addons/website_sale_wishlist_menuitem b/setup/website_sale_wishlist_menuitem/odoo/addons/website_sale_wishlist_menuitem new file mode 120000 index 0000000000..b9a54713e8 --- /dev/null +++ b/setup/website_sale_wishlist_menuitem/odoo/addons/website_sale_wishlist_menuitem @@ -0,0 +1 @@ +../../../../website_sale_wishlist_menuitem \ No newline at end of file diff --git a/setup/website_sale_wishlist_menuitem/setup.py b/setup/website_sale_wishlist_menuitem/setup.py new file mode 100644 index 0000000000..28c57bb640 --- /dev/null +++ b/setup/website_sale_wishlist_menuitem/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/website_sale_wishlist_menuitem/README.rst b/website_sale_wishlist_menuitem/README.rst new file mode 100644 index 0000000000..af9771202d --- /dev/null +++ b/website_sale_wishlist_menuitem/README.rst @@ -0,0 +1,71 @@ +=============================== +Website Sales Wishlist Menuitem +=============================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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%2Fe--commerce-lightgray.png?logo=github + :target: https://github.com/OCA/e-commerce/tree/15.0/website_sale_wishlist_menuitem + :alt: OCA/e-commerce +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/e-commerce-15-0/e-commerce-15-0-website_sale_wishlist_menuitem + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/113/15.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module does the following: + +* Adds a menuitem for internal users to be able to check/manage the wishlist content + in the backend. + +**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 smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Quartile Limited + +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/e-commerce `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/website_sale_wishlist_menuitem/__init__.py b/website_sale_wishlist_menuitem/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/website_sale_wishlist_menuitem/__manifest__.py b/website_sale_wishlist_menuitem/__manifest__.py new file mode 100644 index 0000000000..ed7e461ed4 --- /dev/null +++ b/website_sale_wishlist_menuitem/__manifest__.py @@ -0,0 +1,13 @@ +# Copyright 2019 Quartile Limited +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +{ + "name": "Website Sales Wishlist Menuitem", + "version": "15.0.1.0.0", + "author": "Quartile Limited, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/e-commerce", + "category": "Website", + "license": "AGPL-3", + "depends": ["website_sale_wishlist"], + "data": ["views/product_wishlist_views.xml"], + "installable": True, +} diff --git a/website_sale_wishlist_menuitem/i18n/ja.po b/website_sale_wishlist_menuitem/i18n/ja.po new file mode 100644 index 0000000000..e0f846e974 --- /dev/null +++ b/website_sale_wishlist_menuitem/i18n/ja.po @@ -0,0 +1,44 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_sale_wishlist_menuitem +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 15.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-03-31 10:05+0000\n" +"PO-Revision-Date: 2023-03-31 10:05+0000\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_sale_wishlist_menuitem +#: model_terms:ir.ui.view,arch_db:website_sale_wishlist_menuitem.product_wishlist_tree +msgid "Added Date" +msgstr "追加日" + +#. module: website_sale_wishlist_menuitem +#: model_terms:ir.ui.view,arch_db:website_sale_wishlist_menuitem.product_wishlist_search +#: model_terms:ir.ui.view,arch_db:website_sale_wishlist_menuitem.product_wishlist_tree +msgid "Customer" +msgstr "顧客" + +#. module: website_sale_wishlist_menuitem +#: model_terms:ir.ui.view,arch_db:website_sale_wishlist_menuitem.product_wishlist_search +msgid "Group By" +msgstr "グループ化" + +#. module: website_sale_wishlist_menuitem +#: model_terms:ir.ui.view,arch_db:website_sale_wishlist_menuitem.product_wishlist_search +msgid "Product" +msgstr "プロダクト" + +#. module: website_sale_wishlist_menuitem +#: model:ir.actions.act_window,name:website_sale_wishlist_menuitem.action_product_wishlist +#: model:ir.ui.menu,name:website_sale_wishlist_menuitem.menu_product_wishlist +#: model_terms:ir.ui.view,arch_db:website_sale_wishlist_menuitem.product_wishlist_search +msgid "Product Wishlist" +msgstr "ウィッシュリストプロダクト" diff --git a/website_sale_wishlist_menuitem/readme/DESCRIPTION.rst b/website_sale_wishlist_menuitem/readme/DESCRIPTION.rst new file mode 100644 index 0000000000..1ed5266e36 --- /dev/null +++ b/website_sale_wishlist_menuitem/readme/DESCRIPTION.rst @@ -0,0 +1,4 @@ +This module does the following: + +* Adds a menuitem for internal users to be able to check/manage the wishlist content + in the backend. diff --git a/website_sale_wishlist_menuitem/static/description/index.html b/website_sale_wishlist_menuitem/static/description/index.html new file mode 100644 index 0000000000..ea5b84ab83 --- /dev/null +++ b/website_sale_wishlist_menuitem/static/description/index.html @@ -0,0 +1,416 @@ + + + + + + +Website Sales Wishlist Menuitem + + + +
+

Website Sales Wishlist Menuitem

+ + +

Beta License: AGPL-3 OCA/e-commerce Translate me on Weblate Try me on Runbot

+

This module does the following:

+
    +
  • Adds a menuitem for internal users to be able to check/manage the wishlist content +in the backend.
  • +
+

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 smashing it by providing a detailed and welcomed +feedback.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Quartile Limited
  • +
+
+
+

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/e-commerce project on GitHub.

+

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

+
+
+
+ + diff --git a/website_sale_wishlist_menuitem/views/product_wishlist_views.xml b/website_sale_wishlist_menuitem/views/product_wishlist_views.xml new file mode 100644 index 0000000000..860f5f8de2 --- /dev/null +++ b/website_sale_wishlist_menuitem/views/product_wishlist_views.xml @@ -0,0 +1,52 @@ + + + + product.wishlist.tree + product.wishlist + + + + + + + + + + product.wishlist.search + product.wishlist + + + + + + + + + + + + + + Product Wishlist + product.wishlist + tree + + + +