I have added a custom field ( emp_id ) to my employee form which is the number from another external HR system.
Each week I receive a new file of new and existing employees that I want to import into Odoo. The import should create new users and update existing users, but I want to update the existing users based on that new custom field (emp_id), and not the external_id of Odoo
Is that possible and if so, how?