I'm working on an import engine from my old ERP to Odoo. I see that (as for every model) there's a name field for project.project (I see this by viewing the Project edit page in developer mode, and placing my cursor over the Project Name field). Here's what shows:
Field: name
Object: project.project
Type: char
Modifiers: {"required": true}
However when I open the project.project table in pgAdmin there's no name column.
I also linked to the same database tables through Access and encountered the same issue.
Can anyone help me out with this, why don't I see the name field?