Browse Source

Jan 05: [ADD] Initial Commit 'odoo_functional_tutorial'

pull/299/head
Shijin V 1 year ago
parent
commit
d47a8834ec
  1. 51
      odoo_functional_tutorial/README.rst
  2. 21
      odoo_functional_tutorial/__init__.py
  3. 46
      odoo_functional_tutorial/__manifest__.py
  4. 231
      odoo_functional_tutorial/data/slide.slide.csv
  5. 19
      odoo_functional_tutorial/data/slide_channel_data.xml
  6. 6
      odoo_functional_tutorial/doc/RELEASE_NOTES.md
  7. BIN
      odoo_functional_tutorial/static/description/assets/icons/check.png
  8. BIN
      odoo_functional_tutorial/static/description/assets/icons/chevron.png
  9. BIN
      odoo_functional_tutorial/static/description/assets/icons/cogs.png
  10. BIN
      odoo_functional_tutorial/static/description/assets/icons/consultation.png
  11. BIN
      odoo_functional_tutorial/static/description/assets/icons/ecom-black.png
  12. BIN
      odoo_functional_tutorial/static/description/assets/icons/education-black.png
  13. BIN
      odoo_functional_tutorial/static/description/assets/icons/hotel-black.png
  14. BIN
      odoo_functional_tutorial/static/description/assets/icons/license.png
  15. BIN
      odoo_functional_tutorial/static/description/assets/icons/lifebuoy.png
  16. BIN
      odoo_functional_tutorial/static/description/assets/icons/manufacturing-black.png
  17. BIN
      odoo_functional_tutorial/static/description/assets/icons/pos-black.png
  18. BIN
      odoo_functional_tutorial/static/description/assets/icons/puzzle.png
  19. BIN
      odoo_functional_tutorial/static/description/assets/icons/restaurant-black.png
  20. BIN
      odoo_functional_tutorial/static/description/assets/icons/service-black.png
  21. BIN
      odoo_functional_tutorial/static/description/assets/icons/trading-black.png
  22. BIN
      odoo_functional_tutorial/static/description/assets/icons/training.png
  23. BIN
      odoo_functional_tutorial/static/description/assets/icons/update.png
  24. BIN
      odoo_functional_tutorial/static/description/assets/icons/user.png
  25. BIN
      odoo_functional_tutorial/static/description/assets/icons/wrench.png
  26. BIN
      odoo_functional_tutorial/static/description/assets/misc/categories.png
  27. BIN
      odoo_functional_tutorial/static/description/assets/misc/check-box.png
  28. BIN
      odoo_functional_tutorial/static/description/assets/misc/compass.png
  29. BIN
      odoo_functional_tutorial/static/description/assets/misc/corporate.png
  30. BIN
      odoo_functional_tutorial/static/description/assets/misc/customer-support.png
  31. BIN
      odoo_functional_tutorial/static/description/assets/misc/cybrosys-logo.png
  32. BIN
      odoo_functional_tutorial/static/description/assets/misc/features.png
  33. BIN
      odoo_functional_tutorial/static/description/assets/misc/logo.png
  34. BIN
      odoo_functional_tutorial/static/description/assets/misc/pictures.png
  35. BIN
      odoo_functional_tutorial/static/description/assets/misc/pie-chart.png
  36. BIN
      odoo_functional_tutorial/static/description/assets/misc/right-arrow.png
  37. BIN
      odoo_functional_tutorial/static/description/assets/misc/star.png
  38. BIN
      odoo_functional_tutorial/static/description/assets/misc/support.png
  39. BIN
      odoo_functional_tutorial/static/description/assets/misc/whatsapp.png
  40. BIN
      odoo_functional_tutorial/static/description/assets/modules/1.png
  41. BIN
      odoo_functional_tutorial/static/description/assets/modules/2.png
  42. BIN
      odoo_functional_tutorial/static/description/assets/modules/3.png
  43. BIN
      odoo_functional_tutorial/static/description/assets/modules/4.jpg
  44. BIN
      odoo_functional_tutorial/static/description/assets/modules/5.jpg
  45. BIN
      odoo_functional_tutorial/static/description/assets/modules/6.jpg
  46. BIN
      odoo_functional_tutorial/static/description/assets/screenshots/01.png
  47. BIN
      odoo_functional_tutorial/static/description/assets/screenshots/02.png
  48. BIN
      odoo_functional_tutorial/static/description/assets/screenshots/03.png
  49. BIN
      odoo_functional_tutorial/static/description/assets/screenshots/04.png
  50. BIN
      odoo_functional_tutorial/static/description/assets/screenshots/05.png
  51. BIN
      odoo_functional_tutorial/static/description/assets/screenshots/hero.gif
  52. BIN
      odoo_functional_tutorial/static/description/banner.jpg
  53. BIN
      odoo_functional_tutorial/static/description/icon.png
  54. 600
      odoo_functional_tutorial/static/description/index.html

51
odoo_functional_tutorial/README.rst

