i have created aa_openacademy folder on addons under that folder i create models folder and models.py inside with code shown below. my question is how they get the openacademy.course? i mean the openacademy where it came from?
# -*- coding: utf-8 -*-
from odoo import models, fields, api
class Course(models.Model):
_name = 'openacademy.course'
name = fields.Char(string="Title", required=True)
description = fields.Text()
Hope this will helps you to create and install modules, models, views etc: https://plus.google.com/collection/4UX8UE