Hi
i use:
ubuntu 19.04, odoo 12.0
i followed thi documentation (the link below):
https://www.odoo.com/documentation/12.0/howtos/backend.html
i'm in thhis title:
Object-Relational Mapping
so when i write this code
>>
"from odoo import models, fields
class MinimalModel(models.Model):
_name = 'academy.model'
name = fields.char(string="Title", required=True)"
I DON'T FIND THE MODELS IN THE SETTING > Technical > Database structure > models,
When i'm searching of the name of the model.
Thanks!