Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
2604 Zobrazení

Hi,

  Creating user in Odoo will create a partner related to the user and employee in Odoo needs private address which partner so I will have two partner for the same employee and user?


Can I link the user partner to employee private address Or should I have create a private address for employee? 

Avatar
Zrušit
Nejlepší odpověď

When you create user the system will create partner. Now the user can be linked to employee under the field "related user" which is many2one and the partner will be linked to user under "partner_id" field which is again many2one.

So you should have 1 partner linked to user and this user will be linked to employee. you can delete the other partner


you can set partner address as employee private address on Employee form>>Private Information page>> Address field

Avatar
Zrušit

Thanks for your reply. For first part it's okay with me but for employee private address (address_home_id), Can I use the same user partner as private address or I need to create a separate private address which create a partner as well and I will have two partners. I'm using Odoo 11.0

@CorTex you can use same partner as private address.