Odoo 14 Development Tutorials

by
Odoo
v 14.0 Third Party 2234
Download for v 14.0 Deploy on Odoo.sh Live Preview
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
LicenseAGPL-3
Websitehttps://www.cybrosys.com
Versions 13.0 14.0 15.0 16.0
You bought this module and need support? Click here!
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
LicenseAGPL-3
Websitehttps://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....

Screenshots

Suggested Products


Odoo Gold Partner

Our Services

We provide following services

  • Odoo Customization
  • Odoo Implementation
  • Odoo Support
  • Hire Odoo Developers
Odoo Gold Partner

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.com
Write to us

Do you have any queries regarding our products & services? Let us know.

odoo@cybrosys.com info@cybrosys.com
b
Follow Us

Follow us on social media for latest updates.


Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
In the version 14, no courses of Odoo
by
Dalila Hannouche
on 4/6/21, 8:18 AM

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
by
Cybrosys Technologies
on 4/19/21, 3:40 AM Author

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.
by
Kumar Jagabattula
on 3/26/21, 10:26 PM

Hi,

The model names in py file and xml are different as mentioned below. 


In .py filein .xml file

open_academy.course
(in _name and many2one field)

openacademy.course

open_academy.session
(in _name and many2one field)

openacademy.session
Re: Module does not install. Few corrections to be made. Please check it once.
by
Cybrosys Technologies
on 3/28/21, 11:15 PM Author

Thanks for reporting. corrected


Got this error while installing the addons
by
Anil Kuamr Anal
on 3/22/21, 9:42 AM
Odoo Server Error
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.xml
Re: Got this error while installing the addons
by
Cybrosys Technologies
on 3/22/21, 10:38 AM Author

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