Khadija
Khadija

Reputation: 57

How can I see the name of the record in a form view?

I am using odoo v8 and I have added a module "Base candidat". The problem that I have is when I click on a record on "Base Candidat" I have in the form view hr_basecandidat,1(1 is for the id) I don't have the name of the candidate . This picture will clearify my problem.

Problem in the form view (click) thanks in advance.

Upvotes: 1

Views: 51

Answers (1)

Prakash Kumar
Prakash Kumar

Reputation: 2594

there are two way:

  1. use _rec_name='any_field_name'
  2. create a field display_name and set it's value

Upvotes: 2

Related Questions