@ -0,0 +1,48 @@ |
|||||
|
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.svg |
||||
|
:target: https://www.gnu.org/licenses/agpl-3.0-standalone.html |
||||
|
:alt: License: AGPL-3 |
||||
|
|
||||
|
Website Customer Contact |
||||
|
========================= |
||||
|
This module helps you to create contact and addresses from website. |
||||
|
|
||||
|
Configuration |
||||
|
============= |
||||
|
* No additional configuration is needed. |
||||
|
|
||||
|
License |
||||
|
------- |
||||
|
Affero General Public License v3.0 (AGPL v3) |
||||
|
(https://www.gnu.org/licenses/agpl-3.0-standalone.html) |
||||
|
|
||||
|
Company |
||||
|
------- |
||||
|
* `Cybrosys Techno Solutions <https://cybrosys.com/>`__ |
||||
|
|
||||
|
Credits |
||||
|
------- |
||||
|
* Developers: (V16) Rahul Rajeev, Jumana Jabin MP, |
||||
|
(V17) Anzil K A |
||||
|
Contact: odoo@cybrosys.com |
||||
|
|
||||
|
Contacts |
||||
|
-------- |
||||
|
* Mail Contact : odoo@cybrosys.com |
||||
|
* Website : https://cybrosys.com |
||||
|
|
||||
|
Bug Tracker |
||||
|
----------- |
||||
|
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. |
||||
|
|
||||
|
Maintainer |
||||
|
========== |
||||
|
.. image:: https://cybrosys.com/images/logo.png |
||||
|
:target: https://cybrosys.com |
||||
|
|
||||
|
This module is maintained by Cybrosys Technologies. |
||||
|
|
||||
|
For support and more information, please visit `Our Website <https://cybrosys.com/>`__ |
||||
|
|
||||
|
Further information |
||||
|
=================== |
||||
|
HTML Description: `<static/description/index.html>`__ |
@ -0,0 +1,22 @@ |
|||||
|
# -- coding: utf-8 -- |
||||
|
############################################################################### |
||||
|
# |
||||
|
# Cybrosys Technologies Pvt. Ltd. |
||||
|
# Copyright (C) 2025-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
||||
|
# Author: Cybrosys (<https://www.cybrosys.com>) |
||||
|
# |
||||
|
# This program is free software: you can modify |
||||
|
# it under the terms of the GNU Affero General Public License (AGPL) as |
||||
|
# published by the Free Software Foundation, either version 3 of the |
||||
|
# License, or (at your option) any later version. |
||||
|
# |
||||
|
# This program is distributed in the hope that it will be useful, |
||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
|
# GNU Affero General Public License for more details. |
||||
|
# |
||||
|
# You should have received a copy of the GNU Affero General Public License |
||||
|
# along with this program. If not, see <https://www.gnu.org/licenses/>. |
||||
|
# |
||||
|
############################################################################### |
||||
|
from . import controllers |
@ -0,0 +1,51 @@ |
|||||
|
# -- coding: utf-8 -- |
||||
|
############################################################################### |
||||
|
# |
||||
|
# Cybrosys Technologies Pvt. Ltd. |
||||
|
# |
||||
|
# Copyright (C) 2025-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
||||
|
# Author: Cybrosys Technologies (odoo@cybrosys.com) |
||||
|
# |
||||
|
# You can modify it under the terms of the GNU AFFERO |
||||
|
# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. |
||||
|
# |
||||
|
# This program is distributed in the hope that it will be useful, |
||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
|
# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details. |
||||
|
# |
||||
|
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE |
||||
|
# (AGPL v3) along with this program. |
||||
|
# If not, see <https://www.gnu.org/licenses/>. |
||||
|
# |
||||
|
############################################################################### |
||||
|
{ |
||||
|
'name': "Website Customer Contact", |
||||
|
'version': '17.0.1.0.0', |
||||
|
'category': 'Website', |
||||
|
'summary': """This module helps you to create contact and addresses |
||||
|
from website.""", |
||||
|
'description': """This module helps you to create contact and addresses |
||||
|
from website. You can create,view and edit contacts and addresses.""", |
||||
|
'author': 'Cybrosys Techno Solutions', |
||||
|
'company': 'Cybrosys Techno Solutions', |
||||
|
'maintainer': 'Cybrosys Techno Solutions', |
||||
|
'website': "https://www.cybrosys.com", |
||||
|
'depends': ['website'], |
||||
|
'data': [ |
||||
|
'views/portal_templates.xml', |
||||
|
'views/website_templates.xml', |
||||
|
], |
||||
|
'assets': { |
||||
|
'web.assets_frontend': [ |
||||
|
'website_customer_contact/static/src/css/website_customer_contact.css', |
||||
|
'website_customer_contact/static/src/js/customer_contact_edit_form.js', |
||||
|
'website_customer_contact/static/src/js/customer_contact_form.js', |
||||
|
], |
||||
|
}, |
||||
|
'images': ['static/description/banner.jpg'], |
||||
|
'license': 'AGPL-3', |
||||
|
'installable': True, |
||||
|
'auto_install': False, |
||||
|
'application': False, |
||||
|
} |
@ -0,0 +1,24 @@ |
|||||
|
# -- coding: utf-8 -- |
||||
|
############################################################################### |
||||
|
# |
||||
|
# Cybrosys Technologies Pvt. Ltd. |
||||
|
# Copyright (C) 2025-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
||||
|
# Author: Cybrosys (<https://www.cybrosys.com>) |
||||
|
# |
||||
|
# This program is free software: you can modify |
||||
|
# it under the terms of the GNU Affero General Public License (AGPL) as |
||||
|
# published by the Free Software Foundation, either version 3 of the |
||||
|
# License, or (at your option) any later version. |
||||
|
# |
||||
|
# This program is distributed in the hope that it will be useful, |
||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
|
# GNU Affero General Public License for more details. |
||||
|
# |
||||
|
# You should have received a copy of the GNU Affero General Public License |
||||
|
# along with this program. If not, see <https://www.gnu.org/licenses/>. |
||||
|
# |
||||
|
############################################################################### |
||||
|
from . import contact_request |
||||
|
from . import portal |
||||
|
from . import website_customer_contact |
@ -0,0 +1,74 @@ |
|||||
|
# -- coding: utf-8 -- |
||||
|
############################################################################## |
||||
|
# |
||||
|
# Cybrosys Technologies Pvt. Ltd. |
||||
|
# Copyright (C) 2025-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
||||
|
# Author: Cybrosys (<https://www.cybrosys.com>) |
||||
|
# |
||||
|
# This program is free software: you can modify |
||||
|
# it under the terms of the GNU Affero General Public License (AGPL) as |
||||
|
# published by the Free Software Foundation, either version 3 of the |
||||
|
# License, or (at your option) any later version. |
||||
|
# |
||||
|
# This program is distributed in the hope that it will be useful, |
||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
|
# GNU Affero General Public License for more details. |
||||
|
# |
||||
|
# You should have received a copy of the GNU Affero General Public License |
||||
|
# along with this program. If not, see <https://www.gnu.org/licenses/>. |
||||
|
# |
||||
|
############################################################################## |
||||
|
from odoo import http |
||||
|
from odoo.http import request |
||||
|
|
||||
|
|
||||
|
class WebsiteCustomerContact(http.Controller): |
||||
|
""""Class to create a form to website""" |
||||
|
|
||||
|
@http.route('/contact_request_form', type="http", website=True, |
||||
|
auth='public') |
||||
|
def contact_request_form(self): |
||||
|
"""Render the contact request form template and pass values |
||||
|
to the website.""" |
||||
|
return http.request.render( |
||||
|
"website_customer_contact.website_customer_contact_request_form", |
||||
|
{ |
||||
|
'contact_title': request.env['res.partner.title'] |
||||
|
.sudo().search([]), |
||||
|
'country_id': request.env['res.country'].sudo().search([]), |
||||
|
'state_id': request.env['res.country.state'].sudo().search([]), |
||||
|
}) |
||||
|
|
||||
|
@http.route('/contact_request_form/submit', type="http", website=True, |
||||
|
auth='public', methods=["POST"], csrf=False) |
||||
|
def contact_request_form_completed(self, **kw): |
||||
|
"""Handle the completion of the contact request form and create |
||||
|
a new partner.""" |
||||
|
kw['parent_id'] = request.env.user.partner_id.id |
||||
|
kw['website_id'] = request.website.id |
||||
|
if kw: |
||||
|
request.env['res.partner'].sudo().create(kw) |
||||
|
return request.redirect('/contact_request_form/success') |
||||
|
|
||||
|
@http.route('/contact_request_form/success', type="http", website=True, auth='public') |
||||
|
def contact_request_form_success(self): |
||||
|
"""Render the success page after creating contact.""" |
||||
|
return request.render("website_customer_contact.website_customer_contact_request_form_completed") |
||||
|
|
||||
|
@http.route('/contact_request_form/write', type="http", website=True, |
||||
|
auth='public') |
||||
|
def contact_request_form_edit(self, **kw): |
||||
|
"""Handle editing of a contact request form and update the |
||||
|
corresponding partner record.""" |
||||
|
if kw['id']: |
||||
|
current_contact = request.env['res.partner'].sudo().browse( |
||||
|
int(kw['id'])) |
||||
|
# To write new values |
||||
|
current_contact.write(kw) |
||||
|
customer_contact = request.env['res.partner'].sudo().search( |
||||
|
[('parent_id', '=', request.env.user.partner_id.id)]) |
||||
|
return request.render( |
||||
|
"website_customer_contact.website_customer_contact", { |
||||
|
'customer_contact_portal': customer_contact, |
||||
|
'page_name': 'customer_contact'}) |
@ -0,0 +1,36 @@ |
|||||
|
# -- coding: utf-8 -- |
||||
|
############################################################################## |
||||
|
# |
||||
|
# Cybrosys Technologies Pvt. Ltd. |
||||
|
# Copyright (C) 2025-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
||||
|
# Author: Cybrosys (<https://www.cybrosys.com>) |
||||
|
# |
||||
|
# This program is free software: you can modify |
||||
|
# it under the terms of the GNU Affero General Public License (AGPL) as |
||||
|
# published by the Free Software Foundation, either version 3 of the |
||||
|
# License, or (at your option) any later version. |
||||
|
# |
||||
|
# This program is distributed in the hope that it will be useful, |
||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
|
# GNU Affero General Public License for more details. |
||||
|
# |
||||
|
# You should have received a copy of the GNU Affero General Public License |
||||
|
# along with this program. If not, see <https://www.gnu.org/licenses/>. |
||||
|
# |
||||
|
############################################################################### |
||||
|
from odoo.addons.portal.controllers import portal |
||||
|
from odoo.http import request |
||||
|
|
||||
|
|
||||
|
class CustomerPortal(portal.CustomerPortal): |
||||
|
""""Class to create a portal to website""" |
||||
|
|
||||
|
def _prepare_home_portal_values(self, counters): |
||||
|
""""Function to super and pass value to portal""" |
||||
|
values = super()._prepare_home_portal_values(counters) |
||||
|
if 'contact_count' in counters: |
||||
|
values['contact_count'] = request.env['res.partner'] \ |
||||
|
.sudo().search_count( |
||||
|
[('parent_id', '=', request.env.user.partner_id.id)]) |
||||
|
return values |
@ -0,0 +1,51 @@ |
|||||
|
# -- coding: utf-8 -- |
||||
|
############################################################################## |
||||
|
# |
||||
|
# Cybrosys Technologies Pvt. Ltd. |
||||
|
# Copyright (C) 2025-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
||||
|
# Author: Cybrosys (<https://www.cybrosys.com>) |
||||
|
# |
||||
|
# This program is free software: you can modify |
||||
|
# it under the terms of the GNU Affero General Public License (AGPL) as |
||||
|
# published by the Free Software Foundation, either version 3 of the |
||||
|
# License, or (at your option) any later version. |
||||
|
# |
||||
|
# This program is distributed in the hope that it will be useful, |
||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
|
# GNU Affero General Public License for more details. |
||||
|
# |
||||
|
# You should have received a copy of the GNU Affero General Public License |
||||
|
# along with this program. If not, see <https://www.gnu.org/licenses/>. |
||||
|
# |
||||
|
############################################################################## |
||||
|
from odoo import http |
||||
|
from odoo.http import request |
||||
|
|
||||
|
|
||||
|
class CustomerContacts(http.Controller): |
||||
|
""""Class to create a route to website""" |
||||
|
|
||||
|
@http.route(['/my/contacts'], type='http', auth='public', website=True) |
||||
|
def view_customer(self): |
||||
|
"""Render the customer contact template and pass values to the |
||||
|
website.""" |
||||
|
customer_contact = request.env['res.partner'].sudo().search( |
||||
|
[('parent_id', '=', request.env.user.partner_id.id)]) |
||||
|
return request.render( |
||||
|
'website_customer_contact.website_customer_contact', |
||||
|
{'customer_contact_portal': customer_contact, |
||||
|
'page_name': 'customer_contact'}) |
||||
|
|
||||
|
@http.route(['/my/contacts/<int:contact>'], type='http', auth='public', |
||||
|
website=True) |
||||
|
def view_customer_details(self, contact): |
||||
|
"""Render the customer contact details template and pass values to |
||||
|
the website.""" |
||||
|
customer_contact = request.env['res.partner'].sudo().search( |
||||
|
[('parent_id', '=', request.env.user.partner_id.id), |
||||
|
('id', '=', contact)]) |
||||
|
return request.render( |
||||
|
'website_customer_contact.website_customer_contact_detail', |
||||
|
{'customer_contact_portal': customer_contact, |
||||
|
'page_name': 'customer_contact_details'}) |
@ -0,0 +1,7 @@ |
|||||
|
## Module <website_customer_contact> |
||||
|
|
||||
|
#### 11.08.2025 |
||||
|
#### Version 17.0.1.0.0 |
||||
|
##### ADD |
||||
|
|
||||
|
- Initial Commit for Website Customer Contact |
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 310 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 576 B |
After Width: | Height: | Size: 733 B |
After Width: | Height: | Size: 911 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 673 B |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 878 B |
After Width: | Height: | Size: 653 B |
After Width: | Height: | Size: 905 B |
After Width: | Height: | Size: 839 B |
After Width: | Height: | Size: 427 B |
After Width: | Height: | Size: 627 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 988 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 80 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 565 B |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 43 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 38 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 126 KiB |
After Width: | Height: | Size: 127 KiB |
After Width: | Height: | Size: 131 KiB |
After Width: | Height: | Size: 65 KiB |
After Width: | Height: | Size: 116 KiB |
After Width: | Height: | Size: 121 KiB |
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 30 KiB |
After Width: | Height: | Size: 75 KiB |
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 44 KiB |
After Width: | Height: | Size: 90 KiB |
After Width: | Height: | Size: 268 KiB |
After Width: | Height: | Size: 91 KiB |
After Width: | Height: | Size: 9.6 KiB |
@ -0,0 +1,713 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html lang="en"> |
||||
|
<head> |
||||
|
<meta charset="UTF-8"> |
||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||
|
<title>Web Pay Customer Contact</title> |
||||
|
<!-- Bootstrap CSS --> |
||||
|
<link rel="stylesheet" |
||||
|
href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" |
||||
|
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" |
||||
|
crossorigin="anonymous"> |
||||
|
<link rel="stylesheet" |
||||
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"> |
||||
|
<link rel="preconnect" href="https://fonts.googleapis.com"> |
||||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
||||
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" |
||||
|
rel="stylesheet"> |
||||
|
</head> |
||||
|
<body> |
||||
|
<section> |
||||
|
<div class="container" |
||||
|
style="font-family: 'Inter', sans-serif !important;background-color: #fff !important;"> |
||||
|
<div class="row"> |
||||
|
<div class="col-sm-12 col-md-12 col-lg-12 d-flex justify-content-between flex-wrap align-items-sm-center" |
||||
|
style="border-bottom:1px solid rgba(0, 0, 0, 0.22)"> |
||||
|
<div class="my-3"> |
||||
|
<img src="assets/misc/Cybrosys R.png" |
||||
|
style="width:auto !important; height:40px !important"> |
||||
|
</div> |
||||
|
<div class="my-3 d-flex align-items-center"> |
||||
|
<div class="text-center" |
||||
|
style="background-color:#017E84 !important;font-size: 0.8rem !important; color:#fff !important; font-weight:500 !important; padding:4px !important; margin:0 3px !important; border-radius:50px !important; min-width: 120px !important;"> |
||||
|
Community |
||||
|
</div> |
||||
|
<div class="text-center" |
||||
|
style="background-color:#875A7B !important; color:#fff !important;font-size: 0.8rem !important; font-weight:500 !important; padding:4px !important; margin:0 3px !important; border-radius:50px !important;min-width: 120px !important;"> |
||||
|
Enterprise |
||||
|
</div> |
||||
|
<div class="text-center" |
||||
|
style="background-color:#7C7BAD !important; color:#fff !important;font-size: 0.8rem !important; font-weight:500 !important; padding:4px !important; margin:0 3px !important; border-radius:50px !important; min-width: 120px !important;"> |
||||
|
Odoo.sh |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="row"> |
||||
|
<div class="col-sm-12 col-md-12 col-lg-12 text-center d-flex align-items-center flex-column" |
||||
|
style="margin: 80px 0px !important;"> |
||||
|
<h1 style="font-size: 2.8rem;font-weight: 700; color: |
||||
|
#1A202C;"> |
||||
|
Web Pay Customer Contact</h1> |
||||
|
<p class="my-3 mb-4" |
||||
|
style="max-width: 80%; font-weight: 400 !important; line-height: 32px; color: #718096;"> |
||||
|
This Module Helps to Create Contact and Addresses from Website. |
||||
|
</p> |
||||
|
<div style="width: 80%; margin-top: 3rem;"> |
||||
|
<img src="assets/screenshots/hero.gif" |
||||
|
class="img-responsive" width="100%" height="auto"> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="container mt-5 mb-5"> |
||||
|
<div class="col-lg-12 d-flex flex-column justify-content-center align-items-center mt-4"> |
||||
|
<p class="m-0" |
||||
|
style="font-weight: 600; font-size: 24px; color:#714b67 !important"> |
||||
|
Key Highlights |
||||
|
</p> |
||||
|
</div> |
||||
|
<div class="row py-4"> |
||||
|
<div class="col-md-6 col-sm-12 p-3"> |
||||
|
<div class="d-flex h-100" style="padding: 30px;border-radius: 12px; |
||||
|
background: #FFF; |
||||
|
box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.25); "> |
||||
|
<div style="width: 36px; height: 36px; border-radius: 50%; background: #714B67; |
||||
|
display: flex; justify-content: center; align-items: center; |
||||
|
margin-right: 10px; flex-shrink: 0;"> |
||||
|
<i class="fa-solid fa-star " |
||||
|
style="color: #fff;font-size:14px;"></i> |
||||
|
</div> |
||||
|
<div> |
||||
|
<p style="color: #1A202C;font-weight: 600; |
||||
|
font-size: 1.2rem; margin-bottom: 2px;"> |
||||
|
Add Contacts & Addresses on your account.</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-md-6 col-sm-12 p-3"> |
||||
|
<div class="d-flex h-100" style="padding: 30px;border-radius: 12px; |
||||
|
background: #FFF; |
||||
|
box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.25); "> |
||||
|
<div style="width: 36px; height: 36px; border-radius: 50%; background: #714B67; |
||||
|
display: flex; justify-content: center; align-items: center; |
||||
|
margin-right: 10px; flex-shrink: 0;"> |
||||
|
<i class="fa-solid fa-star " |
||||
|
style="color: #fff;font-size:14px;"></i> |
||||
|
</div> |
||||
|
<div> |
||||
|
<p style="color: #1A202C;font-weight: 600; |
||||
|
font-size: 1.2rem; margin-bottom: 2px;"> |
||||
|
Create and Edit Contacts & Addresses.</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="container rounded"> |
||||
|
<ul class="nav nav-tabs d-flex" |
||||
|
style="width: fit-content;margin: 0 auto;gap: 1rem;"> |
||||
|
<li class="col text-center py-2 text-nowrap " |
||||
|
style="color: #fff; background-color: #714B67;border-radius: 6px 6px 0px 0px;"> |
||||
|
<a |
||||
|
class="active show" data-toggle="tab" href="#tab1" |
||||
|
style="color: #fff;font-weight: 500; background-color: #714B67; text-decoration: none;"> |
||||
|
<i class="fa-regular fa-image pr-2" |
||||
|
style="color: #fff;"></i> |
||||
|
Screenshots</a></li> |
||||
|
<li class="col text-center py-2 text-nowrap " |
||||
|
style="color: #fff; background-color: #714B67;border-radius: 6px 6px 0px 0px;"> |
||||
|
<a |
||||
|
data-toggle="tab" href="#tab2" |
||||
|
style="color: #fff;font-weight: 500; text-decoration: none;"><i |
||||
|
class="fa-solid fa-star pr-2" |
||||
|
style="color: #fff;"></i>Features</a></li> |
||||
|
<li class="col text-center py-2 text-nowrap " |
||||
|
style="color: #fff; background-color: #714B67;border-radius: 6px 6px 0px 0px;"> |
||||
|
<a |
||||
|
data-toggle="tab" href="#tab3" |
||||
|
style="color: #fff;font-weight: 500; text-decoration: none; background-color: #714B67;"><i |
||||
|
class="fa-solid fa-book-open pr-2" |
||||
|
style="color: #fff;"></i>Released Notes</a></li> |
||||
|
</ul> |
||||
|
<div class="tab-content" |
||||
|
style="background-color: rgba(121, 113, 119, 0.04);"> |
||||
|
<div id="tab1" class="tab-pane fade in active show"> |
||||
|
<div class="col-lg-12 py-2" |
||||
|
style="padding: 1rem 4rem !important;"> |
||||
|
<div |
||||
|
style="border: 1px solid #d8d6d6; border-radius: 4px; background: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);"> |
||||
|
<div class="row justify-content-center p-3 w-100 m-0"> |
||||
|
<img src="assets/screenshots/1.png" |
||||
|
class="img-responsive" width="100%" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
<div class="px-3"> |
||||
|
<h4 class="mt-2" |
||||
|
style=" font-weight:600 !important; color:#282F33 !important; font-size:1.3rem !important"> |
||||
|
Contact Request</h4> |
||||
|
<p class="m-0" style="color:#718096"> |
||||
|
Navigate to Website > User > Contact Request. |
||||
|
</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12 py-2" |
||||
|
style="padding: 1rem 4rem !important;"> |
||||
|
<div |
||||
|
style="border: 1px solid #d8d6d6; border-radius: 4px; background: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);"> |
||||
|
<div class="row justify-content-center p-3 w-100 m-0"> |
||||
|
<img src="assets/screenshots/2.png" |
||||
|
class="img-responsive" width="100%" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
<div class="px-3"> |
||||
|
<h4 class="mt-2" |
||||
|
style=" font-weight:600 !important; color:#282F33 !important; font-size:1.3rem !important"> |
||||
|
Contact Request Form</h4> |
||||
|
<p class="m-0" style="color:#718096"> |
||||
|
In the form view enter the contact details and choose |
||||
|
the type of contact type from the "Type" field. |
||||
|
A contact will be created once the form is submitted. |
||||
|
</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12 py-2" |
||||
|
style="padding: 1rem 4rem !important;"> |
||||
|
<div style="border: 1px solid #d8d6d6; border-radius: 4px; background: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);"> |
||||
|
<div class="row justify-content-center p-3 w-100 m-0"> |
||||
|
<img src="assets/screenshots/3.png" |
||||
|
class="img-responsive" width="100%" |
||||
|
height="auto"> |
||||
|
<img src="assets/screenshots/4.png" |
||||
|
class="img-responsive" width="100%" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
<div class="px-3"> |
||||
|
<h4 class="mt-2" |
||||
|
style=" font-weight:600 !important; color:#282F33 !important; font-size:1.3rem !important"> |
||||
|
Contacts Menu</h4> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12 py-2" |
||||
|
style="padding: 1rem 4rem !important;"> |
||||
|
<div |
||||
|
style="border: 1px solid #d8d6d6; border-radius: 4px; background: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);"> |
||||
|
<div class="row justify-content-center p-3 w-100 m-0"> |
||||
|
<img src="assets/screenshots/5.png" |
||||
|
class="img-responsive" width="100%" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
<div class="row justify-content-center p-3 w-100 m-0"> |
||||
|
<img src="assets/screenshots/6.png" |
||||
|
class="img-responsive" width="100%" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
<div class="px-3"> |
||||
|
<h4 class="mt-2" |
||||
|
style=" font-weight:600 !important; color:#282F33 !important; font-size:1.3rem !important"> |
||||
|
Contact Details</h4> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12 py-2" |
||||
|
style="padding: 1rem 4rem !important;"> |
||||
|
<div |
||||
|
style="border: 1px solid #d8d6d6; border-radius: 4px; background: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);"> |
||||
|
<div class="row justify-content-center p-3 w-100 m-0"> |
||||
|
<img src="assets/screenshots/7.png" |
||||
|
class="img-responsive" width="100%" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
<div class="px-3"> |
||||
|
<h4 class="mt-2" |
||||
|
style=" font-weight:600 !important; color:#282F33 !important; font-size:1.3rem !important"> |
||||
|
Edit Contact</h4> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="tab2" class="tab-pane fade"> |
||||
|
<div class="col-mg-12" style="padding: 1rem 4rem;"> |
||||
|
<ul style="list-style: none; padding: 1rem 0;font-weight: 500;"> |
||||
|
<li class="py-3" |
||||
|
style="font-weight: 500;background-color: #fff; border-radius: 4px; padding: 1rem; margin-bottom: 1rem; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);"> |
||||
|
<span style="margin-right: 12px;"><img |
||||
|
src="assets/misc/star (1) 2.svg" |
||||
|
alt="" |
||||
|
width="16px"></span> |
||||
|
Add Contacts & Addresses on your account |
||||
|
</li> |
||||
|
<li class="py-3" |
||||
|
style="font-weight: 500;background-color: #fff; border-radius: 4px; padding: 1rem; margin-bottom: 1rem; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);"> |
||||
|
<span style="margin-right: 12px;"><img |
||||
|
src="assets/misc/star (1) 2.svg" |
||||
|
alt="" |
||||
|
width="16px"></span> |
||||
|
Create and Edit Contacts & Addresses. |
||||
|
</li> |
||||
|
<li class="py-3" |
||||
|
style="font-weight: 500;background-color: #fff; border-radius: 4px; padding: 1rem; margin-bottom: 1rem; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);"> |
||||
|
<span style="margin-right: 12px;"><img |
||||
|
src="assets/misc/star (1) 2.svg" |
||||
|
alt="" |
||||
|
width="16px"></span>Available in |
||||
|
both Community & Enterprise. |
||||
|
</li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="tab3" class="tab-pane fade"> |
||||
|
<div class="col-mg-12 active" style="padding: 1rem 4rem;"> |
||||
|
<div class="py-3" |
||||
|
style="font-weight: 500;background-color: #fff; border-radius: 4px; padding: 1rem; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);"> |
||||
|
<div class="d-flex mb-3" |
||||
|
style="font-size: 0.8rem; font-weight: 500;"><span>Version |
||||
|
17.0.1.0.0</span><span |
||||
|
class="px-2">|</span><span |
||||
|
style="color: #714B67;font-weight: 600;">Released on:08th May 2025</span> |
||||
|
</div> |
||||
|
<p class="m-0" |
||||
|
style=" color:#718096!important; font-size:1rem !important;line-height: 28px;"> |
||||
|
Initial commit for Website Customer Contact</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="container mt-5"> |
||||
|
<div class="col-lg-12 d-flex flex-column justify-content-center align-items-center mt-5"> |
||||
|
<p class="m-0" |
||||
|
style="font-weight: 600; font-size: 24px; color:#000 !important"> |
||||
|
Related Products</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="myCarousel" class="carousel slide py-3" data-ride="carousel"> |
||||
|
<div class="carousel-inner"> |
||||
|
<div class="carousel-item active"> |
||||
|
<div class="row p-4"> |
||||
|
<div class="col"> |
||||
|
<div class="p-3"> |
||||
|
<a href="https://apps.odoo.com/apps/modules/17.0/account_reports_xlsx/" |
||||
|
style="color: #000; text-decoration: none;"> |
||||
|
<div style="border:1px solid #CBCBCB !important;border-radius: 4px;"> |
||||
|
<div style="width: 300px; "> |
||||
|
<img src="assets/modules/accounting_report_excel.png" |
||||
|
alt="" width="100%" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
<p class="text-center pt-2 text-black font-weight-bold"> |
||||
|
Accounting Report Excel</p> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col"> |
||||
|
<div class="p-3"> |
||||
|
<a href="https://apps.odoo.com/apps/modules/17.0/customer_followup_community/" |
||||
|
style="color: #000; text-decoration: none;"> |
||||
|
<div style="border:1px solid #CBCBCB !important;border-radius: 4px;"> |
||||
|
<div style="width: 300px; "> |
||||
|
<img src="assets/modules/customer_followup.png" |
||||
|
alt="" width="100%" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
<p class="text-center pt-2 text-black font-weight-bold"> |
||||
|
Customer Followup</p> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col"> |
||||
|
<div class="p-3"> |
||||
|
<a href="https://apps.odoo.com/apps/modules/17.0/fedex_odoo_connector/" |
||||
|
style="color: #000; text-decoration: none;"> |
||||
|
<div style="border:1px solid #CBCBCB !important;border-radius: 4px;"> |
||||
|
<div style="width: 300px; "> |
||||
|
<img src="assets/modules/fedex.png" |
||||
|
alt="" width="100%" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
<p class="text-center pt-2 text-black font-weight-bold"> |
||||
|
Fedex Odoo Connector</p> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="carousel-item"> |
||||
|
<div class="row p-4"> |
||||
|
<div class="col"> |
||||
|
<div class="p-3"> |
||||
|
<a href="https://apps.odoo.com/apps/modules/17.0/product_to_rfq_pro/" |
||||
|
style="color: #000; text-decoration: none;"> |
||||
|
<div style="border:1px solid #CBCBCB !important;border-radius: 4px;"> |
||||
|
<div style="width: 300px; "> |
||||
|
<img src="assets/modules/multiple_product_rfq.png" |
||||
|
alt="" width="100%" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
<p class="text-center pt-2 text-black font-weight-bold"> |
||||
|
Add Multiple Products To RFQ Pro</p> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col"> |
||||
|
<div class="p-3"> |
||||
|
<a href="https://apps.odoo.com/apps/modules/17.0/custom_gantt_view/" |
||||
|
style="color: #000; text-decoration: none;"> |
||||
|
<div style="border:1px solid #CBCBCB !important;border-radius: 4px;"> |
||||
|
<div style="width: 300px;"> |
||||
|
<img src="assets/modules/project_gantt_view.png" |
||||
|
alt="" width="100%" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
<p class="text-center pt-2 text-black font-weight-bold"> |
||||
|
Project Gantt View</p> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col"> |
||||
|
<div class="p-3"> |
||||
|
<a href="https://apps.odoo.com/apps/modules/17.0/pos_order_types/" |
||||
|
style="color: #000; text-decoration: none;"> |
||||
|
<div style="border:1px solid #CBCBCB !important;border-radius: 4px;"> |
||||
|
<div style="width: 300px;"> |
||||
|
<img src="assets/modules/pos_order_types.png" |
||||
|
alt="" width="100%" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
<p class="text-center pt-2 text-black font-weight-bold"> |
||||
|
POS Order Types</p> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<a class="carousel-control-prev" href="#myCarousel" |
||||
|
data-slide="prev" style="width: 35px; color: #000;"> |
||||
|
<span class="carousel-control-prev-icon"> |
||||
|
<i class="fa fa-chevron-left" |
||||
|
style="font-size: 24px;"></i> |
||||
|
</span> |
||||
|
</a> |
||||
|
<a class="carousel-control-next" href="#myCarousel" |
||||
|
data-slide="next" style="width: 35px; color: #000;"> |
||||
|
<span class="carousel-control-next-icon"> |
||||
|
<i class="fa fa-chevron-right" |
||||
|
style="font-size: 24px;"></i> |
||||
|
</span> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="container mt-5"> |
||||
|
<div class="col-lg-12 d-flex flex-column justify-content-center align-items-center mt-4"> |
||||
|
<p class="m-0" |
||||
|
style="font-weight: 600; font-size: 24px; color:#000 !important"> |
||||
|
Our Services</p> |
||||
|
|
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="container my-5"> |
||||
|
<div class="row py-3"> |
||||
|
<div class="col-md-4 col-sm-6 px-4 py-4"> |
||||
|
<div |
||||
|
style="background-color: #fff; padding: 25px; text-align: center; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; position: relative;border-radius: 4px;"> |
||||
|
<div style="position: absolute; top: 0%; left: 50%; transform: translate(-50%, -50%);"> |
||||
|
<div style="background-color:#13EA36 ; border-radius: 50%; padding: 15px; width: 68px; |
||||
|
height: 68px; display: inline-block; box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);"> |
||||
|
<img src="assets/icons/cogs.png" |
||||
|
alt="service-icon" width="38px" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
</div> |
||||
|
<p style="margin-top: 20px; font-weight: bold;">Odoo |
||||
|
Customization</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-md-4 col-sm-6 px-4 py-4"> |
||||
|
<div |
||||
|
style="background-color: #fff; padding: 25px; text-align: center; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; position: relative;border-radius: 4px;"> |
||||
|
<div style="position: absolute; top: 0%; left: 50%; transform: translate(-50%, -50%);"> |
||||
|
<div style="background-color:#DBC711; border-radius: 50%; padding: 15px; width: 68px; |
||||
|
height: 68px; display: inline-block; box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);"> |
||||
|
<img src="assets/icons/wrench.png" |
||||
|
alt="service-icon" width="38px" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
</div> |
||||
|
<p style="margin-top: 20px; font-weight: bold;">Odoo |
||||
|
Implementation</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-md-4 col-sm-6 px-4 py-4"> |
||||
|
<div |
||||
|
style="background-color: #fff; padding: 25px; text-align: center; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; position: relative; border-radius: 4px;"> |
||||
|
<div style="position: absolute; top: 0%; left: 50%; transform: translate(-50%, -50%);"> |
||||
|
<div style="background-color:#FF6B6B ; border-radius: 50%; padding: 15px; width: 68px; |
||||
|
height: 68px; display: inline-block; box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);"> |
||||
|
<img src="assets/icons/lifebuoy.png" |
||||
|
alt="service-icon" width="38px" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
</div> |
||||
|
<p style="margin-top: 20px; font-weight: bold;">Odoo |
||||
|
Support</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-md-4 col-sm-6 px-4 py-4"> |
||||
|
<div |
||||
|
style="background-color: #fff; padding: 25px; text-align: center; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; position: relative; border-radius: 4px;"> |
||||
|
<div style="position: absolute; top: 0%; left: 50%; transform: translate(-50%, -50%);"> |
||||
|
<div style="background-color:#FFA801 ; border-radius: 50%; padding: 15px; width: 68px; |
||||
|
height: 68px; display: inline-block; box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);"> |
||||
|
<img src="assets/icons/user.png" |
||||
|
alt="service-icon" width="38px" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
</div> |
||||
|
<p style="margin-top: 20px; font-weight: bold;">Hire |
||||
|
Odoo Developer</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-md-4 col-sm-6 px-4 py-4"> |
||||
|
<div |
||||
|
style="background-color: #fff; padding: 25px; text-align: center; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; position: relative; border-radius: 4px;"> |
||||
|
|
||||
|
<div style="position: absolute; top: 0%; left: 50%; transform: translate(-50%, -50%);"> |
||||
|
<div style="background-color:#54A0FF; border-radius: 50%; padding: 15px; width: 68px; |
||||
|
height: 68px; display: inline-block; box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);"> |
||||
|
<img src="assets/icons/puzzle.png" |
||||
|
alt="service-icon" width="38px" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
</div> |
||||
|
<p style="margin-top: 20px; font-weight: bold;">Odoo |
||||
|
Integration</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-md-4 col-sm-6 px-4 py-4"> |
||||
|
<div |
||||
|
style="background-color: #fff; padding: 25px; text-align: center; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; position: relative;border-radius: 4px;"> |
||||
|
<div style="position: absolute; top: 0%; left: 50%; transform: translate(-50%, -50%);"> |
||||
|
<div style="background-color:#6D7680 ; border-radius: 50%; padding: 15px; width: 68px; |
||||
|
height: 68px; display: inline-block; box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);"> |
||||
|
<img src="assets/icons/update.png" |
||||
|
alt="service-icon" width="38px" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
</div> |
||||
|
<p style="margin-top: 20px; font-weight: bold;">Odoo |
||||
|
Migration</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-md-4 col-sm-6 px-4 py-4"> |
||||
|
<div |
||||
|
style="background-color: #fff; padding: 25px; text-align: center; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; position: relative;border-radius: 4px;"> |
||||
|
<div style="position: absolute; top: 0%; left: 50%; transform: translate(-50%, -50%);"> |
||||
|
<div style="background-color:#786FA6 ; border-radius: 50%; padding: 15px; width: 68px; |
||||
|
height: 68px; display: inline-block; box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);"> |
||||
|
<img src="assets/icons/consultation.png" |
||||
|
alt="service-icon" width="38px" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
</div> |
||||
|
<p style="margin-top: 20px; font-weight: bold;">Odoo |
||||
|
Consultancy</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-md-4 col-sm-6 px-4 py-4"> |
||||
|
<div |
||||
|
style="background-color: #fff; padding: 25px; text-align: center; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;position: relative;border-radius: 4px;"> |
||||
|
<div style="position: absolute; top: 0%; left: 50%; transform: translate(-50%, -50%);"> |
||||
|
<div style="background-color:#F8A5C2 ; border-radius: 50%; padding: 15px; width: 68px; |
||||
|
height: 68px; display: inline-block; box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);"> |
||||
|
<img src="assets/icons/training.png" |
||||
|
alt="service-icon" width="38px" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
</div> |
||||
|
<p style="margin-top: 20px; font-weight: bold;">Odoo |
||||
|
Implementation</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-md-4 col-sm-6 px-4 py-4"> |
||||
|
<div |
||||
|
style="background-color: #fff; padding: 25px; text-align: center; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; position: relative;border-radius: 4px;"> |
||||
|
<div style="position: absolute; top: 0%; left: 50%; transform: translate(-50%, -50%);"> |
||||
|
<div style="background-color:#E6BE26; border-radius: 50%; padding: 15px; width: 68px; |
||||
|
height: 68px; display: inline-block; box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);"> |
||||
|
<img src="assets/icons/license.png" |
||||
|
alt="service-icon" width="38px" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
</div> |
||||
|
<p style="margin-top: 20px; font-weight: bold;">Odoo |
||||
|
Licensing Consultancy</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="container mt-5"> |
||||
|
<div class="col-lg-12 d-flex flex-column justify-content-center align-items-center mt-4"> |
||||
|
<p class="m-0" |
||||
|
style="font-weight: 600; font-size: 24px; color:#000 !important"> |
||||
|
Our Industries</p> |
||||
|
|
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="container"> |
||||
|
<div class="row my-5 py-4"> |
||||
|
<div class="col-md-3 col-sm-6 p-0"> |
||||
|
<div class="d-flex flex-column h-100 " |
||||
|
style="border-right: 1px solid rgb(209, 209, 209); border-bottom: 1px solid rgb(209, 209, 209); padding: 30px; box-shadow: 6px 0 10px rgba(228, 227, 227, 0.373);"> |
||||
|
<img src="assets/icons/trading-black.png" width="42px" |
||||
|
height="auto" alt=""> |
||||
|
<p style="color: #714B67;font-weight: 600; margin-top: 10px; |
||||
|
font-size: 1.2rem; margin-bottom: 2px;">Trading</p> |
||||
|
<p>Easily procure and sell your products</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-md-3 col-sm-6 p-0"> |
||||
|
<div class="d-flex flex-column h-100" |
||||
|
style="border-right: 1px solid rgb(209, 209, 209);border-bottom: 1px solid rgb(209, 209, 209); padding: 30px;"> |
||||
|
<img src="assets/icons/pos-black.png" width="42px" |
||||
|
height="auto" alt=""> |
||||
|
<p style="color: #714B67;font-weight: 600; margin-top: 10px; |
||||
|
font-size: 1.2rem; margin-bottom: 2px;">POS</p> |
||||
|
<p>Easy configuration and convivial experience</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-md-3 col-sm-6 p-0"> |
||||
|
<div class="d-flex flex-column h-100" |
||||
|
style="border-right: 1px solid rgb(209, 209, 209);border-bottom: 1px solid rgba(0, 0, 0, 0.2); padding: 30px; box-shadow: 0 5px 10px rgba(228, 227, 227, 0.373)"> |
||||
|
<img src="assets/icons/education-black.png" width="42px" |
||||
|
height="auto" alt=""> |
||||
|
<p style="color: #714B67;font-weight: 600; margin-top: 10px; |
||||
|
font-size: 1.2rem; margin-bottom: 2px;"> |
||||
|
Education</p> |
||||
|
<p>A platform for educational management</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-md-3 col-sm-6 p-0"> |
||||
|
<div class="d-flex flex-column h-100" |
||||
|
style="border-bottom: 1px solid rgb(209, 209, 209); padding: 30px; "> |
||||
|
<img src="assets/icons/manufacturing-black.png" |
||||
|
width="42px" height="auto" alt=""> |
||||
|
<p style="color: #714B67;font-weight: 600; margin-top: 10px; |
||||
|
font-size: 1.2rem; margin-bottom: 2px;"> |
||||
|
Manufacturing</p> |
||||
|
<p>Plan, track and schedule your operations</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-md-3 col-sm-6 p-0"> |
||||
|
<div class="d-flex flex-column h-100" |
||||
|
style="border-right: 1px solid rgb(209, 209, 209); padding: 30px;"> |
||||
|
<img src="assets/icons/ecom-black.png" width="42px" |
||||
|
height="auto" alt=""> |
||||
|
<p style="color: #714B67;font-weight: 600; margin-top: 10px; |
||||
|
font-size: 1.2rem; margin-bottom: 2px;">E-commerce & |
||||
|
Website</p> |
||||
|
<p>Mobile friendly, awe-inspiring product pages</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-md-3 col-sm-6 p-0"> |
||||
|
<div class="d-flex flex-column h-100" |
||||
|
style="border-right: 1px solid rgb(209, 209, 209); padding: 30px;box-shadow: 0 -5px 10px rgba(228, 227, 227, 0.373);"> |
||||
|
<img src="assets/icons/service-black.png" width="42px" |
||||
|
height="auto" alt=""> |
||||
|
<p style="color: #714B67;font-weight: 600; margin-top: 10px; |
||||
|
font-size: 1.2rem; margin-bottom: 2px;">Service |
||||
|
Management</p> |
||||
|
<p>Keep track of services and invoice</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-md-3 col-sm-6 p-0"> |
||||
|
<div class="d-flex flex-column h-100" |
||||
|
style="border-right: 1px solid rgb(209, 209, 209); padding: 30px; "> |
||||
|
<img src="assets/icons/restaurant-black.png" |
||||
|
width="42px" height="auto" alt=""> |
||||
|
<p style="color: #714B67;font-weight: 600; margin-top: 10px; |
||||
|
font-size: 1.2rem; margin-bottom: 2px;"> |
||||
|
Restaurant</p> |
||||
|
<p>Run your bar or restaurant methodically</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-md-3 col-sm-6 p-0"> |
||||
|
<div class="d-flex flex-column h-100" |
||||
|
style=" padding: 30px;box-shadow: -5px 0 10px rgba(228, 227, 227, 0.373);"> |
||||
|
<img src="assets/icons/hotel-black.png" width="42px" |
||||
|
height="auto" alt=""> |
||||
|
<p style="color: #714B67;font-weight: 600; margin-top: 10px; |
||||
|
font-size: 1.2rem; margin-bottom: 2px;">Hotel |
||||
|
Management</p> |
||||
|
<p>An all-inclusive hotel management application</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="container mt-5"> |
||||
|
<div class="col-lg-12 d-flex flex-column justify-content-center align-items-center mt-5"> |
||||
|
<p class="m-0" |
||||
|
style="font-weight: 600; font-size: 24px; color:#000 !important"> |
||||
|
Support</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="container my-5"> |
||||
|
<div class="row" style="background-color: #FFFAFE;"> |
||||
|
<div class="col-md-6 pb-4 d-flex align-items-center justify-content-center" |
||||
|
style="border-right: 1px solid #D9D9D9;"> |
||||
|
<div style="padding: 30px;"> |
||||
|
<div class="d-flex align-items-center"> |
||||
|
<img src="assets/misc/support (1) 1.svg" alt="" |
||||
|
width="60px" style="margin-right: 12px;"> |
||||
|
<div style="padding: 0px 8px;"> |
||||
|
<span |
||||
|
style="color: #714B67;font-size: 24px;font-weight: 600;padding-bottom: 1rem;">Need |
||||
|
Help?</span> |
||||
|
<p class="m-0" style="color:#718096;">Got |
||||
|
questions or need help? Get in touch.</p> |
||||
|
<div style="font-weight: 400;"><span><img |
||||
|
src="assets/misc/support-email.svg" |
||||
|
alt="" |
||||
|
width="18px" |
||||
|
style="filter: invert(1);margin-right: 0.8rem;"></span>odoo@cybrosys.com |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-md-6 pb-4 d-flex align-items-center justify-content-center"> |
||||
|
<div style="padding: 30px;"> |
||||
|
<div class="d-flex align-items-center"> |
||||
|
<img src="assets/misc/whatsapp 1.svg" alt="" |
||||
|
width="60px" style="margin-right: 12px;"> |
||||
|
<div> |
||||
|
<span style="color: #714B67;font-size: 24px;font-weight: 600;">WhatsApp</span> |
||||
|
<p class="m-0" style="color:#718096;">Say hi to |
||||
|
us on WhatsApp!</p> |
||||
|
<div style="font-weight: 400; font-size: 16px;"><span><img |
||||
|
src="assets/misc/phone.svg" |
||||
|
alt="" width="14px" |
||||
|
style="filter: invert(1); margin-right: 0.8rem;"></span>+91 |
||||
|
99456767686 |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</section> |
||||
|
<!-- Optional JavaScript --> |
||||
|
<!-- jQuery first, then Popper.js, then Bootstrap JS --> |
||||
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> |
||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> |
||||
|
</body> |
||||
|
</html> |
@ -0,0 +1,107 @@ |
|||||
|
a#myModal{ |
||||
|
margin-top: -56px; |
||||
|
margin-left: 1137px; |
||||
|
} |
||||
|
@media screen and (max-width: 1600px) { |
||||
|
.modal.show .modal-dialog{ |
||||
|
max-height:56% !important; |
||||
|
} |
||||
|
} |
||||
|
@media screen and (max-width: 991px) { |
||||
|
.modal.show .modal-dialog{ |
||||
|
max-height:56% !important; |
||||
|
} |
||||
|
} |
||||
|
@media screen and (max-width: 768px) { |
||||
|
.form-field .col-md-3 |
||||
|
text-align:left !important; |
||||
|
} |
||||
|
.form-field .o_website_form_input{ |
||||
|
width:96% !important; |
||||
|
} |
||||
|
.modal-body{ |
||||
|
background-color:#fff; |
||||
|
} |
||||
|
.modal.show .modal-dialog{ |
||||
|
max-height:75% !important; |
||||
|
} |
||||
|
.contact_form{ |
||||
|
width:100% !important; |
||||
|
} |
||||
|
} |
||||
|
@media screen and (max-width: 500px) { |
||||
|
a#myModal{ |
||||
|
margin-top: -47px; |
||||
|
margin-left: 182px; |
||||
|
} |
||||
|
.modal-dialog.modal-content{ |
||||
|
min-height: 440px !important; |
||||
|
max-width: 100% !important; |
||||
|
} |
||||
|
.contact_form form label{ |
||||
|
width:48% !important; |
||||
|
} |
||||
|
.contact_form form .form-control { |
||||
|
width: 100% !important; |
||||
|
} |
||||
|
} |
||||
|
.btn-add-contact{ |
||||
|
background: none; |
||||
|
border: none; |
||||
|
} |
||||
|
.btn-add-contact a{ |
||||
|
color: white !important; |
||||
|
padding: 0px 36px !important; |
||||
|
height: 36px !important; |
||||
|
display: flex; |
||||
|
align-items: center; |
||||
|
outline: none !important; |
||||
|
border-radius: 9px; |
||||
|
box-shadow: none; |
||||
|
background-color: #35979c; |
||||
|
} |
||||
|
.o_popup_btn_close{ |
||||
|
color: #FFFFFF; |
||||
|
background-color: #35979c; |
||||
|
border-color: #35979c; |
||||
|
font-size:1rem !important; |
||||
|
margin-left:9px; |
||||
|
} |
||||
|
.o_popup_btn_close:hover{ |
||||
|
color:#fff !important; |
||||
|
background-color:#2d8084; |
||||
|
} |
||||
|
a#myModal{ |
||||
|
position: absolute; |
||||
|
right: 17px; |
||||
|
top: 12px; |
||||
|
margin:0px !important; |
||||
|
} |
||||
|
.contact_form{ |
||||
|
margin: auto; |
||||
|
width: 750px; |
||||
|
} |
||||
|
.contact_form .form-group{ |
||||
|
|
||||
|
margin-bottom:16px; |
||||
|
} |
||||
|
.contact_form form label { |
||||
|
font-weight: 700; |
||||
|
float: left; |
||||
|
width: 17%; |
||||
|
} |
||||
|
.contact_form form .form-control { |
||||
|
width:83%; |
||||
|
} |
||||
|
.contact-success{ |
||||
|
width: 369px; |
||||
|
margin: auto; |
||||
|
margin-top: 14%; |
||||
|
font-size:18px; |
||||
|
border-radius:43px; |
||||
|
} |
||||
|
.contact-success span{ |
||||
|
|
||||
|
padding-right:7px; |
||||
|
font-size:22px; |
||||
|
} |
After Width: | Height: | Size: 4.7 KiB |
@ -0,0 +1,36 @@ |
|||||
|
/** @odoo-module */ |
||||
|
|
||||
|
import dom from '@web/legacy/js/core/dom'; |
||||
|
import publicWidget from '@web/legacy/js/public/public_widget'; |
||||
|
import { Dialog } from "@web/core/dialog/dialog"; |
||||
|
import { AlertDialog } from "@web/core/confirmation_dialog/confirmation_dialog"; |
||||
|
import { _t } from "@web/core/l10n/translation"; |
||||
|
// * Odoo customer contact form widget.
|
||||
|
// *
|
||||
|
// * This widget handles the behavior of the customer contact edit form on the website. It listens to specific events and
|
||||
|
// * performs corresponding actions when triggered.
|
||||
|
// */
|
||||
|
publicWidget.registry.WebsiteCustomerContactEdit = publicWidget.Widget.extend({ |
||||
|
selector: '.customer_contact_edit_form', |
||||
|
events: { |
||||
|
'click #form_submit': 'validateNumber', |
||||
|
}, |
||||
|
// /**
|
||||
|
// * Validate the input value of the #phone,#mobile fields to ensure it contains
|
||||
|
// only valid numbers.
|
||||
|
// *
|
||||
|
// * @param {Event} ev - The "input" event object.
|
||||
|
// */
|
||||
|
validateNumber: function (ev) { |
||||
|
const mobile_no = this.$('#mobile'); |
||||
|
const phone_no = this.$('#phone'); |
||||
|
if ((!/^\d+$/.test(mobile_no.val())) || (!/^\d+$/.test(phone_no.val()))) { |
||||
|
ev.preventDefault() |
||||
|
this.call('dialog', 'add', AlertDialog, { |
||||
|
title: _t("Warning!"), |
||||
|
body: _t("Enter Valid Phone Number and Mobile Number"), |
||||
|
}); |
||||
|
} |
||||
|
return; |
||||
|
}, |
||||
|
}); |
@ -0,0 +1,77 @@ |
|||||
|
/** @odoo-module */ |
||||
|
|
||||
|
import dom from '@web/legacy/js/core/dom'; |
||||
|
import publicWidget from '@web/legacy/js/public/public_widget'; |
||||
|
import { Dialog } from "@web/core/dialog/dialog"; |
||||
|
import { AlertDialog } from "@web/core/confirmation_dialog/confirmation_dialog"; |
||||
|
import { _t } from "@web/core/l10n/translation"; |
||||
|
// * Odoo customer contact form widget.
|
||||
|
// *
|
||||
|
// * This widget handles the behavior of the customer contact request form
|
||||
|
// on the website. It listens to specific events and
|
||||
|
// * performs corresponding actions when triggered.
|
||||
|
// */
|
||||
|
publicWidget.registry.WebsiteCustomerContactRequest = publicWidget.Widget.extend({ |
||||
|
selector: '.customer_contact_form', |
||||
|
events: { |
||||
|
'click #contact_request_form_submit ': 'validateNumber', |
||||
|
"change .select_box_test": "_onChangeType", |
||||
|
"change .country_select": "_onChangeCountry", |
||||
|
}, |
||||
|
// /**
|
||||
|
// * Validate the input value of the #phone,#mobile fields to ensure it
|
||||
|
// contains only valid numbers.
|
||||
|
// *
|
||||
|
// * @param {Event} ev - The "input" event object.
|
||||
|
// */
|
||||
|
validateNumber: function (ev) { |
||||
|
const mobile_no = this.$('#mobile_number'); |
||||
|
const phone_no = this.$('#phone_number'); |
||||
|
if ((!/^\d+$/.test(mobile_no.val())) || (!/^\d+$/.test(phone_no.val()))) { |
||||
|
ev.preventDefault() |
||||
|
this.call('dialog', 'add', AlertDialog, { |
||||
|
title: _t("Warning!"), |
||||
|
body: _t("Enter Valid Phone Number and Mobile Number"), |
||||
|
}); |
||||
|
} |
||||
|
return; |
||||
|
}, |
||||
|
|
||||
|
// Onchange of customer type, fields to fill varies
|
||||
|
_onChangeType: function (ev) { |
||||
|
let select = this.$(ev.currentTarget); |
||||
|
let selectedValue = select.val(); |
||||
|
if (selectedValue === "contact") { |
||||
|
this.$el.find(".job_position").show(); |
||||
|
this.$el.find(".contact_title").show(); |
||||
|
this.$el.find(".street").hide(); |
||||
|
this.$el.find(".street2").hide(); |
||||
|
this.$el.find(".city").hide(); |
||||
|
this.$el.find(".zip").hide(); |
||||
|
this.$el.find(".state_id").hide(); |
||||
|
this.$el.find(".country_id").hide(); |
||||
|
} else { |
||||
|
this.$el.find(".job_position").hide(); |
||||
|
this.$el.find(".contact_title").hide(); |
||||
|
this.$el.find(".street").show(); |
||||
|
this.$el.find(".street2").show(); |
||||
|
this.$el.find(".city").show(); |
||||
|
this.$el.find(".zip").show(); |
||||
|
this.$el.find(".state_id").show(); |
||||
|
this.$el.find(".country_id").show(); |
||||
|
} |
||||
|
}, |
||||
|
|
||||
|
// Onchange of country, only states of that particular country will be shown
|
||||
|
_onChangeCountry: function (ev) { |
||||
|
let selected_country = |
||||
|
this.$el.find(".country_select")[0].selectedOptions[0].innerText; |
||||
|
let state = this.$el.find(".state_select_option"); |
||||
|
for (let i = 0; i < state.length; i++) { |
||||
|
state[i].style["display"] = ""; |
||||
|
if (state[i].dataset["id"] != selected_country) { |
||||
|
state[i].style["display"] = "none"; |
||||
|
} |
||||
|
} |
||||
|
}, |
||||
|
}); |
@ -0,0 +1,325 @@ |
|||||
|
<?xml version="1.0" encoding="UTF-8" ?> |
||||
|
<odoo> |
||||
|
<template id="website_customer_contact_detail" |
||||
|
name="Customer Contact Detail"> |
||||
|
<!-- This is a code snippet for a website customer contact detail page written in--> |
||||
|
<!-- The Odoo framework's templating language (XML-based). The page displays customer --> |
||||
|
<!-- Contact details and allows the customer to edit their contact information using a form.--> |
||||
|
<t t-call="portal.portal_layout"> |
||||
|
<t t-set="breadcrumbs_searchbar" t-value="True"/> |
||||
|
<t t-call="portal.portal_searchbar"> |
||||
|
<t t-set="title">Customer Contact</t> |
||||
|
</t> |
||||
|
<!-- Intro--> |
||||
|
<div class="pb-2 pt-3 card-header bg-white" |
||||
|
style="position:relative;"> |
||||
|
<h2 class="my-0"> |
||||
|
Contact Details |
||||
|
</h2> |
||||
|
<a role="button" |
||||
|
class="btn btn-secondary flex-grow-1 mb-1 createButton" |
||||
|
data-bs-toggle="modal" |
||||
|
id="myModal" data-bs-target="#contactpopup" href="#"> |
||||
|
<t>Edit</t> |
||||
|
</a> |
||||
|
</div> |
||||
|
<!-- Information--> |
||||
|
<div id="information"> |
||||
|
<div class="pb-2 pt-3 card-header bg-white"> |
||||
|
<div class="row"> |
||||
|
<div class="mb-3 col-6"> |
||||
|
<strong>Name</strong> |
||||
|
<span t-field="customer_contact_portal.name"/> |
||||
|
</div> |
||||
|
<div class="mb-3 col-6"> |
||||
|
<strong>Email</strong> |
||||
|
<span t-field="customer_contact_portal.email"/> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="row"> |
||||
|
<div class="mb-3 col-6"> |
||||
|
<t t-if="customer_contact_portal.type=='contact'"> |
||||
|
<strong>Title</strong> |
||||
|
<span t-field="customer_contact_portal.title"/> |
||||
|
</t> |
||||
|
<t t-else=""> |
||||
|
<strong>Address</strong> |
||||
|
<span t-field="customer_contact_portal.street"/> |
||||
|
</t> |
||||
|
</div> |
||||
|
<div class="mb-3 col-6"> |
||||
|
<strong>Phone</strong> |
||||
|
<span t-field="customer_contact_portal.phone"/> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="row"> |
||||
|
<div class="mb-3 col-6"> |
||||
|
<t t-if="customer_contact_portal.type=='contact'"> |
||||
|
<strong>Job Position</strong> |
||||
|
<span t-field="customer_contact_portal.function"/> |
||||
|
</t> |
||||
|
<t t-else=""> |
||||
|
<strong>Address2</strong> |
||||
|
<span t-field="customer_contact_portal.street2"/> |
||||
|
</t> |
||||
|
</div> |
||||
|
<div class="mb-3 col-6"> |
||||
|
<strong>Mobile</strong> |
||||
|
<span t-field="customer_contact_portal.mobile"/> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="row"> |
||||
|
<t t-if="customer_contact_portal.type!='contact'"> |
||||
|
<div class="mb-3 col-2"> |
||||
|
<strong>City</strong> |
||||
|
<span t-field="customer_contact_portal.city"/> |
||||
|
</div> |
||||
|
<div class="mb-3 col-2"> |
||||
|
<strong>ZIP</strong> |
||||
|
<span t-field="customer_contact_portal.zip"/> |
||||
|
</div> |
||||
|
<div class="mb-3 col-2"> |
||||
|
<strong>State</strong> |
||||
|
<span t-field="customer_contact_portal.state_id"/> |
||||
|
</div> |
||||
|
</t> |
||||
|
<div class="mb-3 col-6"> |
||||
|
<strong>Notes</strong> |
||||
|
<span t-field="customer_contact_portal.comment"/> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="row"> |
||||
|
<div class="mb-3 col-6"> |
||||
|
<t t-if="customer_contact_portal.type!='contact'"> |
||||
|
<strong>Country</strong> |
||||
|
<span t-field="customer_contact_portal.country_id"/> |
||||
|
</t> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<form action="/contact_request_form/write" method="post" |
||||
|
enctype="multipart/form-data"> |
||||
|
<input type="hidden" name="csrf_token" |
||||
|
t-att-value="request.csrf_token()"/> |
||||
|
<div class="customer_contact_edit_form"> |
||||
|
<div id="contactpopup" class="modal fade"> |
||||
|
<div class="modal-dialog modal-content" |
||||
|
style="border:solid 2px white; min-height:200px;max-width:800px;margin-top:10px;max-height:46%;"> |
||||
|
<div class="modal-body" id="pop_html"> |
||||
|
<br/> |
||||
|
<div style="margin-top:-40px" class="mb-4"> |
||||
|
<h2 style="text-align:center; font-size 18px; font-weight:bold" |
||||
|
class="o_default_snippet_text"> |
||||
|
Edit Contact |
||||
|
</h2> |
||||
|
</div> |
||||
|
<div class="form-group row form-field" |
||||
|
style="display:none;"> |
||||
|
<div class="col-lg-3 col-md-4"> |
||||
|
<label class="col-form-label" |
||||
|
for="dealer_contact">Id * |
||||
|
</label> |
||||
|
</div> |
||||
|
<div class="col-lg-7 col-md-8"> |
||||
|
<input id="id1" type="text" |
||||
|
required="True" |
||||
|
class="form-control o_website_form_input" |
||||
|
name="id" |
||||
|
t-att-value="customer_contact_portal.id"/> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="form-group row form-field mb-3" |
||||
|
style="justify-content:center;"> |
||||
|
<div class="col-lg-3 col-md-3" |
||||
|
style="text-align:right;"> |
||||
|
<label class="col-form-label" |
||||
|
for="id1"> |
||||
|
Name |
||||
|
</label> |
||||
|
</div> |
||||
|
<div class="col-lg-9 col-md-9"> |
||||
|
<input id="id1" type="text" |
||||
|
required="True" |
||||
|
class="form-control w-75 o_website_form_input" |
||||
|
name="name" |
||||
|
t-att-value="customer_contact_portal.name"/> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="form-group row form-field mb-3" |
||||
|
style="justify-content:center;"> |
||||
|
<div class="col-lg-3 col-md-3" |
||||
|
style="text-align:right;"> |
||||
|
<label class="col-form-label" |
||||
|
for="mobile"> |
||||
|
Mobile |
||||
|
</label> |
||||
|
</div> |
||||
|
<div class="col-lg-9 col-md-9"> |
||||
|
<input id="mobile" type="text" |
||||
|
class="form-control w-75 o_website_form_input" |
||||
|
name="mobile" |
||||
|
t-att-value="customer_contact_portal.mobile"/> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="form-group row mb-3 form-field" |
||||
|
style="justify-content:center;"> |
||||
|
<div class="col-lg-3 col-md-3" |
||||
|
style="text-align:right;"> |
||||
|
<label class="col-form-label" |
||||
|
for="email"> |
||||
|
Email |
||||
|
</label> |
||||
|
</div> |
||||
|
<div class="col-lg-9 col-md-9"> |
||||
|
<input id="email" type="email" |
||||
|
class="form-control w-75 o_website_form_input" |
||||
|
name="email" |
||||
|
t-att-value="customer_contact_portal.email"/> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="form-group row mb-3 form-field" |
||||
|
style="justify-content:center;"> |
||||
|
<div class="col-lg-3 col-md-3" |
||||
|
style="text-align:right;"> |
||||
|
<label class="col-form-label" |
||||
|
for="phone"> |
||||
|
Phone |
||||
|
</label> |
||||
|
</div> |
||||
|
<div class="col-lg-9 col-md-9"> |
||||
|
<input id="phone" type="text" |
||||
|
class="form-control w-75 o_website_form_input" |
||||
|
name="phone" |
||||
|
t-att-value="customer_contact_portal.phone"/> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="form-group row form-field"> |
||||
|
<div style="margin-top: 16px; display:flex; align-items:center; justify-content:center;" |
||||
|
class="mt-4"> |
||||
|
<button type="submit" |
||||
|
id="form_submit" |
||||
|
class="btn btn-primary btn-md o_website_form_send"> |
||||
|
Save |
||||
|
</button> |
||||
|
<a href="#" |
||||
|
class="btn o_popup_btn_close o_not_editable o_default_snippet_text pull-right" |
||||
|
data-bs-dismiss="modal" |
||||
|
style="font-size:30px">Cancel |
||||
|
</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</form> |
||||
|
</t> |
||||
|
</template> |
||||
|
<template id="website_customer_contact" name="Customer Contact"> |
||||
|
<!-- This template creates a page for displaying customer contact information --> |
||||
|
<!-- in a table format. It also includes an option to add new contacts.--> |
||||
|
<t t-call="portal.portal_layout"> |
||||
|
<t t-set="breadcrumbs_searchbar" t-value="True"/> |
||||
|
<t t-call="portal.portal_searchbar"> |
||||
|
<t t-set="title">Customer Contact</t> |
||||
|
</t> |
||||
|
<t t-if="customer_contact_portal" t-call="portal.portal_table"> |
||||
|
<thead> |
||||
|
<tr class="active"> |
||||
|
<th class="text-center">Name</th> |
||||
|
<th class="text-center">Type</th> |
||||
|
<th class="text-center">Email</th> |
||||
|
<th class="text-center">Phone</th> |
||||
|
</tr> |
||||
|
</thead> |
||||
|
<t t-foreach="customer_contact_portal" t-as="contact"> |
||||
|
<tr> |
||||
|
<td class="text-center"> |
||||
|
<a t-attf-href="/my/contacts/#{contact.id}"> |
||||
|
<span t-field="contact.name"/> |
||||
|
</a> |
||||
|
</td> |
||||
|
<td class="text-center"> |
||||
|
<span t-field="contact.type"/> |
||||
|
</td> |
||||
|
<td class="text-center"> |
||||
|
<span t-field="contact.email"/> |
||||
|
</td> |
||||
|
<td class="text-center"> |
||||
|
<span t-field="contact.phone"/> |
||||
|
</td> |
||||
|
</tr> |
||||
|
</t> |
||||
|
</t> |
||||
|
<p t-else="">There are currently no contacts under your account. |
||||
|
</p> |
||||
|
<div style="padding:0 45% 0 45%"> |
||||
|
<button class="btn-primary btn-add-contact" |
||||
|
style="margin-top: 16px;"> |
||||
|
<a href="/contact_request_form" |
||||
|
style="color: white !important;">Add |
||||
|
</a> |
||||
|
</button> |
||||
|
</div> |
||||
|
</t> |
||||
|
</template> |
||||
|
<template id="website_customer_contact_portal_menu" name="Portal Menu" |
||||
|
inherit_id="portal.portal_breadcrumbs" |
||||
|
priority="60"> |
||||
|
<!-- The "Portal Menu" template provides breadcrumb navigation for the customer contact portal, |
||||
|
Showing the current page and allowing users to navigate to previous pages. It includes |
||||
|
special cases for the "customer_contact" and "customer_contact_details"--> |
||||
|
<xpath expr="//ol[hasclass('o_portal_submenu')]" position="inside"> |
||||
|
<li t-if="page_name=='customer_contact'" |
||||
|
class="breadcrumb-item active"> |
||||
|
<span>Customer Contacts |
||||
|
</span> |
||||
|
</li> |
||||
|
<li t-if="page_name=='customer_contact_details'" |
||||
|
class="breadcrumb-item active"> |
||||
|
<a t-attf-href="/my/contacts" |
||||
|
arialabel="Customer Contact Details" |
||||
|
title="Customer Contact Details"> |
||||
|
<span>Customer Contacts</span> |
||||
|
</a> |
||||
|
<span>/ |
||||
|
<em t-out="customer_contact_portal.name"/> |
||||
|
</span> |
||||
|
</li> |
||||
|
</xpath> |
||||
|
</template> |
||||
|
<!-- The "portal_my_home_contacts" template adds a |
||||
|
"Contacts" section to the customer portal homepage. It allows customers to |
||||
|
view and manage their contacts --> |
||||
|
<template id="portal_my_home_contacts" |
||||
|
name="Portal Contacts" inherit_id="portal.portal_my_home" |
||||
|
customize_show="True" priority="30"> |
||||
|
<xpath expr="//div[hasclass('o_portal_docs')]" position="before"> |
||||
|
<t t-set="portal_client_category_enable" t-value="True"/> |
||||
|
</xpath> |
||||
|
<div id="portal_client_category" position="inside"> |
||||
|
<t t-call="portal.portal_docs_entry"> |
||||
|
<t t-set="icon" |
||||
|
t-value="'/website_customer_contact/static/src/img/contacts.svg'"/> |
||||
|
<t t-set="title">Contacts</t> |
||||
|
<t t-set="url" t-value="'/my/contacts'"/> |
||||
|
<t t-set="text">View contacts</t> |
||||
|
<t t-set="placeholder_count" t-value="'contact_count'"/> |
||||
|
</t> |
||||
|
</div> |
||||
|
</template> |
||||
|
<template id="website_customer_contact_request" |
||||
|
name="Link to frontend portal" inherit_id="portal.user_dropdown"> |
||||
|
<!-- The "website_customer_contact_request" template adds a link to the frontend portal |
||||
|
allowing customers to make a contact request, and inherits from the "portal.user_dropdown" template.--> |
||||
|
<xpath expr="//*[@id='o_logout_divider']" position="before"> |
||||
|
<a href="/contact_request_form" role="menuitem" |
||||
|
class="dropdown-item ps-3"> |
||||
|
<i class="fa fa-fw fa-id-card-o me-1 small text-muted"/> |
||||
|
Contact Request |
||||
|
</a> |
||||
|
</xpath> |
||||
|
</template> |
||||
|
</odoo> |
@ -0,0 +1,198 @@ |
|||||
|
<?xml version="1.0" encoding="UTF-8" ?> |
||||
|
<odoo> |
||||
|
<template id="website_customer_contact_request_form" |
||||
|
name="Contact Request Form"> |
||||
|
<!-- This appears to be a website contact form written in HTML and a templating language. |
||||
|
The form includes various input fields for the user to enter information, such as |
||||
|
their name, job position, email, and phone number, as well as drop-down menus |
||||
|
for selecting the type of contact and the country. It also has a notes section for |
||||
|
the user to add any additional comments.--> |
||||
|
<t t-call="website.layout"> |
||||
|
<div id="wrap" class="customer_contact_form"> |
||||
|
<div class="oe_structure"> |
||||
|
<div class="container"> |
||||
|
<div class="contact_form mt-4"> |
||||
|
<form class="w-100 float-left" action="/contact_request_form/submit" |
||||
|
method="post"> |
||||
|
<div class="form-group type"> |
||||
|
<label for="type" name='type' |
||||
|
class="control-label">Type |
||||
|
</label> |
||||
|
<select name="type" |
||||
|
t-attf-class="form-control select_box_test" |
||||
|
required=""> |
||||
|
<option value="contact">Contact |
||||
|
</option> |
||||
|
<option value="invoice">Invoice |
||||
|
Address |
||||
|
</option> |
||||
|
<option value="delivery">Delivery |
||||
|
Address |
||||
|
</option> |
||||
|
<option value="other">Other Address |
||||
|
</option> |
||||
|
</select> |
||||
|
</div> |
||||
|
<div class="form-group contact_name"> |
||||
|
<label for="contact_name" |
||||
|
class="control-label">Name* |
||||
|
</label> |
||||
|
<input id="contact_name" type="text" |
||||
|
class="form-control" name="name" |
||||
|
required="" |
||||
|
placeholder="Name"/> |
||||
|
</div> |
||||
|
<div class="form-group job_position"> |
||||
|
<label for="job_position" |
||||
|
class="control-label">Job Position |
||||
|
</label> |
||||
|
<input id="job_position" type="text" |
||||
|
class="form-control" name="function" |
||||
|
placeholder="Job Position"/> |
||||
|
</div> |
||||
|
<div class="form-group street" |
||||
|
style="display: none;"> |
||||
|
<label for="street" class="control-label"> |
||||
|
Address |
||||
|
</label> |
||||
|
<input id="street" type="text" |
||||
|
class="form-control" name="street" |
||||
|
placeholder="Address"/> |
||||
|
</div> |
||||
|
<div class="form-group street2" |
||||
|
style="display: none;"> |
||||
|
<label for="street2" class="control-label"> |
||||
|
Address2 |
||||
|
</label> |
||||
|
<input id="street2" type="text" |
||||
|
class="form-control" name="street2" |
||||
|
placeholder="Address2"/> |
||||
|
</div> |
||||
|
<div class="form-group city" |
||||
|
style="display: none;"> |
||||
|
<label for="city" class="control-label"> |
||||
|
City |
||||
|
</label> |
||||
|
<input id="city" type="text" |
||||
|
class="form-control" name="city" |
||||
|
placeholder="City"/> |
||||
|
</div> |
||||
|
<div class="form-group zip" |
||||
|
style="display: none;"> |
||||
|
<label for="zip" class="control-label">ZIP |
||||
|
</label> |
||||
|
<input id="zip" type="number" |
||||
|
class="form-control" name="zip" |
||||
|
placeholder="ZIP"/> |
||||
|
</div> |
||||
|
<div class="form-group state_id" |
||||
|
style="display: none;"> |
||||
|
<label for="state_id" |
||||
|
class="control-label"> |
||||
|
State |
||||
|
</label> |
||||
|
<select id="state_id" name="state_id" |
||||
|
class="form-control link-style state_select"> |
||||
|
<option value=""/> |
||||
|
<t t-foreach="state_id" t-as="state"> |
||||
|
<option t-esc="state.name" |
||||
|
t-att-data-id="state.country_id.name" |
||||
|
class="state_select_option" |
||||
|
t-att-value="state.id"/> |
||||
|
</t> |
||||
|
</select> |
||||
|
</div> |
||||
|
<div class="form-group country_id" |
||||
|
style="display: none;"> |
||||
|
<label for="country_id" |
||||
|
class="control-label">Country |
||||
|
</label> |
||||
|
<select id="country_id" name="country_id" |
||||
|
class="form-control link-style country_select"> |
||||
|
<option value=""/> |
||||
|
<t t-foreach="country_id" |
||||
|
t-as="country"> |
||||
|
<option t-esc="country.name" |
||||
|
t-att-value="country.id"/> |
||||
|
</t> |
||||
|
</select> |
||||
|
</div> |
||||
|
<div class="form-group contact_title"> |
||||
|
<label for="contact_title" |
||||
|
class="control-label">Title |
||||
|
</label> |
||||
|
<select id="contact_title" name="title" |
||||
|
class="form-control link-style"> |
||||
|
<option value=""/> |
||||
|
<t t-foreach="contact_title" |
||||
|
t-as="title"> |
||||
|
<option t-esc="title.name" |
||||
|
t-att-value="title.id"/> |
||||
|
</t> |
||||
|
</select> |
||||
|
</div> |
||||
|
<div class="form-group email"> |
||||
|
<label for="email" class="control-label"> |
||||
|
Email* |
||||
|
</label> |
||||
|
<input id="email" type="email" |
||||
|
class="form-control" name="email" |
||||
|
required="" |
||||
|
placeholder="Email"/> |
||||
|
</div> |
||||
|
<div class="form-group phone_number"> |
||||
|
<label for="phone_number" |
||||
|
class="control-label">Phone* |
||||
|
</label> |
||||
|
<input id="phone_number" type="char" |
||||
|
class="form-control" name="phone" |
||||
|
required="" |
||||
|
placeholder="Phone"/> |
||||
|
</div> |
||||
|
<div class="form-group mobile_number"> |
||||
|
<label for="mobile_number" |
||||
|
class="control-label">Mobile |
||||
|
</label> |
||||
|
<input id="mobile_number" type="char" |
||||
|
class="form-control" name="mobile" |
||||
|
placeholder="Mobile"/> |
||||
|
</div> |
||||
|
<div class="form-group notes"> |
||||
|
<label for="notes" class="control-label"> |
||||
|
Notes |
||||
|
</label> |
||||
|
<input id="notes" type="text" |
||||
|
class="form-control" name="comment" |
||||
|
placeholder="Notes"/> |
||||
|
</div> |
||||
|
<div class="clearfix oe_login_buttons" style="padding:0 45% 0 45%; |
||||
|
margin-top: 10px; margin-bottom: 10px;"> |
||||
|
<button id="contact_request_form_submit" |
||||
|
class="btn btn-primary pull-left" type="submit"> |
||||
|
SUBMIT |
||||
|
</button> |
||||
|
</div> |
||||
|
</form> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</t> |
||||
|
</template> |
||||
|
<template id="website_customer_contact_request_form_completed"> |
||||
|
<!--This template load a success page on success creation of contact or address--> |
||||
|
<t t-call="website.layout"> |
||||
|
<div class="container"> |
||||
|
<div class="row"> |
||||
|
<div class="col-lg-12" style="text-align:center;"> |
||||
|
<div class="alert alert-success contact-success" |
||||
|
role="status"> |
||||
|
<span class="fa fa-check-circle"/> |
||||
|
Contact Created Successfully |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</t> |
||||
|
</template> |
||||
|
</odoo> |