17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
[FreeCoursesOnline.Me] [Packt] Mastering Odoo 12 Development [FCO]
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Take your Odoo development skills to the next level by mastering cutting-edge techniques to build highly customized business applications
Video Details
ISBN 9781789139280
Course Length 3 hours 28 minutes
Table of Contents
• CARRY ODOO INTO THE REAL WORLD
• HAVE YOU DONE IT THE RIGHT WAY?
• MANAGING ACCESS RIGHTS AND DATA SEGMENTATION
• IT IS ALL ABOUT INTEGRATION: THE POWERFUL DASHBOARD AND REPORTING OF ODOO
• ADVANCED TECHNIQUES IN ODOO
Video Description
Odoo supplies approximately 4,500 business applications for more than 3.7 million users. It has established a network of 950 official partners in 110 countries. The introduction of Odoo 12 once again secures Odoo's position in the market as one of the complete product of business scope. It also maintains a high level of user experience.
The primary aim of this course is to enable users to create complex and advanced apps using Odoo. The course begins with a brief guide to customizing the Odoo development environment then jumps into creating advanced apps with the Odoo framework. You will learn to include complex business logic that will make your app more reliable and efficient. Also, you will learn to integrate the Odoo environment with other frameworks.
Finally, you will master typical development pitfalls and efficient workarounds.
After completing the course, you will have learned to minimize your coding efforts and increased the usability of your apps.
All the code files and related files are present on GitHub at this link https://github.com/PacktPublishing/Mastering-Odoo-12-Development-V-
Style and Approach
This course supplies a series of videos starting with a brief introduction to the recommended tool stack for Odoo development, the new features in Odoo version 12, and the Odoo Community Association that all Odoo consultants should be part of. It then describes a real-life project with a workload of roughly 500 man-days which the author is working on.
Through the extraction of specific user requirements, you will learn how to use existing components and apply different techniques to build highly customized business applications.
This course ends with advanced techniques, such as code auditing, module debugging, and function profiling; if you master these, your profile will be in demand everywhere. It also contains a summary of common development pitfalls and their workarounds.
What You Will Learn
• How and where to find reliable existing components for your application
• Reviewing commonly misused techniques in Odoo
• Handling dynamic parameters using safe_eval
• Mastering the use of access control lists, record rules, and data field security
• Integrating Odoo with other systems
• Developing a customized dashboard in Odoo
• Advanced techniques: code auditing, module debugging, function profiling, and load testing
Authors
Danh Vo Phuong
Danh Vo Phuong has been working with Odoo for 4 years since 2015. Being a developer at Trobz, one of the first Odoo partners in Vietnam is his starting point on the way to Odoo. In 4 years, he was involved in many different types of project to improve his Odoo technique and functionality. Now, he is working as a team leader and is now still involved in Odoo analysis and development.
Tung Tran Thanh
Tung Tran Thanh has been working with Odoo since 2012. Although he is now the Project Director at Trobz, the most prominent and reliable Odoo integrator in Vietnam, he started as a Developer working with Odoo version 5 and is now still very much involved in its development, doing research and code reviews and tackling performance issues. Since then, he has enriched both his technical and functional knowledge by working on a vast range of projects for different types of business.
Vu Nguyen Anh
Vu Nguyen Anh has been working with Odoo for over Six years. He started as a Developer working with Odoo version 7 and he has been the first Vietnamese webinar of Odoo on YouTube channel.
Today he is Project Manager at Trobz, the integrator of open source solutions, specialized in Odoo integration and development. In his spare time, he likes to listen to music and play football.
For More Udemy Free Courses >>> https://ftuforum.com/
For more Lynda and other Courses >>> https://www.freecoursesonline.me/
Our Forum for discussion >>> https://discuss.ftuforum.com/
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
01.Carry Odoo into the Real World/0101.The Course Overview.mp4
60.1 MB
01.Carry Odoo into the Real World/0102.Odoo Development Tool Stack.mp4
57.5 MB
01.Carry Odoo into the Real World/0103.What’s New in Odoo 12.mp4
36.7 MB
01.Carry Odoo into the Real World/0104.An Introduction to OCA – Odoo Community Association.mp4
22.4 MB
01.Carry Odoo into the Real World/0105.Odoo Project Description.mp4
11.2 MB
01.Carry Odoo into the Real World/0106.Setting Up a Foundation for Your Project.mp4
32.7 MB
02.Have You Done It the Right Way/0201.Using Function Fields When and How.mp4
43.9 MB
02.Have You Done It the Right Way/0202.Utilizing the Power of Dynamic Parameters in Odoo.mp4
16 MB
02.Have You Done It the Right Way/0203.Calling the SQL Queries The Right Way.mp4
11.6 MB
02.Have You Done It the Right Way/0204.Handling Timezone Differences.mp4
10.4 MB
02.Have You Done It the Right Way/0205.Tracking Data Changes Carefully.mp4
11.3 MB
02.Have You Done It the Right Way/0206.Using ‘Sudo’ The Right Way.mp4
6.5 MB
03.Managing Access Rights and Data Segmentation/0301.Working with Access Control Lists.mp4
12.6 MB
03.Managing Access Rights and Data Segmentation/0302.Defining a New Group and Working with Group Inheritance.mp4
14.3 MB
03.Managing Access Rights and Data Segmentation/0303.Mastering the Record Rules.mp4
11.6 MB
03.Managing Access Rights and Data Segmentation/0304.Managing Data Field’s Security.mp4
13.2 MB
03.Managing Access Rights and Data Segmentation/0305.Using Module Hooks to Configure the ACLs and Record Rules.mp4
27.6 MB
03.Managing Access Rights and Data Segmentation/0306.Building User Security Profiles.mp4
21.2 MB
04.It is All about Integration The Powerful Dashboard and Reporting of Odoo/0401.Integrating Your Odoo Instance with the External System Using APIs.mp4
17.9 MB
04.It is All about Integration The Powerful Dashboard and Reporting of Odoo/0402.Integrating Your Odoo Instance with the External System Through SFTP File Exchange.mp4
18.6 MB
04.It is All about Integration The Powerful Dashboard and Reporting of Odoo/0403.EncryptingDecrypting Your Documents for Extra Security Level.mp4
16.9 MB
04.It is All about Integration The Powerful Dashboard and Reporting of Odoo/0404.Integrating Your Odoo Instance with Other Odoo Instances.mp4
25 MB
04.It is All about Integration The Powerful Dashboard and Reporting of Odoo/0405.Sending SMS Messages from Odoo.mp4
15.1 MB
04.It is All about Integration The Powerful Dashboard and Reporting of Odoo/0406.Building Your Dashboard and Reports.mp4
19.9 MB
05.Advanced Techniques in Odoo/0501.Auditing Your Code Before Submitting.mp4
18.9 MB
05.Advanced Techniques in Odoo/0502.Debugging Odoo.mp4
22.7 MB
05.Advanced Techniques in Odoo/0503.Profiling Your Functions.mp4
19.3 MB
05.Advanced Techniques in Odoo/0504.Load Testing Your System.mp4
190.5 MB
05.Advanced Techniques in Odoo/0505.Common Pitfalls and Efficient Workarounds.mp4