Hi all,
I'm working with Odoo 10.
How can I get and update employees' image from user's image (if employee related to a user).
I saw that the _onchange_user even in hr.employee, the employee image will be set by user_id.image. But, if the user change their image, employee's image will not be updated.
How can I implement this?
Thank you,