[FIX] analytic_user_function: inherit conflict on account type
authorAntoine Huvelle <ahu@odoo.com>
Mon, 1 Dec 2014 13:43:04 +0000 (14:43 +0100)
committerMartin Trigaux <mat@odoo.com>
Mon, 1 Dec 2014 16:43:59 +0000 (17:43 +0100)
commitd7a47d0d1fb181183f3c5c72eb97a51d2a936c4b
tree152619e6264e5e309ebca408c8a1b4ef6619ef47
parentb3060f277101dc4d47d84a83693e2a5c73fbe44f
[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 (41f2eba missed "type in []" and
65f31b9 missed use_timesheets).
Replace by position="attributes" to only change what matters: the on_change.
Fixes #3974
addons/analytic_user_function/analytic_user_function_view.xml