Odoo relational fields: (this case many2one)
on the level model : for example when I want to make sale order ,there will be a customer dropdown (the value of the field in the model will point to the comodel)
on the database layer (records) : after record insertion ,the value of relational field will be an integer (the related id)
Is that right ?