This question has been flagged
1 Reply
6661 Views

Hello,

I have already a list of employees about 800 created in the database, I want to add to everyone address home ( a relation field in the hr_employee table ). How I can do that ?

Avatar
Discard
Best Answer

1. Export all amployees using minimal set of data (id, name_related) into csv file... 
    -> for this you need base_import module installed
2. edit csv file : adding columns/fields  and data :
     - address_home_id/name, -> use employe name
     - address_home_id/street,
     - address_home_id/city etc
3. import all data back 

 

hope it helps

Avatar
Discard