
Begin your Odoo 13 technical training by learning to install Odoo 13 on Windows and Linux, set up a development environment, and progress from zero to expert level.
You can follow the same steps for installation in Linux Or Ubuntu 18.04 +.
This video work also for Windows 8 | Windows 7 so you can follow the same steps.
Required : Python 3.6 + Follow the next Video which show you the installation.
Install Python 3.7 on Windows by downloading the Windows version, run the installer, and verify the installation in the terminal by checking the Python version.
Install the PyCharm community edition on Windows by downloading, choosing the open source option, and completing setup to create a Python project and run a sample script.
Install and activate the Odoo debug extension in Chrome, enable developer mode, and use the monkey icon to toggle the debugger and view field characteristics as development mode changes.
Explore what's new in odoo 13, including the website forum builder with drag-and-drop and configurable parameters, plus ecommerce enhancements like buy now, product media, and data export to Excel.
Discover how to add a ribbon widget to an Odoo 13 form view, using status-driven colors and conditional visibility for new and sold records.
Learn how to set up an Odoo 13 database, install apps like crm, website, project, and inventory, compare community and enterprise editions, and manage users, companies, languages, and updates.
Set up your company information in Odoo 13 by editing general details, adding name, address, city, state, zip, country, contact info, tax id, currency, and brand assets, then save.
Back up and restore Odoo 13 databases using the database manager, download backups, and recreate databases while preserving passwords.
Master import export data for products in odoo 13 by enabling listing, selecting all products, exporting to csv, selecting fields, and re-importing via a file.
After create new database we start customization of ERP and we start with create owr first module in Odoo.
The Full code of course is here you can download it
Explore the code and structure of an Odoo module by examining the controller, model, security, and manifest. Learn to create a new model with demo data and views.
Install and explore Odoo modules by creating contacts, managing customers and sales orders, building products, quotations, and invoices, and compare enterprise and community editions in the crm pipeline.
You will find here on this link code source for the course Odoo 13 Technical Training
https://github.com/makouk20/odoo_udemy
Or
https://github.com/makouk20/udemy_code
Create and preview a car form and its tree view in odoo 13, defining fields like name, horsepower, doors, and color, and connect actions and menus to manage car data.
Apply a many to one relation between car and driver by adding a driver field linked to the partner model, and update car form and tree views to reflect it.
Define a one-to-many relationship between parking and cars in Odoo 13 by creating a parking model with a one2many field to cars and linking each car to its parking.
Functional fields are fields that you add into your models in Odoo that are calculated using methods and functions you write in Python .
Odoo 13 Technical Training is dedicated to IT professionals, developers and integrators who want to starting development in Odoo and providing their personal solution of ERP.
customize the standard 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
Understand Odoo Framework
Understand Odoo debug Mode
Create First Module Odoo
Create Form / Tree View
Create Related Fields
Create Fields Function
Create Form Buttons
Understand Attrs Fields
Sequences
Inheritence
Attrs Fields
Override Functions Models ( Create , Delete , Update )
Wizard
Create Email Template
Create Filters And Groups
Smart Button
Security
Record Rules