Skip to content

Commit d3f99cc

Browse files
Nov 13: [ADD] Initial commit 'wishlist_product_website_backend'
1 parent 9f1773e commit d3f99cc

86 files changed

Lines changed: 2055 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
2+
:target: https://www.gnu.org/licenses/agpl-3.0-standalone.html
3+
:alt: License: AGPL-3
4+
5+
Wishlist Products In Backend
6+
============================
7+
8+
This module developed to record wishlist product of customers in website Backend.when a customer added products to wishlist,the administrator or manager can track it from Reporting > Wishlist product
9+
and GroupBy added on product wise and Customer wise.
10+
11+
Installation
12+
============
13+
14+
Just select it from available modules to install it, there is no need to extra installations.
15+
16+
Configuration
17+
=============
18+
19+
Nothing to configure.
20+
21+
Company
22+
-------
23+
* `Cybrosys Techno Solutions <https://cybrosys.com/>`__
24+
25+
Credits
26+
-------
27+
* Developer: (v17)JANISH BABU EK,
28+
(V18) Busthana Shirin
29+
Contact: odoo@cybrosys.com
30+
31+
Contacts
32+
--------
33+
* Mail Contact : odoo@cybrosys.com
34+
* Website : https://cybrosys.com
35+
36+
Bug Tracker
37+
-----------
38+
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported.
39+
40+
Maintainer
41+
==========
42+
.. image:: https://cybrosys.com/images/logo.png
43+
:target: https://cybrosys.com
44+
45+
This module is maintained by Cybrosys Technologies.
46+
47+
For support and more information, please visit `Our Website <https://cybrosys.com/>`__
48+
49+
Further information
50+
===================
51+
HTML Description: `<static/description/index.html>`__
52+
53+
54+
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# -*- coding: utf-8 -*-
2+
#############################################################################
3+
#
4+
# Cybrosys Technologies Pvt. Ltd.
5+
#
6+
# Copyright (C) 2022-TODAY Cybrosys Technologies(<https://www.cybrosys.com>).
7+
# Author:Cybrosys Techno Solutions (odoo@cybrosys.com)
8+
#
9+
# You can modify it under the terms of the GNU AFFERO
10+
# GENERAL PUBLIC LICENSE (AGPL v3), Version 3.
11+
#
12+
# This program is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details.
16+
#
17+
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
18+
# (AGPL v3) along with this program.
19+
# If not, see <http://www.gnu.org/licenses/>.
20+
#
21+
#############################################################################
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# -*- coding: utf-8 -*-
2+
#############################################################################
3+
#
4+
# Cybrosys Technologies Pvt. Ltd.
5+
#
6+
# Copyright (C) 2022-TODAY Cybrosys Technologies(<https://www.cybrosys.com>).
7+
# Author:Cybrosys Techno Solutions (odoo@cybrosys.com)
8+
#
9+
# You can modify it under the terms of the GNU AFFERO
10+
# GENERAL PUBLIC LICENSE (AGPL v3), Version 3.
11+
#
12+
# This program is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details.
16+
#
17+
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
18+
# (AGPL v3) along with this program.
19+
# If not, see <http://www.gnu.org/licenses/>.
20+
#
21+
#############################################################################
22+
{
23+
'name': "Wishlist Products In Backend",
24+
'version': '18.0.1.0.0',
25+
'category': 'Website',
26+
'summary': """Record All Wishlist products to Backend""",
27+
'description': """This module will store all
28+
Wishlist product of Customers in Backend""",
29+
'author': "Cybrosys Techno Solutions ",
30+
'company': "Cybrosys Techno Solutions ",
31+
'maintainer': 'Cybrosys Techno Solutions',
32+
'website': "https://www.cybrosys.com",
33+
'depends': ['website_sale_wishlist'],
34+
'data': ['views/product_wishlist_views.xml'],
35+
'images': ['static/description/banner.jpg'],
36+
'license': 'AGPL-3',
37+
'installable': True,
38+
'auto_install': False,
39+
'application': False,
40+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Module <wishlist_product_website_backend>
2+
3+
#### 14.11.2024
4+
#### Version 17.0.1.0.0
5+
##### ADD
6+
- Initial commit for Wishlist Products In Backend
Lines changed: 10 additions & 0 deletions
Loading
210 KB
Loading

wishlist_product_website_backend/static/description/assets/icons/banner-2.svg

Lines changed: 73 additions & 0 deletions
Loading
109 KB
Loading
Lines changed: 9 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)