[FIX] analytic_user_function: inherit conflict on account type
The field account_id was inherited with position="replace" meaning we erased
future changes made into hr_timesheet_sheet (41f2eba9 missed "type in []" and
65f31b90 missed use_timesheets).
Replace by position="attributes" to only change what matters: the on_change.
Fixes #3974