Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
3560 Visualizzazioni

Dear

I need your help. Please how can I put the parent_id field of the res.company model in the hr.view.employee.form view of the hr.employee model so that it is below the company_id field?
I wish it were like this:

HR Settings
Company                 Aicros
Parent Company     OSDE
Related user            Alberto Mesa

We use Odoo 11.0

I would appreciate your support.

Best regards,
Claudio Zayas

Avatar
Abbandona
Risposta migliore

Hi Claudio, you may need to add a new related field in hr.employee model:

company_parent_id = fields.Many2one(related='company_id.parent_id', string='Company Parent')

After that, just include the field in your form view

Avatar
Abbandona
Autore Risposta migliore

Thank you very much! I applied that and all OK!

Avatar
Abbandona

Glad it help!

Please mark your question as solved so we can close the case

Autore
Sorry, i do not know how i can do that. Please, can you explain me?

Best regards,
Claudio Zayas

On Tuesday, May 19, 2020, 9:29:59 PM EDT, Ivan Yang <ivan.yangkaivan@gmail.com> wrote:


Glad it help!

Please mark your question as solved so we can close the case

Sent by Odoo S.A. using Odoo.

Post correlati Risposte Visualizzazioni Attività
2
nov 19
6706
1
ott 19
3897
1
ago 25
3487
1
ott 24
1820
2
lug 24
2044