odoo/addons/analytic
Christophe Combelles 2c37f83435 [FIX] analytic: duplication of analytic lines
When duplicating analytic accounts, child accounts are duplicated as well.
The custom copy method removes the analytic lines but this applies only on the
first copy. As the copy_data method recursively copies child accounts, these
child accounts did not use the custom copy method but the basic copy_data.

Move to copy_data

Fixes #6368, lp:1149676
2015-07-02 16:54:46 +02:00
..
i18n [I18N] Update translations from Transifex 2015-05-29 18:28:10 +02:00
security Harmonize the noupdate flag on security XML files : 2012-07-13 19:08:38 +02:00
__init__.py [IMP]:renamed analytic/project.py to analytic/analytic.py 2010-06-18 16:44:50 +05:30
__openerp__.py [ADD] Analytic: re-added analytic_data.xml file,holding subtypes. 2012-12-19 18:32:15 +01:00
analytic.py [FIX] analytic: duplication of analytic lines 2015-07-02 16:54:46 +02:00
analytic_data.xml [IMP] mail.message.subtype: set some subtypes as not followed by default, to avoid leaking information. 2013-01-30 14:58:25 +01:00
analytic_sequence.xml [IMP]remove tabs and add spaces instead of them 2012-06-28 12:10:05 +05:30
analytic_view.xml [FIX] analytic: parent of contract form view 2015-03-03 11:50:54 +01:00