Hello,
In User table (res.user) we have 'partner.id' which refers to a Partner (Model Partner, res.partner). We also have 'login' field in User.
Under configuration, Models ,'res.Partner' and fields, i want to create a field called let s say 'x_login' which will contain the same data as login field in User Model (table) for a partner when it s available.
Is it possible to do this under configuration, Model, fields ?
Thnx