| Availability | 
                            
                             Odoo Online
                              Odoo.sh  On Premise | 
| Odoo Apps Dependencies | • 
                            Dashboards (board) • eLearning (website_slides) • Website (website) • Discuss (mail) | 
| Lines of code | 1240 | 
| Technical Name | 
                    open_academy | 
| License | AGPL-3 | 
| Website | https://www.cybrosys.com | 
| Versions | 13.0 14.0 15.0 16.0 | 
| Availability | 
                            
                             Odoo Online
                              Odoo.sh  On Premise | 
| Odoo Apps Dependencies | • 
                            Dashboards (board) • eLearning (website_slides) • Website (website) • Discuss (mail) | 
| Lines of code | 1240 | 
| Technical Name | 
                    open_academy | 
| License | AGPL-3 | 
| Website | https://www.cybrosys.com | 
| Versions | 13.0 14.0 15.0 16.0 | 
 
                Odoo 13 And 14 Development Tutorial
Our Unique Odoo Development Tutorial Course will cover the basics of Odoo Development. You will learn how to develop and configure odoo, based on specific requirements.
Key Highlights- Odoo Technical Tips
- Odoo 14 Development Tutorial
- Odoo 13 Development Tutorial
 
                
                
                
            What you will learn?
- Learn to configure your Odoo project.
- Understand the components and structure of a Odoo module.
- Design and create modules
- Relation between models in Odoo(One2Many, Many2One and Many2Many).
- Understand Inheritance aspects of Odoo (Class, Prototype and Delegation inheritances).
- How to modify existing views(View inheritance).
- Learn advanced views of the platform (Tree, Calander. Search, Gantt, Pivot, Graph and Kanban views).
- Understand security of Odoo (Groups, Access rights, Record rules)
- And many more....
Overview
Our Unique Odoo Development Tutorial Course will cover the basics of Odoo Development. You will learn how to develop and configure odoo, based on specific requirements.
Features
- 
                                    Learn to configure your Odoo project.
- 
                                    Understand the components and structure of a Odoo module.
- 
                                    Design and create modules
- 
                                    Relation between models in Odoo(One2Many, Many2One and Many2Many).
- 
                                    Understand Inheritance aspects of Odoo (Class, Prototype and Delegation inheritances).
- 
                                    How to modify existing views(View inheritance).
- 
                                    Learn advanced views of the platform (Tree, Calander. Search, Gantt, Pivot, Graph and Kanban views).
- 
                                    Understand security of Odoo (Groups, Access rights, Record rules)
- 
                                    And many more....
Suggested Products
Our Services
We provide following services
- Odoo Customization
- Odoo Implementation
- Odoo Support
- Hire Odoo Developers
 
            Our Industries
 
                                    Trading
Easily procure and sell your products
 
                                    Education
A Collaborative platform for educational management
 
                                    Manufacturing
Plan, track and schedule your operations
 
                                    E-commerce & Website
Mobile friendly, awe-inspiring product pages
 
                                    POS
Easy configuring and convivial selling
 
                                    Service Management
Keep track of services and invoice accordingly
 
                                    Restaurant
Run your bar or restaurant methodica
 
                                    Hotel Management
An all-inclusive hotel management application
Need Help?
Visit us
Visit our website for more information.
www.cybrosys.comWrite to us
Do you have any queries regarding our products & services? Let us know.
odoo@cybrosys.com info@cybrosys.com 
         
                                                     
                                                     
                                                     
                                 
                                 
                                 
                                 
                                 
                                
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedIn the version 14, no courses of Odoo
In the version 14, i have strange courses... No courses of developement in Odoo but this one : Taking care of Trees, Basics of Gardening, Choose your wood, etc ... So, in the version 14, no course of developement Odoo.
Re: In the version 14, no courses of Odoo
Looks like you have demo data enabled in your database. Please try with another database
Module does not install. Few corrections to be made. Please check it once.
Hi,
The model names in py file and xml are different as mentioned below.
open_academy.course
(in _name and many2one field)
open_academy.session
(in _name and many2one field)
Re: Module does not install. Few corrections to be made. Please check it once.
Thanks for reporting. corrected
Got this error while installing the addons
Traceback (most recent call last): File "/odoo/odoo-server/odoo/addons/base/models/ir_http.py", line 237, in _dispatch result = request.dispatch() File "/odoo/odoo-server/odoo/http.py", line 683, in dispatch result = self._call_function(**self.params) File "/odoo/odoo-server/odoo/http.py", line 359, in _call_function return checked_call(self.db, *args, **kwargs) File "/odoo/odoo-server/odoo/service/model.py", line 94, in wrapper return f(dbname, *args, **kwargs) File "/odoo/odoo-server/odoo/http.py", line 347, in checked_call result = self.endpoint(*a, **kw) File "/odoo/odoo-server/odoo/http.py", line 912, in __call__ return self.method(*args, **kw) File "/odoo/odoo-server/odoo/http.py", line 531, in response_wrap response = f(*args, **kw) File "/odoo/odoo-server/addons/web/controllers/main.py", line 1381, in call_button action = self._call_kw(model, method, args, kwargs) File "/odoo/odoo-server/addons/web/controllers/main.py", line 1369, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/odoo/odoo-server/odoo/api.py", line 396, in call_kw result = _call_kw_multi(method, model, args, kwargs) File "/odoo/odoo-server/odoo/api.py", line 383, in _call_kw_multi result = method(recs, *args, **kwargs) File "<decorator-gen-72>", line 2, in button_immediate_install File "/odoo/odoo-server/odoo/addons/base/models/ir_module.py", line 73, in check_and_log return method(self, *args, **kwargs) File "/odoo/odoo-server/odoo/addons/base/models/ir_module.py", line 474, in button_immediate_install return self._button_immediate_function(type(self).button_install) File "/odoo/odoo-server/odoo/addons/base/models/ir_module.py", line 592, in _button_immediate_function modules.registry.Registry.new(self._cr.dbname, update_module=True) File "/odoo/odoo-server/odoo/modules/registry.py", line 89, in new odoo.modules.load_modules(registry._db, force_demo, status, update_module) File "/odoo/odoo-server/odoo/modules/loading.py", line 453, in load_modules processed_modules += load_marked_modules(cr, graph, File "/odoo/odoo-server/odoo/modules/loading.py", line 346, in load_marked_modules loaded, processed = load_module_graph( File "/odoo/odoo-server/odoo/modules/loading.py", line 221, in load_module_graph load_data(cr, idref, mode, kind='data', package=package) File "/odoo/odoo-server/odoo/modules/loading.py", line 69, in load_data tools.convert_file(cr, package.name, filename, idref, mode, noupdate, kind) File "/odoo/odoo-server/odoo/tools/convert.py", line 727, in convert_file with file_open(pathname, 'rb') as fp: File "/odoo/odoo-server/odoo/tools/misc.py", line 197, in file_open return _fileopen(name, mode=mode, basedir=rtp, pathinfo=pathinfo, basename=basename) File "/odoo/odoo-server/odoo/tools/misc.py", line 254, in _fileopen raise IOError('File not found: %s' % basename) Exception The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/odoo/odoo-server/odoo/http.py", line 639, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/odoo/odoo-server/odoo/http.py", line 315, in _handle_exception raise exception.with_traceback(None) from new_cause OSError: File not found: open_academy/views/open_academy.xmlRe: Got this error while installing the addons
You can change the line# 39 of __manifest__.py file from 'views/open_academy.xml', to 'views/openacademy.xml',.
We will be updating the soon