@ -0,0 +1,51 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: https://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
Odoo16 Enterprise Functional Tutorial
=====================================
* The module gives you a course with Enterprise Functional Tutorial videos
Configuration
=============
* No additional configurations needed
Installation
============
- www.odoo.com/documentation/16.0/setup/install.html
- Install our custom addon
License
-------
GNU AFFERO GENERAL PUBLIC LICENSE, Version 3 (AGPLv3)
(https://www.gnu.org/licenses/agpl-3.0-standalone.html)
Company
-------
* `Cybrosys Techno Solutions <https://cybrosys.com/>`__
Credits
-------
* Developer:
(V16) Javid 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 https://www.cybrosys.com
Further information
===================
HTML Description: `<static/description/index.html>`__

21
odoo_functional_tutorial/__init__.py

@ -0,0 +1,21 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Javid A (<https://www.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 <http://www.gnu.org/licenses/>.
#
#############################################################################

46
odoo_functional_tutorial/__manifest__.py

@ -0,0 +1,46 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Javid A (<https://www.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 <http://www.gnu.org/licenses/>.
#
#############################################################################
{
'name': "Odoo16 Enterprise Functional Tutorial",
'version': '16.0.1.0.0',
'category': 'Tutorial',
'summary': "Functional Tutorial videos for all the modules in odoo16",
'description': """The eLearning module offers a comprehensive course
encompassing all the essential enterprise functions in Odoo 16, providing
learners with in-depth tutorials and hands-on training to master the
platform's capabilities and optimize their proficiency in utilizing its
features for business success""",
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
'maintainer': "Cybrosys Techno Solutions",
'website': 'https://www.cybrosys.com',
'depends': ['website_slides'],
'data': [
'data/slide_channel_data.xml',
'data/slide.slide.csv',
],
'images': ['static/description/banner.jpg'],
'license': 'AGPL-3',
'installable': True,
'auto_install': False,
'application': False,
}

231
odoo_functional_tutorial/data/slide.slide.csv

@ -0,0 +1,231 @@
id,name,sequence,channel_id/id,is_category,is_published,is_preview,slide_category,video_url
slide_section_crm_0,CRM,0,odoo_functional_tutorial.slide_channel_odoo_functional,1,1,0,document,
slide_section_crm_1,CRM Overview,1,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/1WBAx2uNQSE
slide_section_crm_2,Assign Salespersons into Multiple Sales Teams in Odoo 16 CRM,2,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/Zmhkp5Dwh6w
slide_section_crm_3,How to Create a Lead in Odoo 16 CRM,3,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=iimghZhVUdM
slide_section_crm_4,How to Convert Lead to Opportunity in Odoo 16 CRM,4,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=z0hQuakiT24
slide_section_crm_5,How to Create a Stage or Pipeline in Odoo 16 CRM,5,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=8NlGNL_BkJU
slide_section_crm_6,Sales Teams in Odoo 16 CRM,6,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=omtsw9XKuoI
slide_section_crm_7,How to Configure the Lost Reason in Odoo 16 CRM,7,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=D84mgSqmCWs
slide_section_crm_8,Commission Plan in Odoo 16 CRM,8,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/9JsylebGnms
slide_section_crm_9,Organize Activities in Odoo 16 CRM,9,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/0Ky0GDbNZ10
slide_section_crm_10,Lead Generation & Understanding Lead Rules in Odoo 16 CRM,10,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/4HiBzG_IYbU
slide_section_crm_11,Customize Your Pipeline Stages in Odoo CRM,11,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/p9ZhDD5ggxc
slide_section_crm_12,Lead Mining in Odoo 16 CRM,12,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/ul7cHSvHuRQ
slide_section_crm_13,Reporting in Odoo 16 CRM,13,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=0LOPkkrRe8k
slide_section_crm_14,Creating Quotation For An Opportunity In CRM Of Odoo 16,14,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=uauOIMV6QCE
slide_section_crm_15,Lead Enrichment in Odoo 16 CRM,15,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/eFlQDBg3k5U
slide_section_crm_16,Odoo 16 CRM Pipeline Analysis Report,16,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/Wc0ZuK4WSA4
slide_section_crm_17,Periodically Assign Leads Based on Rules in Odoo 16 CRM,17,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/Tg2IEBqQRRM
slide_section_crm_18,Odoo 16 Spreadsheet in CRM - How It's a Beneficial Tool,18,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/qv8cTMEHelU
slide_section_sales_0,Sales,100,odoo_functional_tutorial.slide_channel_odoo_functional,1,1,0,document,
slide_section_sales_1,Sales Overview,101,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=XBSxXph6Ygs
slide_section_sales_2,How to Create Customer in Odoo 16,102,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=eMwTboKgkSU
slide_section_sales_3,How to Create Product in Odoo 16,103,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/2X1PdqbVKCc
slide_section_sales_4,How to Create Sales Pricelists in Odoo 16,104,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/o7Gv-B19HpY
slide_section_sales_5,How to Sell Products as Packages in Odoo 16,105,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=rLOLZ3x5zno
slide_section_sales_6,How to Setup Payment Terms in Odoo 16,106,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=zEqssnjGu9k
slide_section_sales_7,How to Schedule Activities in Odoo 16,107,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/24hr6sYVMBY
slide_section_sales_8,How to Set Up Taxes in Odoo 16,108,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=bMsm6-aIh6Y
slide_section_sales_9,How to Create a sales quotation from Odoo 16 Sales,109,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/TaZlGrw4J8A
slide_section_sales_10,How to Set Warnings in Sale Orders for Products or Customers in Odoo 16,110,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=6LF2PG_t9dM
slide_section_sales_11,Order to Upsell in Odoo 16,111,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=0ET6F4qt-x4
slide_section_sales_12,How To Create Pro forma Invoice in Odoo 16 Sales,112,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=deibIx1EZaI
slide_section_sales_13,How to Manage Promotion & Coupon Programs With Odoo 16,113,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=d_MpQIPDLwI
slide_section_sales_14,Shipping Methods and Connectors in Odoo 16,114,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=k6yh5ULy26U
slide_section_sales_15,How to Lock Confirmed Orders in Odoo 16 Sales Module,115,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=DJ-V1ZLYcu0
slide_section_sales_16,Unit of Measure (UoM) in Odoo 16,116,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=0J9SvjS7iOg
slide_section_sales_17,How to Add Terms and Conditions in Odoo 16,117,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=63ezHvPFVSg
slide_section_sales_18,Product Variants and Attributes in Odoo 16,118,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=gG6xVY_bdgg&t=51s
slide_section_sales_19,Invoicing Policies in Odoo 16,119,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=J-7gGUdO_NM
slide_section_sales_20,How to Request a Down Payment in Odoo 16,120,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=QEpb3obW6dg
slide_section_sales_21,How to Apply a Discount on Sale Order in Odoo 16,121,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=u000S2Nfdt4
slide_section_sales_22,Invoice and Deliver to Different Addresses in Odoo16,122,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=RyLpkzt7kRk
slide_section_sales_23,Use of Tags,123,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=dhcIyUkcjLQ
slide_section_sales_24,How to setup Sales Credit Limit in Odoo 16,124,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=P1IAxQT6-84
slide_section_sales_25,How to Set up Quotation Layout in Odoo 16 Sales,125,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=qO5_FkQCbd4
slide_section_sales_26,How to Set Up the Incoterm in Odoo 16,126,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=IMIoqnGnJyA
slide_section_purchase_0,Purchase,200,odoo_functional_tutorial.slide_channel_odoo_functional,1,1,0,document,
slide_section_purchase_1,Odoo 16 Purchase Module,201,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=kqlzCg3coKc
slide_section_purchase_2,How to create vendor in Odoo 16,202,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=dMoQdD-7kMY
slide_section_purchase_3,Managing Purchase Quotations & Orders in Odoo 16,203,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=DbEhU7LbvI0
slide_section_purchase_4,How to set warnings while purchasing in Odoo 16,204,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=enFBXmPDIrQ
slide_section_purchase_5,Odoo 16 Debit Note,205,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=mAcBgkxE9zA
slide_section_purchase_6,Vendor Lead Time & Vendor Pricelists in Odoo 16 Purchase,206,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=1A61YM32pLQ
slide_section_purchase_7,How to Set Receipt Confirmation Reminder From Vendor With Odoo 16,207,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=iQx0FBqsHds
slide_section_purchase_8,Odoo 16 Call for Tender With Alternatives Tab in Purchase Order,208,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=ocej9ioySC4
slide_section_purchase_9,Blanket Order in Odoo 16,209,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=nkvfvZ-KQvo
slide_section_purchase_10,3 Way Matching in Odoo 16 Purchase,210,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=n_zp6s6CWDk
slide_section_purchase_11,Purchase Analysis in Odoo 16,211,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=jXJFcKL2Kj8
slide_section_purchase_12,How to Manage Dropshipping Using Odoo 16,212,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=xsL_bksihTM
slide_section_purchase_13,How to Purchase Products in Different Units of Measure UoM in Odoo 16,213,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=DE5eson7UFg
slide_section_purchase_14,Odoo 16 Purchase Order Approval,214,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=Kc4zJkGz5Gs
slide_section_inventory_0,Inventory,300,odoo_functional_tutorial.slide_channel_odoo_functional,1,1,0,document,
slide_section_inventory_1,Odoo 16 Inventory: Warehouse Management System,301,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=M91ZIMJR6dA
slide_section_inventory_2,How to make inventory adjustments in Odoo 16,302,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=0Jnpo5ch-qY
slide_section_inventory_3,How to scrap products in Odoo 16,303,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=KSmdcNcwjLs
slide_section_inventory_4,Reordering Rule in Odoo 16,304,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=Fwlu-mFHv20
slide_section_inventory_5,Replenishment in Odoo 16,305,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=t6EtN5k7bxg
slide_section_inventory_6,Batch Picking and Wave Picking in Odoo 16 Inventory,306,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=c4FbRhtC6CM
slide_section_inventory_7,Inventory Reporting in Odoo 16,307,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=2it9LIxAk7Q
slide_section_inventory_8,How to Configure Landed Cost in Odoo 16,308,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=ncGpk4VM39o
slide_section_inventory_9,How to Configure & Plan Lead Time in Odoo 16,309,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=a1_SyEWUsas
slide_section_inventory_11,Consignment in Odoo 16 Inventory,311,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=BlqCfkNByK8
slide_section_inventory_12,How to configure expiration date on product in Odoo 16,312,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=7Xr8xhPqrrg
slide_section_inventory_13,Rules & Routes in Odoo 16 Inventory Module,313,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=qMRuQh7c2iE
slide_section_inventory_14,Inventory Operation Types in Odoo 16,314,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=m2UOLuxPwjU
slide_section_inventory_15,What is a Putaway Rule in Odoo 16,315,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=9vz2gxyGXuo
slide_section_inventory_16,Inventory valuation Odoo 16,316,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/30q0W9WeDmU
slide_section_inventory_17,Storage Locations & Storage Categories in Odoo 16 Inventory,317,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=DKL5jcsN0UA
slide_section_inventory_18,Lot or Serial Number Configuration in Odoo 16,318,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/RHG_iVKruHE
slide_section_inventory_19,Reservation Methods in Odoo 16,319,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/FZs6ozh4i0I
slide_section_inventory_20,Cross Docking in Odoo 16,320,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/pfSsJljmIQ4
slide_section_inventory_21,Odoo 16 Reception Report,321,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=g5sWPXQY5Aw
slide_section_inventory_23,Removal strategy in Odoo 16,323,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=_OhJYeBhQMU
slide_section_inventory_24,How to Reserve Product Packagings in Odoo 16,324,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/1WtvxYPIKxY
slide_section_accounting_0,Accounting ,400,odoo_functional_tutorial.slide_channel_odoo_functional,1,1,0,document,
slide_section_accounting_2,Credit notes in Odoo 16,402,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=zvn7HKYLsEo
slide_section_accounting_3,Follow up on invoices in Odoo 16,403,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=JDt4382_7g8
slide_section_accounting_4,Odoo 16 Cash rounding,404,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=QJYqbZ0xI7U
slide_section_accounting_5,How to Set Fiscal Year for Your Business in Odoo 16,405,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=TplnDduM2Tg
slide_section_accounting_6,How to configure journals in Odoo 16,406,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/2DHIgaQkhwg
slide_section_accounting_7,How to Manage Multi-Currency in Odoo 16,407,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=q5fAVs64Xxc
slide_section_accounting_8,How to Activate & Create Purchase Receipts in Odoo 16 Accounting,408,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=I_0Q3Yu3Dy4
slide_section_accounting_9,Budget Management in Odoo 16 Accounting,409,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=2l3S5A9Da9c
slide_section_accounting_10,Assets Management (Depreciation) | Accounting,410,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=N0Tf5RmfVg8
slide_section_accounting_11,How to Manage deferred revenue in Odoo 16,411,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=E0jt4AG9ZWQ
slide_section_accounting_12,Disallowed Expenses in Odoo 16,412,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=o4Wz6z4gRmA
slide_section_accounting_13,How to Manage Deferred Expense in Odoo 16,413,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=WrCUGdAlYqk
slide_section_accounting_14,How to Create Vendor Refund in Odoo 16,414,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=VdOnXvAym18
slide_section_accounting_15,How Accounts Are Affected When an Invoice or Bill Is Generated in Odoo 16,415,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=Bg2DU-LUVAM
slide_section_accounting_16,Unrealized Currency Gains or Losses in Odoo 16 Accounting,416,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=NR1_5INuxsw
slide_section_accounting_17,Odoo 16 Anglo Saxon and Continental Accounting,417,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=yrP-WOPX5tc
slide_section_accounting_18,How to Manage Withholding Taxes in Odoo 16,418,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=QJ8kEk7oeVc
slide_section_accounting_19,Aged Receivables and Aged Payable reports in Odoo,419,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=jCLuhN51VVg
slide_section_accounting_20,How to Create Customer Invoice & Payment Management in Odoo 16 Accounting,420,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=5zJviwsyBog
slide_section_accounting_21,Batch Payments in Odoo 16,421,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=bEiwz0oiyBs
slide_section_accounting_22,Odoo 16 Analytic Accounting,422,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=m0wH3t33y5A
slide_section_accounting_23,Tax Reporting in Odoo 16,423,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=O5oFp8AliUI
slide_section_accounting_24,How to Manage Cash Basis Taxes in Odoo 16,424,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=EsmsHjU1VWY
slide_section_accounting_25,How to Create Automatic Transfers in Odoo16 Accounting,425,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=Co1qYQpFD1Y
slide_section_accounting_26,How to Set Opening Balance in Odoo 16,426,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=-nkHBzKJznw
slide_section_accounting_27,How to Import Your Bank Statements in Odoo 16 Accounting,427,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=aIFxds8u99Y
slide_section_accounting_28,Manage prices for B2B (tax excluded) & B2C (tax included),428,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=FIQTlGjEbzE
slide_section_pos_0,Point of Sale,500,odoo_functional_tutorial.slide_channel_odoo_functional,1,1,0,document,
slide_section_pos_1,How to Show Margins & Costs on Product Information With Odoo 16 PoS,501,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=43thusx80m4
slide_section_pos_2,Product Info Box in Odoo 16 PoS,502,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/MrkMMBNVWBs
slide_section_pos_3,How to Split Bills in Odoo 16 PoS,503,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/0RDkSmaotH0
slide_section_pos_4,How to Manage Tables in Bar or Restaurant on Odoo 16 PoS,504,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/RlxypoLXoBY
slide_section_pos_5,Customer Tips with Odoo 16 Point Of Sale,505,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=J9SE5lA6XRM
slide_section_pos_6,How to Add Notes in PoS,506,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/5SZtMksOyho
slide_section_pos_7,Odoo 16 POS Ship Later,507,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/SHO-Rn2utgU
slide_section_pos_8,Odoo 16 PoS Lots & Serial Number,508,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/4RdbqhcNQpU
slide_section_pos_9,Sales Details in Odoo 16 PoS,509,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/8fPTQ4Fn_us
slide_section_pos_10,Managing Multiple Price List With Odoo 16 Point of Sale,510,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=hkYhqG8NHlw
slide_section_pos_11,Down Payment in Odoo 16 POS,511,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/wovJdyEknPU
slide_section_pos_12,How to Manage Customer Rewards in Odoo 16 PoS,512,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=LRwXxG8B6eM
slide_section_pos_13,Product Configurator Odoo 16 PoS,513,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/MGbm4X7-FPc
slide_section_pos_14,Managing Cash Control in Odoo 16 Point of Sale,514,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=SzX86au47do
slide_section_pos_15,Settlement of Customer dues in Odoo 16 PoS,515,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/L4EbhSmhkA0
slide_section_pos_16,Point of Sales Cash In and Cash Out Odoo 16,516,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=N_LzEQf_Rb0&t=35s
slide_section_pos_17,Payment Methods in Odoo 16 Point of Sale,517,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=0c2ELNW25_c
slide_section_pos_18,Odoo 16 PoS Gift Card,518,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/vcU3QmaNsB8
slide_section_pos_19,How to Manage Customers & Track Amount Due in Odoo 16 PoS,519,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/fj2k4WKxpR0
slide_section_pos_20,POS Quick Loading,520,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/IAoN1u8SiJ0
slide_section_pos_21,How Discounts Are Given to Customers in Odoo 16 PoS,521,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/jTnvTXzVTPE
slide_section_pos_22,How to Allow Cashiers & Switching Cashiers in Odoo 16 Point of Sale,522,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=XX-uSPHhzVQ
slide_section_pos_23,Using Fiscal Positions in Odoo 16 PoS,523,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/VT_1oADxTvs
slide_section_pos_24,Odoo 16 POS Inventory Management,524,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/3H0CkcAlF_w
slide_section_pos_25,Coupons & Promotion Programs in Odoo 16 PoS,525,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/JyT5vKwxStM
slide_section_pos_26,How to Manage Product Category in PoS of Odoo 16,526,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=A35piSULlE8
slide_section_pos_27,Exchange Orders / Return & Refund in Odoo 16 PoS,527,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/hqubs4M2Xj8
slide_section_pos_28,How to Connect Your Devices in Odoo 16 PoS,528,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/MJ8jbO5JYGo
slide_section_pos_29,Odoo 16 Point of Sale Receipt Management | Automatic Receipt Printing in Odoo 16 PoS,529,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=ndHGJK2YzII&t=26s
slide_section_pos_30,Odoo 16 Rescue Session for PoS,530,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=bbljz-AZGiw
slide_section_project_0,Project,600,odoo_functional_tutorial.slide_channel_odoo_functional,1,1,0,document,
slide_section_project_1,Project Overview,601,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=meC0PlEtlMM
slide_section_project_2,How to Assign Tasks and Sub Tasks in the Odoo 16 Project,602,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/AMElbXNlMaM
slide_section_project_3,How to Configure and Use Collaborative Pad in Odoo 16 Project,603,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/8avaO4tggao
slide_section_project_4,How to Set Privacy Rules in the Odoo 16 Project Module,604,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/tNKRq4stWYI
slide_section_project_5,How to Create New Project in Odoo 16 Project Module,605,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=NtmjyxQQD1Y
slide_section_project_6,How to Calculate Project Profitability With Odoo 16 Project Module,606,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/cdpmc1tk6no
slide_section_project_7,Project Analysis Using Odoo 16,607,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/uVnc9DrTNDk
slide_section_website_0,Website,700,odoo_functional_tutorial.slide_channel_odoo_functional,1,1,0,document,
slide_section_website_1,Website Overview,701,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=garCZiY5dFo
slide_section_website_2,Website visitors and views ,702,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/8mzn8Ap-hSI
slide_section_website_3,Multi Languages and Language Translation for your Website with Odoo 16,703,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=3Z3xevkij-c
slide_section_website_4,How to Use Pricelists in Odoo 16 Website,704,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=gOAR-pyTxVg
slide_section_website_5,Automated invoicing for online payments ,705,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/Fo6BE-oqbo4
slide_section_website_6,Website form builder ?,706,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/RQVrzYqLuQQ
slide_section_website_7,Lead creation from website ?,707,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/P3YFE3lfXPo
slide_section_website_8,How to customize website ,708,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/n1HGBwEx0HU
slide_section_website_9,How to optimize SEO website ?,709,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/L8Q9DiGfkPU
slide_section_ecom_0,E-Commerce,800,odoo_functional_tutorial.slide_channel_odoo_functional,1,1,0,document,
slide_section_ecom_1,E-Commerce Overview,801,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/3f5B34-nZC8
slide_section_ecom_2,How to suggest optional products to the customer website?,802,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=P1HD17cEooo
slide_section_ecom_3,How to suggest alternative products to customers website?,803,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=pTVYFY5rW3w
slide_section_ecom_4,How to sell digital contents?,804,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/O5_DYi3AqrA
slide_section_ecom_5,How to compare products?,805,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/udqEMohRjlw
slide_section_ecom_6,How to Use Pricelists in Odoo 16 Website?,806,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=gOAR-pyTxVg
slide_section_ecom_7,Configuring Multi currency in website,807,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=pdQuURxoqpQ
slide_section_ecom_8,How customers can enter shipping address website?,808,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/8JwTyLHszuI
slide_section_ecom_9,Odoo 16 Abandoned Carts,809,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=XLGJasQxHyc
slide_section_ecom_10,How to Sell a Products Using Odoo 16 Website,810,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=5C7BE2wlcC0
slide_section_ecom_11,How to add blogs to website ,811,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/9VY9QVjOp9U
slide_section_ecom_12,How to create pages and edit layout,812,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/t11Lm1JYd6Y
slide_section_ecom_13,How to configure payment acquirers,813,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/yBTIGczzLfk
slide_section_ecom_14,Difference between optional product and accessories,814,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=oWIkLgBWTBQ
slide_section_ecom_15,What is Link trackers and how to configure it ecommerce website,815,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/u-Ly5iwLB68
slide_section_ecom_16,How to configure shipping website,816,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/YqFMoZD6mYM
slide_section_ecom_17,Odoo 16 eCommerce Shopping Features,817,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=4x-LxfhHjuw
slide_section_mrp_0,Manufacturing,900,odoo_functional_tutorial.slide_channel_odoo_functional,1,1,0,document,
slide_section_mrp_1,Manufacturing Overview,901,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/UkY0eioJUrQ
slide_section_mrp_2,Bill of Materials Manufacturing,902,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/E91NStXkHHs
slide_section_mrp_3,Manufacturing Order Management Manufacturing,903,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/klsijAuj_RA
slide_section_mrp_4,How to configure work Centers Manufacturing,904,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/KrUWLx4qSbo
slide_section_mrp_5,How to Unbuild a Product Manufacturing,905,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/f1mtpd5gxP0
slide_section_mrp_6,Scrap Orders Management Manufacturing,906,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=KSmdcNcwjLs
slide_section_mrp_7,Subcontracting Manufacturing,907,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=4FSFzSGWxRM
slide_section_mrp_8,Product Lifecycle Management Manufacturing,908,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/n2lCaXVUcXM
slide_section_mrp_9,Quality Management Manufacturing,909,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=a-duShl_OOI
slide_section_mrp_10,Maintenance Management Manufacturing,910,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/KvDv4_fKmNs
slide_section_mrp_11,Repair Management Manufacturing,911,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/TSeur6WW6Qw
slide_section_hr_0,Human Resource,950,odoo_functional_tutorial.slide_channel_odoo_functional,1,1,0,document,
slide_section_hr_1,Human Resource Overview,951,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/YqFMoZD6mYM
slide_section_hr_2,Odoo 16 Attendance Module,952,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=ihhuHWuFU4g
slide_section_hr_3,Open HRMS Employee Branch Transfer,953,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/Qva8kW6xn4c
slide_section_hr_4,Open HRMS Employee Background Verification,954,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/mH5SzuKHa30
slide_section_hr_5,Open HRMS Employee History,955,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/TaaDrBn3csc
slide_section_hr_6,Open HRMS Leave Request Aliasing,956,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/jQFAP20k_Wc
slide_section_hr_7,Open HRMS Gratuity Settlement in Odoo 15,957,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=NITjRN6a6Jc
slide_section_hr_8,Open HRMS Employee From User,958,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=_BJKt6zGjcs
slide_section_hr_9,Open HRMS Loan Management App,959,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/lAT5cqVZTZI
slide_section_hr_10,Open HRMS Employee Info App,961,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/eEecchfl-Q4
slide_section_hr_11,Open HRMS Loan Accounting App,962,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/NFZfiHyn0-0
slide_section_hr_12,Open HRMS Official Announcements,963,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/VPh1A9-jM5Q
slide_section_hr_13,Open HRMS Custody App,964,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/rd62HYzZxFI
slide_section_hr_14,Open HRMS Employee Document Management,965,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/4fe5tzAG8Ng
slide_section_hr_15,Open HRMS GOSI Contribution Module,966,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/AedTkYdKu8s
slide_section_misc_0,Other Apps,1000,odoo_functional_tutorial.slide_channel_odoo_functional,1,1,0,document,
slide_section_misc_1,Discuss,1001,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=6s6Q_vkRnSk
slide_section_misc_2,Contacts,1002,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=LNy7rLrSj_U
slide_section_misc_3,Calender,1003,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=dmAZMRfz97w
slide_section_misc_4,Notes,1004,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=G8OdPI1oKJU
slide_section_misc_5,Document,1005,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=BV7EaVa-0bs
slide_section_misc_6,Sign,1006,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=kUx2zOtAMLA
slide_section_misc_7,Helpdesk ,1007,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=BiS7FVA7ofI
slide_section_misc_8,Live Chat,1008,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=QKqJlvd2-hA
slide_section_misc_9,eLearning ,1009,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=37ub333zmtU&t=2s
slide_section_misc_10,Events ,1010,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=nXZkLuue3eI
slide_section_misc_11,Lunch,1011,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=Jh2YkmX1bgc
slide_section_misc_12,Members ,1012,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=sG8P2SqP4CQ
slide_section_misc_13,Rental,1013,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=Q8qvPE24BWc
slide_section_misc_14,Subscription,1014,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=dmSDQSrJoGM&t=1555s
slide_section_misc_15,Studio,1015,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=oKoAdmeZxSo
slide_section_misc_16,Fleet ,1016,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=62l_U362kPE
slide_section_misc_17,Approvals,1017,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=4ZIzeo3bxqM
slide_section_misc_18,Email Marketing,1018,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=oSL17TZ8kbI
slide_section_misc_19,SMS Marketing,1019,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=YFIoZd-Bj8E
slide_section_misc_20,Social Marketing,1020,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=aYQUvuqvNVs
slide_section_misc_21,Marketing Automation,1021,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://youtu.be/ctZxLGPFDcE
slide_section_misc_22,Knowledge,1022,odoo_functional_tutorial.slide_channel_odoo_functional,0,1,1,video,https://www.youtube.com/watch?v=GZbE_HkISZM
1 id name sequence channel_id/id is_category is_published is_preview slide_category video_url
2 slide_section_crm_0 CRM 0 odoo_functional_tutorial.slide_channel_odoo_functional 1 1 0 document
3 slide_section_crm_1 CRM Overview 1 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/1WBAx2uNQSE
4 slide_section_crm_2 Assign Salespersons into Multiple Sales Teams in Odoo 16 CRM 2 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/Zmhkp5Dwh6w
5 slide_section_crm_3 How to Create a Lead in Odoo 16 CRM 3 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=iimghZhVUdM
6 slide_section_crm_4 How to Convert Lead to Opportunity in Odoo 16 CRM 4 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=z0hQuakiT24
7 slide_section_crm_5 How to Create a Stage or Pipeline in Odoo 16 CRM 5 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=8NlGNL_BkJU
8 slide_section_crm_6 Sales Teams in Odoo 16 CRM 6 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=omtsw9XKuoI
9 slide_section_crm_7 How to Configure the Lost Reason in Odoo 16 CRM 7 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=D84mgSqmCWs
10 slide_section_crm_8 Commission Plan in Odoo 16 CRM 8 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/9JsylebGnms
11 slide_section_crm_9 Organize Activities in Odoo 16 CRM 9 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/0Ky0GDbNZ10
12 slide_section_crm_10 Lead Generation & Understanding Lead Rules in Odoo 16 CRM 10 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/4HiBzG_IYbU
13 slide_section_crm_11 Customize Your Pipeline Stages in Odoo CRM 11 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/p9ZhDD5ggxc
14 slide_section_crm_12 Lead Mining in Odoo 16 CRM 12 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/ul7cHSvHuRQ
15 slide_section_crm_13 Reporting in Odoo 16 CRM 13 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=0LOPkkrRe8k
16 slide_section_crm_14 Creating Quotation For An Opportunity In CRM Of Odoo 16 14 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=uauOIMV6QCE
17 slide_section_crm_15 Lead Enrichment in Odoo 16 CRM 15 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/eFlQDBg3k5U
18 slide_section_crm_16 Odoo 16 CRM Pipeline Analysis Report 16 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/Wc0ZuK4WSA4
19 slide_section_crm_17 Periodically Assign Leads Based on Rules in Odoo 16 CRM 17 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/Tg2IEBqQRRM
20 slide_section_crm_18 Odoo 16 Spreadsheet in CRM - How It's a Beneficial Tool 18 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/qv8cTMEHelU
21 slide_section_sales_0 Sales 100 odoo_functional_tutorial.slide_channel_odoo_functional 1 1 0 document
22 slide_section_sales_1 Sales Overview 101 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=XBSxXph6Ygs
23 slide_section_sales_2 How to Create Customer in Odoo 16 102 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=eMwTboKgkSU
24 slide_section_sales_3 How to Create Product in Odoo 16 103 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/2X1PdqbVKCc
25 slide_section_sales_4 How to Create Sales Pricelists in Odoo 16 104 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/o7Gv-B19HpY
26 slide_section_sales_5 How to Sell Products as Packages in Odoo 16 105 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=rLOLZ3x5zno
27 slide_section_sales_6 How to Setup Payment Terms in Odoo 16 106 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=zEqssnjGu9k
28 slide_section_sales_7 How to Schedule Activities in Odoo 16 107 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/24hr6sYVMBY
29 slide_section_sales_8 How to Set Up Taxes in Odoo 16 108 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=bMsm6-aIh6Y
30 slide_section_sales_9 How to Create a sales quotation from Odoo 16 Sales 109 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/TaZlGrw4J8A
31 slide_section_sales_10 How to Set Warnings in Sale Orders for Products or Customers in Odoo 16 110 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=6LF2PG_t9dM
32 slide_section_sales_11 Order to Upsell in Odoo 16 111 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=0ET6F4qt-x4
33 slide_section_sales_12 How To Create Pro forma Invoice in Odoo 16 Sales 112 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=deibIx1EZaI
34 slide_section_sales_13 How to Manage Promotion & Coupon Programs With Odoo 16 113 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=d_MpQIPDLwI
35 slide_section_sales_14 Shipping Methods and Connectors in Odoo 16 114 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=k6yh5ULy26U
36 slide_section_sales_15 How to Lock Confirmed Orders in Odoo 16 Sales Module 115 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=DJ-V1ZLYcu0
37 slide_section_sales_16 Unit of Measure (UoM) in Odoo 16 116 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=0J9SvjS7iOg
38 slide_section_sales_17 How to Add Terms and Conditions in Odoo 16 117 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=63ezHvPFVSg
39 slide_section_sales_18 Product Variants and Attributes in Odoo 16 118 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=gG6xVY_bdgg&t=51s
40 slide_section_sales_19 Invoicing Policies in Odoo 16 119 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=J-7gGUdO_NM
41 slide_section_sales_20 How to Request a Down Payment in Odoo 16 120 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=QEpb3obW6dg
42 slide_section_sales_21 How to Apply a Discount on Sale Order in Odoo 16 121 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=u000S2Nfdt4
43 slide_section_sales_22 Invoice and Deliver to Different Addresses in Odoo16 122 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=RyLpkzt7kRk
44 slide_section_sales_23 Use of Tags 123 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=dhcIyUkcjLQ
45 slide_section_sales_24 How to setup Sales Credit Limit in Odoo 16 124 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=P1IAxQT6-84
46 slide_section_sales_25 How to Set up Quotation Layout in Odoo 16 Sales 125 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=qO5_FkQCbd4
47 slide_section_sales_26 How to Set Up the Incoterm in Odoo 16 126 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=IMIoqnGnJyA
48 slide_section_purchase_0 Purchase 200 odoo_functional_tutorial.slide_channel_odoo_functional 1 1 0 document
49 slide_section_purchase_1 Odoo 16 Purchase Module 201 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=kqlzCg3coKc
50 slide_section_purchase_2 How to create vendor in Odoo 16 202 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=dMoQdD-7kMY
51 slide_section_purchase_3 Managing Purchase Quotations & Orders in Odoo 16 203 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=DbEhU7LbvI0
52 slide_section_purchase_4 How to set warnings while purchasing in Odoo 16 204 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=enFBXmPDIrQ
53 slide_section_purchase_5 Odoo 16 Debit Note 205 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=mAcBgkxE9zA
54 slide_section_purchase_6 Vendor Lead Time & Vendor Pricelists in Odoo 16 Purchase 206 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=1A61YM32pLQ
55 slide_section_purchase_7 How to Set Receipt Confirmation Reminder From Vendor With Odoo 16 207 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=iQx0FBqsHds
56 slide_section_purchase_8 Odoo 16 Call for Tender With Alternatives Tab in Purchase Order 208 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=ocej9ioySC4
57 slide_section_purchase_9 Blanket Order in Odoo 16 209 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=nkvfvZ-KQvo
58 slide_section_purchase_10 3 Way Matching in Odoo 16 Purchase 210 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=n_zp6s6CWDk
59 slide_section_purchase_11 Purchase Analysis in Odoo 16 211 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=jXJFcKL2Kj8
60 slide_section_purchase_12 How to Manage Dropshipping Using Odoo 16 212 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=xsL_bksihTM
61 slide_section_purchase_13 How to Purchase Products in Different Units of Measure UoM in Odoo 16 213 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=DE5eson7UFg
62 slide_section_purchase_14 Odoo 16 Purchase Order Approval 214 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=Kc4zJkGz5Gs
63 slide_section_inventory_0 Inventory 300 odoo_functional_tutorial.slide_channel_odoo_functional 1 1 0 document
64 slide_section_inventory_1 Odoo 16 Inventory: Warehouse Management System 301 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=M91ZIMJR6dA
65 slide_section_inventory_2 How to make inventory adjustments in Odoo 16 302 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=0Jnpo5ch-qY
66 slide_section_inventory_3 How to scrap products in Odoo 16 303 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=KSmdcNcwjLs
67 slide_section_inventory_4 Reordering Rule in Odoo 16 304 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=Fwlu-mFHv20
68 slide_section_inventory_5 Replenishment in Odoo 16 305 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=t6EtN5k7bxg
69 slide_section_inventory_6 Batch Picking and Wave Picking in Odoo 16 Inventory 306 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=c4FbRhtC6CM
70 slide_section_inventory_7 Inventory Reporting in Odoo 16 307 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=2it9LIxAk7Q
71 slide_section_inventory_8 How to Configure Landed Cost in Odoo 16 308 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=ncGpk4VM39o
72 slide_section_inventory_9 How to Configure & Plan Lead Time in Odoo 16 309 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=a1_SyEWUsas
73 slide_section_inventory_11 Consignment in Odoo 16 Inventory 311 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=BlqCfkNByK8
74 slide_section_inventory_12 How to configure expiration date on product in Odoo 16 312 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=7Xr8xhPqrrg
75 slide_section_inventory_13 Rules & Routes in Odoo 16 Inventory Module 313 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=qMRuQh7c2iE
76 slide_section_inventory_14 Inventory Operation Types in Odoo 16 314 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=m2UOLuxPwjU
77 slide_section_inventory_15 What is a Putaway Rule in Odoo 16 315 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=9vz2gxyGXuo
78 slide_section_inventory_16 Inventory valuation Odoo 16 316 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/30q0W9WeDmU
79 slide_section_inventory_17 Storage Locations & Storage Categories in Odoo 16 Inventory 317 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=DKL5jcsN0UA
80 slide_section_inventory_18 Lot or Serial Number Configuration in Odoo 16 318 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/RHG_iVKruHE
81 slide_section_inventory_19 Reservation Methods in Odoo 16 319 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/FZs6ozh4i0I
82 slide_section_inventory_20 Cross Docking in Odoo 16 320 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/pfSsJljmIQ4
83 slide_section_inventory_21 Odoo 16 Reception Report 321 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=g5sWPXQY5Aw
84 slide_section_inventory_23 Removal strategy in Odoo 16 323 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=_OhJYeBhQMU
85 slide_section_inventory_24 How to Reserve Product Packagings in Odoo 16 324 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/1WtvxYPIKxY
86 slide_section_accounting_0 Accounting 400 odoo_functional_tutorial.slide_channel_odoo_functional 1 1 0 document
87 slide_section_accounting_2 Credit notes in Odoo 16 402 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=zvn7HKYLsEo
88 slide_section_accounting_3 Follow up on invoices in Odoo 16 403 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=JDt4382_7g8
89 slide_section_accounting_4 Odoo 16 Cash rounding 404 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=QJYqbZ0xI7U
90 slide_section_accounting_5 How to Set Fiscal Year for Your Business in Odoo 16 405 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=TplnDduM2Tg
91 slide_section_accounting_6 How to configure journals in Odoo 16 406 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/2DHIgaQkhwg
92 slide_section_accounting_7 How to Manage Multi-Currency in Odoo 16 407 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=q5fAVs64Xxc
93 slide_section_accounting_8 How to Activate & Create Purchase Receipts in Odoo 16 Accounting 408 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=I_0Q3Yu3Dy4
94 slide_section_accounting_9 Budget Management in Odoo 16 Accounting 409 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=2l3S5A9Da9c
95 slide_section_accounting_10 Assets Management (Depreciation) | Accounting 410 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=N0Tf5RmfVg8
96 slide_section_accounting_11 How to Manage deferred revenue in Odoo 16 411 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=E0jt4AG9ZWQ
97 slide_section_accounting_12 Disallowed Expenses in Odoo 16 412 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=o4Wz6z4gRmA
98 slide_section_accounting_13 How to Manage Deferred Expense in Odoo 16 413 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=WrCUGdAlYqk
99 slide_section_accounting_14 How to Create Vendor Refund in Odoo 16 414 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=VdOnXvAym18
100 slide_section_accounting_15 How Accounts Are Affected When an Invoice or Bill Is Generated in Odoo 16 415 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=Bg2DU-LUVAM
101 slide_section_accounting_16 Unrealized Currency Gains or Losses in Odoo 16 Accounting 416 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=NR1_5INuxsw
102 slide_section_accounting_17 Odoo 16 Anglo Saxon and Continental Accounting 417 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=yrP-WOPX5tc
103 slide_section_accounting_18 How to Manage Withholding Taxes in Odoo 16 418 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=QJ8kEk7oeVc
104 slide_section_accounting_19 Aged Receivables and Aged Payable reports in Odoo 419 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=jCLuhN51VVg
105 slide_section_accounting_20 How to Create Customer Invoice & Payment Management in Odoo 16 Accounting 420 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=5zJviwsyBog
106 slide_section_accounting_21 Batch Payments in Odoo 16 421 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=bEiwz0oiyBs
107 slide_section_accounting_22 Odoo 16 Analytic Accounting 422 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=m0wH3t33y5A
108 slide_section_accounting_23 Tax Reporting in Odoo 16 423 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=O5oFp8AliUI
109 slide_section_accounting_24 How to Manage Cash Basis Taxes in Odoo 16 424 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=EsmsHjU1VWY
110 slide_section_accounting_25 How to Create Automatic Transfers in Odoo16 Accounting 425 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=Co1qYQpFD1Y
111 slide_section_accounting_26 How to Set Opening Balance in Odoo 16 426 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=-nkHBzKJznw
112 slide_section_accounting_27 How to Import Your Bank Statements in Odoo 16 Accounting 427 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=aIFxds8u99Y
113 slide_section_accounting_28 Manage prices for B2B (tax excluded) & B2C (tax included) 428 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=FIQTlGjEbzE
114 slide_section_pos_0 Point of Sale 500 odoo_functional_tutorial.slide_channel_odoo_functional 1 1 0 document
115 slide_section_pos_1 How to Show Margins & Costs on Product Information With Odoo 16 PoS 501 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=43thusx80m4
116 slide_section_pos_2 Product Info Box in Odoo 16 PoS 502 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/MrkMMBNVWBs
117 slide_section_pos_3 How to Split Bills in Odoo 16 PoS 503 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/0RDkSmaotH0
118 slide_section_pos_4 How to Manage Tables in Bar or Restaurant on Odoo 16 PoS 504 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/RlxypoLXoBY
119 slide_section_pos_5 Customer Tips with Odoo 16 Point Of Sale 505 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=J9SE5lA6XRM
120 slide_section_pos_6 How to Add Notes in PoS 506 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/5SZtMksOyho
121 slide_section_pos_7 Odoo 16 POS Ship Later 507 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/SHO-Rn2utgU
122 slide_section_pos_8 Odoo 16 PoS Lots & Serial Number 508 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/4RdbqhcNQpU
123 slide_section_pos_9 Sales Details in Odoo 16 PoS 509 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/8fPTQ4Fn_us
124 slide_section_pos_10 Managing Multiple Price List With Odoo 16 Point of Sale 510 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=hkYhqG8NHlw
125 slide_section_pos_11 Down Payment in Odoo 16 POS 511 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/wovJdyEknPU
126 slide_section_pos_12 How to Manage Customer Rewards in Odoo 16 PoS 512 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=LRwXxG8B6eM
127 slide_section_pos_13 Product Configurator Odoo 16 PoS 513 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/MGbm4X7-FPc
128 slide_section_pos_14 Managing Cash Control in Odoo 16 Point of Sale 514 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=SzX86au47do
129 slide_section_pos_15 Settlement of Customer dues in Odoo 16 PoS 515 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/L4EbhSmhkA0
130 slide_section_pos_16 Point of Sales Cash In and Cash Out Odoo 16 516 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=N_LzEQf_Rb0&t=35s
131 slide_section_pos_17 Payment Methods in Odoo 16 Point of Sale 517 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=0c2ELNW25_c
132 slide_section_pos_18 Odoo 16 PoS Gift Card 518 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/vcU3QmaNsB8
133 slide_section_pos_19 How to Manage Customers & Track Amount Due in Odoo 16 PoS 519 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/fj2k4WKxpR0
134 slide_section_pos_20 POS Quick Loading 520 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/IAoN1u8SiJ0
135 slide_section_pos_21 How Discounts Are Given to Customers in Odoo 16 PoS 521 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/jTnvTXzVTPE
136 slide_section_pos_22 How to Allow Cashiers & Switching Cashiers in Odoo 16 Point of Sale 522 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=XX-uSPHhzVQ
137 slide_section_pos_23 Using Fiscal Positions in Odoo 16 PoS 523 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/VT_1oADxTvs
138 slide_section_pos_24 Odoo 16 POS Inventory Management 524 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/3H0CkcAlF_w
139 slide_section_pos_25 Coupons & Promotion Programs in Odoo 16 PoS 525 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/JyT5vKwxStM
140 slide_section_pos_26 How to Manage Product Category in PoS of Odoo 16 526 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=A35piSULlE8
141 slide_section_pos_27 Exchange Orders / Return & Refund in Odoo 16 PoS 527 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/hqubs4M2Xj8
142 slide_section_pos_28 How to Connect Your Devices in Odoo 16 PoS 528 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/MJ8jbO5JYGo
143 slide_section_pos_29 Odoo 16 Point of Sale Receipt Management | Automatic Receipt Printing in Odoo 16 PoS 529 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=ndHGJK2YzII&t=26s
144 slide_section_pos_30 Odoo 16 Rescue Session for PoS 530 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=bbljz-AZGiw
145 slide_section_project_0 Project 600 odoo_functional_tutorial.slide_channel_odoo_functional 1 1 0 document
146 slide_section_project_1 Project Overview 601 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=meC0PlEtlMM
147 slide_section_project_2 How to Assign Tasks and Sub Tasks in the Odoo 16 Project 602 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/AMElbXNlMaM
148 slide_section_project_3 How to Configure and Use Collaborative Pad in Odoo 16 Project 603 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/8avaO4tggao
149 slide_section_project_4 How to Set Privacy Rules in the Odoo 16 Project Module 604 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/tNKRq4stWYI
150 slide_section_project_5 How to Create New Project in Odoo 16 Project Module 605 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=NtmjyxQQD1Y
151 slide_section_project_6 How to Calculate Project Profitability With Odoo 16 Project Module 606 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/cdpmc1tk6no
152 slide_section_project_7 Project Analysis Using Odoo 16 607 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/uVnc9DrTNDk
153 slide_section_website_0 Website 700 odoo_functional_tutorial.slide_channel_odoo_functional 1 1 0 document
154 slide_section_website_1 Website Overview 701 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=garCZiY5dFo
155 slide_section_website_2 Website visitors and views 702 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/8mzn8Ap-hSI
156 slide_section_website_3 Multi Languages and Language Translation for your Website with Odoo 16 703 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=3Z3xevkij-c
157 slide_section_website_4 How to Use Pricelists in Odoo 16 Website 704 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=gOAR-pyTxVg
158 slide_section_website_5 Automated invoicing for online payments 705 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/Fo6BE-oqbo4
159 slide_section_website_6 Website form builder ? 706 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/RQVrzYqLuQQ
160 slide_section_website_7 Lead creation from website ? 707 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/P3YFE3lfXPo
161 slide_section_website_8 How to customize website 708 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/n1HGBwEx0HU
162 slide_section_website_9 How to optimize SEO website ? 709 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/L8Q9DiGfkPU
163 slide_section_ecom_0 E-Commerce 800 odoo_functional_tutorial.slide_channel_odoo_functional 1 1 0 document
164 slide_section_ecom_1 E-Commerce Overview 801 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/3f5B34-nZC8
165 slide_section_ecom_2 How to suggest optional products to the customer website? 802 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=P1HD17cEooo
166 slide_section_ecom_3 How to suggest alternative products to customers website? 803 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=pTVYFY5rW3w
167 slide_section_ecom_4 How to sell digital contents? 804 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/O5_DYi3AqrA
168 slide_section_ecom_5 How to compare products? 805 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/udqEMohRjlw
169 slide_section_ecom_6 How to Use Pricelists in Odoo 16 Website? 806 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=gOAR-pyTxVg
170 slide_section_ecom_7 Configuring Multi currency in website 807 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=pdQuURxoqpQ
171 slide_section_ecom_8 How customers can enter shipping address website? 808 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/8JwTyLHszuI
172 slide_section_ecom_9 Odoo 16 Abandoned Carts 809 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=XLGJasQxHyc
173 slide_section_ecom_10 How to Sell a Products Using Odoo 16 Website 810 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=5C7BE2wlcC0
174 slide_section_ecom_11 How to add blogs to website 811 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/9VY9QVjOp9U
175 slide_section_ecom_12 How to create pages and edit layout 812 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/t11Lm1JYd6Y
176 slide_section_ecom_13 How to configure payment acquirers 813 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/yBTIGczzLfk
177 slide_section_ecom_14 Difference between optional product and accessories 814 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=oWIkLgBWTBQ
178 slide_section_ecom_15 What is Link trackers and how to configure it ecommerce website 815 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/u-Ly5iwLB68
179 slide_section_ecom_16 How to configure shipping website 816 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/YqFMoZD6mYM
180 slide_section_ecom_17 Odoo 16 eCommerce Shopping Features 817 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=4x-LxfhHjuw
181 slide_section_mrp_0 Manufacturing 900 odoo_functional_tutorial.slide_channel_odoo_functional 1 1 0 document
182 slide_section_mrp_1 Manufacturing Overview 901 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/UkY0eioJUrQ
183 slide_section_mrp_2 Bill of Materials Manufacturing 902 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/E91NStXkHHs
184 slide_section_mrp_3 Manufacturing Order Management Manufacturing 903 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/klsijAuj_RA
185 slide_section_mrp_4 How to configure work Centers Manufacturing 904 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/KrUWLx4qSbo
186 slide_section_mrp_5 How to Unbuild a Product Manufacturing 905 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/f1mtpd5gxP0
187 slide_section_mrp_6 Scrap Orders Management Manufacturing 906 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=KSmdcNcwjLs
188 slide_section_mrp_7 Subcontracting Manufacturing 907 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=4FSFzSGWxRM
189 slide_section_mrp_8 Product Lifecycle Management Manufacturing 908 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/n2lCaXVUcXM
190 slide_section_mrp_9 Quality Management Manufacturing 909 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=a-duShl_OOI
191 slide_section_mrp_10 Maintenance Management Manufacturing 910 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/KvDv4_fKmNs
192 slide_section_mrp_11 Repair Management Manufacturing 911 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/TSeur6WW6Qw
193 slide_section_hr_0 Human Resource 950 odoo_functional_tutorial.slide_channel_odoo_functional 1 1 0 document
194 slide_section_hr_1 Human Resource Overview 951 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/YqFMoZD6mYM
195 slide_section_hr_2 Odoo 16 Attendance Module 952 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=ihhuHWuFU4g
196 slide_section_hr_3 Open HRMS Employee Branch Transfer 953 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/Qva8kW6xn4c
197 slide_section_hr_4 Open HRMS Employee Background Verification 954 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/mH5SzuKHa30
198 slide_section_hr_5 Open HRMS Employee History 955 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/TaaDrBn3csc
199 slide_section_hr_6 Open HRMS Leave Request Aliasing 956 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/jQFAP20k_Wc
200 slide_section_hr_7 Open HRMS Gratuity Settlement in Odoo 15 957 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=NITjRN6a6Jc
201 slide_section_hr_8 Open HRMS Employee From User 958 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=_BJKt6zGjcs
202 slide_section_hr_9 Open HRMS Loan Management App 959 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/lAT5cqVZTZI
203 slide_section_hr_10 Open HRMS Employee Info App 961 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/eEecchfl-Q4
204 slide_section_hr_11 Open HRMS Loan Accounting App 962 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/NFZfiHyn0-0
205 slide_section_hr_12 Open HRMS Official Announcements 963 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/VPh1A9-jM5Q
206 slide_section_hr_13 Open HRMS Custody App 964 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/rd62HYzZxFI
207 slide_section_hr_14 Open HRMS Employee Document Management 965 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/4fe5tzAG8Ng
208 slide_section_hr_15 Open HRMS GOSI Contribution Module 966 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/AedTkYdKu8s
209 slide_section_misc_0 Other Apps 1000 odoo_functional_tutorial.slide_channel_odoo_functional 1 1 0 document
210 slide_section_misc_1 Discuss 1001 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=6s6Q_vkRnSk
211 slide_section_misc_2 Contacts 1002 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=LNy7rLrSj_U
212 slide_section_misc_3 Calender 1003 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=dmAZMRfz97w
213 slide_section_misc_4 Notes 1004 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=G8OdPI1oKJU
214 slide_section_misc_5 Document 1005 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=BV7EaVa-0bs
215 slide_section_misc_6 Sign 1006 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=kUx2zOtAMLA
216 slide_section_misc_7 Helpdesk 1007 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=BiS7FVA7ofI
217 slide_section_misc_8 Live Chat 1008 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=QKqJlvd2-hA
218 slide_section_misc_9 eLearning 1009 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=37ub333zmtU&t=2s
219 slide_section_misc_10 Events 1010 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=nXZkLuue3eI
220 slide_section_misc_11 Lunch 1011 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=Jh2YkmX1bgc
221 slide_section_misc_12 Members 1012 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=sG8P2SqP4CQ
222 slide_section_misc_13 Rental 1013 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=Q8qvPE24BWc
223 slide_section_misc_14 Subscription 1014 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=dmSDQSrJoGM&t=1555s
224 slide_section_misc_15 Studio 1015 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=oKoAdmeZxSo
225 slide_section_misc_16 Fleet 1016 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=62l_U362kPE
226 slide_section_misc_17 Approvals 1017 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=4ZIzeo3bxqM
227 slide_section_misc_18 Email Marketing 1018 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=oSL17TZ8kbI
228 slide_section_misc_19 SMS Marketing 1019 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=YFIoZd-Bj8E
229 slide_section_misc_20 Social Marketing 1020 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=aYQUvuqvNVs
230 slide_section_misc_21 Marketing Automation 1021 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://youtu.be/ctZxLGPFDcE
231 slide_section_misc_22 Knowledge 1022 odoo_functional_tutorial.slide_channel_odoo_functional 0 1 1 video https://www.youtube.com/watch?v=GZbE_HkISZM

19
odoo_functional_tutorial/data/slide_channel_data.xml

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- A record data in the model slide.channel-->
<record id="slide_channel_odoo_functional" model="slide.channel">
<field name="name">Odoo 16 Enterprise Functional Tutorial</field>
<field name="user_id" ref="base.user_admin"/>
<field name="enroll">public</field>
<field name="channel_type">training</field>
<field name="allow_comment" eval="False"/>
<field name="promote_strategy">most_voted</field>
<field name="is_published" eval="True"/>
<field name="tag_ids" eval="[]"/>
<field name="description">Learn Odoo 16 Enterprise Functionality in
Detail
</field>
<field name="create_date"
eval="DateTime.now() - relativedelta(days=8)"/>
</record>
</odoo>

6
odoo_functional_tutorial/doc/RELEASE_NOTES.md

@ -0,0 +1,6 @@
## Module <odoo_functional_tutorial>
#### 05.01.2024
#### Version 16.0.1.0.0
#### ADD
- Initial commit for Odoo16 Enterprise Functional Tutorial

BIN
odoo_functional_tutorial/static/description/assets/icons/check.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
odoo_functional_tutorial/static/description/assets/icons/chevron.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 B

BIN
odoo_functional_tutorial/static/description/assets/icons/cogs.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
odoo_functional_tutorial/static/description/assets/icons/consultation.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
odoo_functional_tutorial/static/description/assets/icons/ecom-black.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 B

BIN
odoo_functional_tutorial/static/description/assets/icons/education-black.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 B

BIN
odoo_functional_tutorial/static/description/assets/icons/hotel-black.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 911 B

BIN
odoo_functional_tutorial/static/description/assets/icons/license.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
odoo_functional_tutorial/static/description/assets/icons/lifebuoy.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
odoo_functional_tutorial/static/description/assets/icons/manufacturing-black.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

BIN
odoo_functional_tutorial/static/description/assets/icons/pos-black.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 878 B

BIN
odoo_functional_tutorial/static/description/assets/icons/puzzle.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 653 B

BIN
odoo_functional_tutorial/static/description/assets/icons/restaurant-black.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 905 B

BIN
odoo_functional_tutorial/static/description/assets/icons/service-black.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 839 B

BIN
odoo_functional_tutorial/static/description/assets/icons/trading-black.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

BIN
odoo_functional_tutorial/static/description/assets/icons/training.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 627 B

BIN
odoo_functional_tutorial/static/description/assets/icons/update.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
odoo_functional_tutorial/static/description/assets/icons/user.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 988 B

BIN
odoo_functional_tutorial/static/description/assets/icons/wrench.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
odoo_functional_tutorial/static/description/assets/misc/categories.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
odoo_functional_tutorial/static/description/assets/misc/check-box.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
odoo_functional_tutorial/static/description/assets/misc/compass.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
odoo_functional_tutorial/static/description/assets/misc/corporate.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
odoo_functional_tutorial/static/description/assets/misc/customer-support.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
odoo_functional_tutorial/static/description/assets/misc/cybrosys-logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
odoo_functional_tutorial/static/description/assets/misc/features.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 589 B

BIN
odoo_functional_tutorial/static/description/assets/misc/logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
odoo_functional_tutorial/static/description/assets/misc/pictures.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
odoo_functional_tutorial/static/description/assets/misc/pie-chart.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
odoo_functional_tutorial/static/description/assets/misc/right-arrow.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 967 B

BIN
odoo_functional_tutorial/static/description/assets/misc/star.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
odoo_functional_tutorial/static/description/assets/misc/support.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
odoo_functional_tutorial/static/description/assets/misc/whatsapp.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
odoo_functional_tutorial/static/description/assets/modules/1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

BIN
odoo_functional_tutorial/static/description/assets/modules/2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

BIN
odoo_functional_tutorial/static/description/assets/modules/3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
odoo_functional_tutorial/static/description/assets/modules/4.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB

BIN
odoo_functional_tutorial/static/description/assets/modules/5.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

BIN
odoo_functional_tutorial/static/description/assets/modules/6.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

BIN
odoo_functional_tutorial/static/description/assets/screenshots/01.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 994 KiB

BIN
odoo_functional_tutorial/static/description/assets/screenshots/02.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

BIN
odoo_functional_tutorial/static/description/assets/screenshots/03.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 KiB

BIN
odoo_functional_tutorial/static/description/assets/screenshots/04.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 890 KiB

BIN
odoo_functional_tutorial/static/description/assets/screenshots/05.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 620 KiB

BIN
odoo_functional_tutorial/static/description/assets/screenshots/hero.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 KiB

BIN
odoo_functional_tutorial/static/description/banner.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

BIN
odoo_functional_tutorial/static/description/icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

600
odoo_functional_tutorial/static/description/index.html

@ -0,0 +1,600 @@
<div style="background-color: #714B67; height: 810px; width: 100%; padding: 15px; position: relative;">
<!-- TITLE BAR -->
<div class="d-flex align-items-center justify-content-between"
style="border-bottom: 1px solid #875A7B; padding: 15px; display: flex; justify-content: space-between; align-items: center;">
<img src="assets/misc/cybrosys-logo.png" width="42" height="42" style="width: 42px; height: 42px;" />
<div>
<div
style="color: #7C7BAD; font-size: 14px; font-family: 'Montserrat', sans-serif; font-weight: bold; background-color: white; display: inline-block; padding: 3px 10px; border-radius: 50px;"
class="mr-2">
<i class="fa fa-check mr-1"></i>Community
</div>
<div
style="color: #875A7B; font-size: 14px; font-family: 'Montserrat', sans-serif; font-weight: bold; background-color: white; display: inline-block; padding: 3px 10px; border-radius: 50px;"
class="mr-2">
<i class="fa fa-check mr-1"></i>Enterprise
</div>
<div
style="color: #017E84; font-size: 14px; font-family: 'Montserrat', sans-serif; font-weight: bold; background-color: white; display: inline-block; padding: 3px 10px; border-radius: 50px;"
class="mr-2">
<i class="fa fa-check mr-1"></i>Odoo.sh
</div>
</div>
</div>
<!-- END OF TITLE BAR -->
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<!-- APP HERO -->
<h1 style="color: #FFFFFF; font-weight: bolder; font-size: 50px; text-align: center; margin-top: 50px;">
Odoo16 Enterprise Functional Tutorial</h1>
<p style="color:#FFFFFF; padding: 8px 15px; text-align: center; font-size: 24px;">
Full Video Tutorial Of All Odoo Enterprise Applications Using Odoo E-learning </p>
<!-- END OF APP HERO -->
<img src="assets/screenshots/hero.gif" class="img-responsive"
style="width: 100%; margin-left: auto; margin-right: auto;" />
</div>
</div>
</div>
</div>
<!-- NAVIGATION SECTION -->
<div class="d-flex align-items-center" style="border-bottom: 2px solid #714B67; padding: 15px 0px; margin-top: 300px;">
<div class="d-flex justify-content-center align-items-center mr-2"
style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;">
<img src="assets/misc/compass.png" />
</div>
<h2 class="mt-2" style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;">Explore This
Module</h2>
</div>
<div class="row my-4" style="font-family: 'Montserrat', sans-serif;">
<div class="col-sm-12 col-md-6 my-3">
<a href="#overview">
<div class="d-flex justify-content-between align-items-center"
style="background-color: #f5f5f5; padding: 30px; width: 100%;">
<div>
<span style="color: #714B67; font-size: 24px; font-weight: 500; display: block;">Overview</span>
<span style="color: #714B67; font-size: 16px; font-weight: 400; color:#282F33; display: block;">Learn
more about this
module</span>
</div>
<img src="assets/misc/right-arrow.png" width="36" height="36" />
</div>
</a>
</div>
<div class="col-sm-12 col-md-6 my-3">
<a href="#features">
<div class="d-flex justify-content-between align-items-center"
style="background-color: #f5f5f5; padding: 30px; width: 100%;">
<div>
<span style="color: #714B67; font-size: 24px; font-weight: 500; display: block;">Features</span>
<span style="color: #714B67; font-size: 16px; font-weight: 400; color:#282F33; display: block;">View
features of this
module</span>
</div>
<img src="assets/misc/right-arrow.png" width="36" height="36" />
</div>
</a>
</div>
<div class="col-sm-12 col-md-6 my-3">
<a href="#screenshots">
<div class="d-flex justify-content-between align-items-center"
style="background-color: #f5f5f5; padding: 30px; width: 100%;">
<div>
<span style="color: #714B67; font-size: 24px; font-weight: 500; display: block;">Screenshots</span>
<span style="color: #714B67; font-size: 16px; font-weight: 400; color:#282F33; display: block;">View
screenshots for this
module</span>
</div>
<img src="assets/misc/right-arrow.png" width="36" height="36" />
</div>
</a>
</div>
</div>
<!-- END OF NAVIGATION SECTION -->
<!-- OVERVIEW SECTION -->
<div class="d-flex align-items-center" style="border-bottom: 2px solid #714B67; padding: 15px 0px;" id="overview">
<div class="d-flex justify-content-center align-items-center mr-2"
style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;">
<img src="assets/misc/pie-chart.png" />
</div>
<h2 class="mt-2" style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;">Overview
</h2>
</div>
<div class="row" style="font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 14px; line-height: 200%;">
<div class="col-sm-12 py-4">
Using Odoo E-learning Module The User Can View Complete Video Tutorial Of All Odoo Enterprise Applications
</div>
</div>
<!-- END OF OVERVIEW SECTION -->
<!-- FEATURES SECTION -->
<div class="d-flex align-items-center" style="border-bottom: 2px solid #714B67; padding: 15px 0px;" id="features">
<div class="d-flex justify-content-center align-items-center mr-2"
style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;">
<img src="assets/misc/features.png" />
</div>
<h2 class="mt-2" style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;">Features
</h2>
</div>
<div class="row" style="font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 14px; line-height: 200%;">
<div class="col-sm-12 col-md-6">
<h2 style="font-weight: 600;font-size: 1.8rem;margin-top: 15px;">What you will learn?</h2>
<table>
<tr>
<td><i class="fa fa-check-circle-o" ></i> CRM</td>
<td><i class="fa fa-check-circle-o" ></i> Sales</td>
<td><i class="fa fa-check-circle-o" ></i> Purchase</td>
<td><i class="fa fa-check-circle-o" ></i> Inventory</td>
</tr>
<tr>
<td><i class="fa fa-check-circle-o" ></i> Accounting</td>
<td><i class="fa fa-check-circle-o" ></i> Point of Sale</td>
<td><i class="fa fa-check-circle-o" ></i> Project</td>
<td><i class="fa fa-check-circle-o" ></i> Website</td>
</tr>
<tr>
<td><i class="fa fa-check-circle-o" ></i> Timeoff</td>
<td><i class="fa fa-check-circle-o" ></i> E-commerce</td>
<td><i class="fa fa-check-circle-o" ></i> Manufacturing</td>
<td><i class="fa fa-check-circle-o" ></i> Human Resource</td>
</tr>
<tr>
<td><i class="fa fa-check-circle-o" ></i> Recruitment</td>
<td><i class="fa fa-check-circle-o" ></i> Attendance</td>
<td><i class="fa fa-check-circle-o" ></i> Appraisal</td>
<td><i class="fa fa-check-circle-o" ></i> Payroll</td>
</tr>
<tr>
<td><i class="fa fa-check-circle-o" ></i> Survey</td>
<td><i class="fa fa-check-circle-o" ></i> Expense</td>
<td><i class="fa fa-check-circle-o" ></i> Referral</td>
<td><i class="fa fa-check-circle-o" ></i> Discuss</td>
</tr>
<tr>
<td><i class="fa fa-check-circle-o" ></i> Document</td>
<td><i class="fa fa-check-circle-o" ></i> Contacts</td>
<td><i class="fa fa-check-circle-o" ></i> Calender</td>
<td><i class="fa fa-check-circle-o" ></i> Notes</td>
</tr>
<tr>
<td><i class="fa fa-check-circle-o" ></i> Sign</td>
<td><i class="fa fa-check-circle-o" ></i> Helpdesk</td>
<td><i class="fa fa-check-circle-o" ></i> Live Chat</td>
<td><i class="fa fa-check-circle-o" ></i> eLearning</td>
</tr>
<tr>
<td><i class="fa fa-check-circle-o" ></i> Events</td>
<td><i class="fa fa-check-circle-o" ></i> Lunch</td>
<td><i class="fa fa-check-circle-o" ></i> Members</td>
<td><i class="fa fa-check-circle-o" ></i> Rental</td>
</tr>
<tr>
<td><i class="fa fa-check-circle-o" ></i> Subscription</td>
<td><i class="fa fa-check-circle-o" ></i> Fleet</td>
<td><i class="fa fa-check-circle-o" ></i> Approvals</td>
<td><i class="fa fa-check-circle-o" ></i> Email Marketing</td>
</tr>
<tr>
<td><i class="fa fa-check-circle-o" ></i> SMS Marketing</td>
<td><i class="fa fa-check-circle-o" ></i> Social Marketing</td>
<td><i class="fa fa-check-circle-o" ></i> Marketing Automation</td>
<td><i class="fa fa-check-circle-o" ></i> Studio</td>
</tr>
</table>
</div>
</div>
<!-- END OF FEATURES SECTION -->
<!-- SCREENSHOTS SECTION -->
<div class="d-flex align-items-center" style="border-bottom: 2px solid #714B67; padding: 15px 0px;" id="screenshots">
<div class="d-flex justify-content-center align-items-center mr-2"
style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;">
<img src="assets/misc/pictures.png" />
</div>
<h2 class="mt-2" style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;">Screenshots
</h2>
</div>
<div class="row">
<div class="col-sm-12">
<div style="display: block; margin: 30px auto;">
<h4 class="mt-3" style="font-family: 'Roboto', sans-serif !important; font-weight: 600 !important; color: #282F33 !important; font-size: 1.3rem !important;">Apps --> eLearning</h4>
<img src="assets/screenshots/01.png" class="img-thumbnail">
</div>
<div style="display: block; margin: 30px auto;">
<h4 class="mt-3" style="font-family: 'Roboto', sans-serif !important; font-weight: 600 !important; color: #282F33 !important; font-size: 1.3rem !important;">View The Courses In Kanban View</h4>
<img src="assets/screenshots/02.png" class="img-thumbnail">
</div>
<div style="display: block; margin: 30px auto;">
<h4 class="mt-3" style="font-family: 'Roboto', sans-serif !important; font-weight: 600 !important; color: #282F33 !important; font-size: 1.3rem !important;">Website Published Courses</h4>
<img src="assets/screenshots/03.png" class="img-thumbnail">
</div>
<div style="display: block; margin: 30px auto;">
<h4 class="mt-3" style="font-family: 'Roboto', sans-serif !important; font-weight: 600 !important; color: #282F33 !important; font-size: 1.3rem !important;">Video Or Content Of The Course</h4>
<img src="assets/screenshots/04.png" class="img-thumbnail">
</div>
<div style="display: block; margin: 30px auto;">
<img src="assets/screenshots/05.png" class="img-thumbnail">
</div>
</div>
</div>
<!-- END OF SCREENSHOTS SECTION -->
<!-- RELATED PRODUCTS -->
<div class="d-flex align-items-center" style="border-bottom: 2px solid #714B67; padding: 15px 0px;">
<div class="d-flex justify-content-center align-items-center mr-2"
style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;">
<img src="assets/misc/categories.png" />
</div>
<h2 class="mt-2" style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;">Related
Products
</h2>
</div>
<div class="row">
<div class="col-sm-12">
<div id="demo1" class="row carousel slide" data-ride="carousel">
<!-- The slideshow -->
<div class="carousel-inner" style="padding:30px">
<div class="carousel-item" style="min-height:198.656px">
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
<a href="https://apps.odoo.com/apps/modules/16.0/index_and_follow/" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block" style="border-radius:0px"
src="assets/modules/1.png">
</div>
</a>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
<a href="https://apps.odoo.com/apps/modules/16.0/website_product_attachments/" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block" style="border-radius:0px"
src="assets/modules/2.png">
</div>
</a>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
<a href="https://apps.odoo.com/apps/modules/16.0/odoo_website_helpdesk_dashboard/#" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block" style="border-radius:0px"
src="assets/modules/3.png">
</div>
</a>
</div>
</div>
<div class="carousel-item active" style="min-height:198.656px">
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
<a href="https://apps.odoo.com/apps/modules/16.0/education_student_portal/" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block" style="border-radius:0px"
src="assets/modules/4.jpg">
</div>
</a>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
<a href="https://apps.odoo.com/apps/modules/16.0/featured_brand_snippet/#" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block" style="border-radius:0px"
src="assets/modules/5.jpg">
</div>
</a>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
<a href="https://apps.odoo.com/apps/modules/16.0/website_hide_button/#" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block" style="border-radius:0px"
src="assets/modules/6.jpg">
</div>
</a>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#demo1" 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="#demo1" 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>
</div>
<!-- END OF RELATED PRODUCTS -->
<!-- OUR SERVICES -->
<div class="d-flex align-items-center" style="border-bottom: 2px solid #714B67; padding: 15px 0px;">
<div class="d-flex justify-content-center align-items-center mr-2"
style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;">
<img src="assets/misc/star.png" />
</div>
<h2 class="mt-2" style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;">Our Services
</h2>
</div>
<div class="container my-5">
<div class="row">
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
<div class="d-flex justify-content-center align-items-center mx-3 my-3"
style="background-color: #1dd1a1 !important; border-radius: 15px !important; height: 80px; width: 80px;">
<img src="assets/icons/cogs.png" class="img-responsive" height="48px" width="48px">
</div>
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
Odoo
Customization</h6>
</div>
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
<div class="d-flex justify-content-center align-items-center mx-3 my-3"
style="background-color: #ff6b6b !important; border-radius: 15px !important; height: 80px; width: 80px;">
<img src="assets/icons/wrench.png" class="img-responsive" height="48px" width="48px">
</div>
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
Odoo
Implementation</h6>
</div>
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
<div class="d-flex justify-content-center align-items-center mx-3 my-3"
style="background-color: #6462CD !important; border-radius: 15px !important; height: 80px; width: 80px;">
<img src="assets/icons/lifebuoy.png" class="img-responsive" height="48px" width="48px">
</div>
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
Odoo
Support</h6>
</div>
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
<div class="d-flex justify-content-center align-items-center mx-3 my-3"
style="background-color: #ffa801 !important; border-radius: 15px !important; height: 80px; width: 80px;">
<img src="assets/icons/user.png" class="img-responsive" height="48px" width="48px">
</div>
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
Hire
Odoo
Developer</h6>
</div>
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
<div class="d-flex justify-content-center align-items-center mx-3 my-3"
style="background-color: #54a0ff !important; border-radius: 15px !important; height: 80px; width: 80px;">
<img src="assets/icons/puzzle.png" class="img-responsive" height="48px" width="48px">
</div>
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
Odoo
Integration</h6>
</div>
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
<div class="d-flex justify-content-center align-items-center mx-3 my-3"
style="background-color: #6d7680 !important; border-radius: 15px !important; height: 80px; width: 80px;">
<img src="assets/icons/update.png" class="img-responsive" height="48px" width="48px">
</div>
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
Odoo
Migration</h6>
</div>
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
<div class="d-flex justify-content-center align-items-center mx-3 my-3"
style="background-color: #786fa6 !important; border-radius: 15px !important; height: 80px; width: 80px;">
<img src="assets/icons/consultation.png" class="img-responsive" height="48px" width="48px">
</div>
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
Odoo
Consultancy</h6>
</div>
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
<div class="d-flex justify-content-center align-items-center mx-3 my-3"
style="background-color: #f8a5c2 !important; border-radius: 15px !important; height: 80px; width: 80px;">
<img src="assets/icons/training.png" class="img-responsive" height="48px" width="48px">
</div>
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
Odoo
Implementation</h6>
</div>
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
<div class="d-flex justify-content-center align-items-center mx-3 my-3"
style="background-color: #e6be26 !important; border-radius: 15px !important; height: 80px; width: 80px;">
<img src="assets/icons/license.png" class="img-responsive" height="48px" width="48px">
</div>
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
Odoo
Licensing Consultancy</h6>
</div>
</div>
</div>
<!-- END OF OUR SERVICES -->
<!-- OUR INDUSTRIES -->
<div class="d-flex align-items-center" style="border-bottom: 2px solid #714B67; padding: 15px 0px;">
<div class="d-flex justify-content-center align-items-center mr-2"
style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;">
<img src="assets/misc/corporate.png" />
</div>
<h2 class="mt-2" style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;">Our
Industries
</h2>
</div>
<div class="container my-5">
<div class="row">
<div class="col-lg-3">
<div class="my-4 d-flex flex-column justify-content-center"
style="background-color: #f6f8f9 !important; border-radius: 0px; padding: 2rem !important; height: 250px !important;">
<img src="assets/icons/trading-black.png" class="img-responsive mb-3" height="48px" width="48px">
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
Trading
</h5>
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">
Easily procure
and
sell your products</p>
</div>
</div>
<div class="col-lg-3">
<div class="my-4 d-flex flex-column justify-content-center"
style="background-color: #f6f8f9 !important; border-radius: 0px; padding: 2rem !important; height: 250px !important;">
<img src="assets/icons/pos-black.png" class="img-responsive mb-3" height="48px" width="48px">
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
POS
</h5>
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">
Easy
configuration
and convivial experience</p>
</div>
</div>
<div class="col-lg-3">
<div class="my-4 d-flex flex-column justify-content-center"
style="background-color: #f6f8f9 !important; border-radius: 0px; padding: 2rem !important; height: 250px !important;">
<img src="assets/icons/education-black.png" class="img-responsive mb-3" height="48px" width="48px">
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
Education
</h5>
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">
A platform for
educational management</p>
</div>
</div>
<div class="col-lg-3">
<div class="my-4 d-flex flex-column justify-content-center"
style="background-color: #f6f8f9 !important; border-radius: 0px; padding: 2rem !important; height: 250px !important;">
<img src="assets/icons/manufacturing-black.png" class="img-responsive mb-3" height="48px" width="48px">
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
Manufacturing
</h5>
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">
Plan, track and
schedule your operations</p>
</div>
</div>
<div class="col-lg-3">
<div class="my-4 d-flex flex-column justify-content-center"
style="background-color: #f6f8f9 !important; border-radius: 0px; padding: 2rem !important; height: 250px !important;">
<img src="assets/icons/ecom-black.png" class="img-responsive mb-3" height="48px" width="48px">
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
E-commerce &amp; Website
</h5>
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">
Mobile
friendly,
awe-inspiring product pages</p>
</div>
</div>
<div class="col-lg-3">
<div class="my-4 d-flex flex-column justify-content-center"
style="background-color: #f6f8f9 !important; border-radius: 0px; padding: 2rem !important; height: 250px !important;">
<img src="assets/icons/service-black.png" class="img-responsive mb-3" height="48px" width="48px">
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
Service Management
</h5>
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">
Keep track of
services and invoice</p>
</div>
</div>
<div class="col-lg-3">
<div class="my-4 d-flex flex-column justify-content-center"
style="background-color: #f6f8f9 !important; border-radius: 0px; padding: 2rem !important; height: 250px !important;">
<img src="assets/icons/restaurant-black.png" class="img-responsive mb-3" height="48px" width="48px">
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
Restaurant
</h5>
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">
Run your bar or
restaurant methodically</p>
</div>
</div>
<div class="col-lg-3">
<div class="my-4 d-flex flex-column justify-content-center"
style="background-color: #f6f8f9 !important; border-radius: 0px; padding: 2rem !important; height: 250px !important;">
<img src="assets/icons/hotel-black.png" class="img-responsive mb-3" height="48px" width="48px">
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
Hotel Management
</h5>
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">
An
all-inclusive
hotel management application</p>
</div>
</div>
</div>
</div>
<!-- END OF OUR INDUSTRIES -->
<!-- SUPPORT -->
<div class="d-flex align-items-center" style="border-bottom: 2px solid #714B67; padding: 15px 0px;">
<div class="d-flex justify-content-center align-items-center mr-2"
style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;">
<img src="assets/misc/customer-support.png" />
</div>
<h2 class="mt-2" style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;">Support
</h2>
</div>
<div class="container mt-5">
<div class="row">
<div class="col-sm-12 col-md-6">
<div style="background-color: #F6F8F9; padding: 30px; display: flex; align-items: center;">
<div class="mr-4 d-flex justify-content-center align-items-center"
style="background-color: #714B67; display: inline-block; height: 70px; width: 70px; display: flex; align-items: center; justify-content: center;">
<img src="assets/misc/support.png" height="48" width="48" style="width: 42px; height: 42px;" />
</div>
<div>
<h4>Need Help?</h4>
<p style="line-height: 100%;">Got questions or need help? Get in touch.</p>
<a href="mailto:odoo@cybrosys.com">
<p style="font-weight: 400; font-size: 28px; line-height: 80%; color: #714B67;">
odoo@cybrosys.com</p>
</a>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6">
<div style="background-color: #F6F8F9; padding: 30px; display: flex; align-items: center;">
<div class="mr-4 d-flex justify-content-center align-items-center"
style="background-color: #2AC44D; display: inline-block; height: 70px; width: 70px; display: flex; align-items: center; justify-content: center;">
<img src="assets/misc/whatsapp.png" height="52" width="52" style="width: 52px; height: 52px;" />
</div>
<div>
<h4>WhatsApp</h4>
<p style="line-height: 100%;">Say hi to us on WhatsApp!</p>
<a href="https://api.whatsapp.com/send?phone=918606827707">
<p style="font-weight: 400; font-size: 28px; line-height: 80%; color: #714B67;">+91 86068
27707</p>
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 my-5 d-flex justify-content-center align-items-center">
<img src="assets/misc/logo.png" width="144" height="31" style="width:144px; height: 31px; margin-top: 40px;" />
</div>
</div>
</div>
<!-- END OF SUPPORT -->
Loading…
Cancel
Save