Many2one field display x.y 1 , x.y 2 … etc , instead of values in x.y table in odoo 15 – Ubuntu
im trying to display values of x.y in Many2one field , here is my code this is the module of x.y from email.policy import default from odoo import fields,models,api,_ class XY(models.Model): _name = 'x.y' pat_fullname = fields.Char(string='Full Name') pat_age =…