odoo/addons/analytic_user_function
Antoine Huvelle d7a47d0d1f [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
2014-12-01 17:43:59 +01:00
..
i18n [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
security [MERGE] fix in access rights 2012-07-06 17:08:17 +02:00
__init__.py [FIX] Change the year of the copyright 2010-01-12 10:18:39 +01:00
__openerp__.py [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
analytic_user_function.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
analytic_user_function_view.xml [FIX] analytic_user_function: inherit conflict on account type 2014-12-01 17:43:59 +01:00