Reviewers: ,
Please review this at http://codereview.tryton.org/580004/ Affected files: M account.py Index: account.py =================================================================== --- a/account.py +++ b/account.py @@ -843,6 +843,7 @@ default = {} default['left'] = 0 default['right'] = 0 + default['deferrals'] = [] new_accounts = super(Account, cls).copy(accounts, default=default) cls._rebuild_tree('parent', None, 0) return new_accounts -- -- [email protected] mailing list
