
Install Python 3.7 on Windows by downloading the Windows installer from python.org, running the setup, and verifying the installation by checking the version in the terminal.
Project Full Code source : https://drive.google.com/file/d/1uUDq_GOFR2Vf8kB3w8yAnWpuKt9aZCV_/view?usp=sharing
Learn how to create your first PyCharm project for an Odoo 13 website development workflow, including naming the project and setting up the environment.
Configure PyCharm with Odoo by setting the project path, enabling the demo database, loading demo data, and integrating custom modules under custom others, while installing dependencies and starting the server.
Learn to manage an Odoo 13 website by configuring the backend, editing menus and pages, creating posts, publishing, and previewing the site across devices.
Learn to build and edit a website using the drag-and-drop site builder, including adding images, text, lists, carousels, and dynamic content, with admin login and save or cancel steps.
Create a new website menu in Odoo 13 by adding a view, updating the manifest, and defining menu fields like name and link, then troubleshoot reload errors.
Learn how to implement a delete method in an Odoo 13 website: add a delete route, fetch the record by id in a controller, and redirect to the cars page.
Odoo 13 Website Development is dedicated to IT professionals, developers and integrators who want to starting development Website in Odoo.
The Course contains video series and all code developed during training will be provided.
This training is starting from setting up development environment of odoo to expert level customization .We assure that developers with basic Python knowledge can take this course and build their career in Odoo development.
In the end of this course you will be able to easily do all these points :
Installation Odoo Linux / Windows
Preparation environment of development
Create first module Odoo
Installation & Manage Website
Override Website Homepage
Create First template Qweb
Create new models
Create Form / Tree View
Create First Route & Menu
Implement CRUD on Website
Inheritence Qweb Template
Inheritence Controller
Adding Differents Types of Fields in Website
Adding Differents Components