mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] double identic statement
This commit is contained in:
@@ -49,7 +49,6 @@ class AccountInvoice(orm.Model):
|
||||
default = {}
|
||||
else:
|
||||
default = default.copy()
|
||||
default = default.copy()
|
||||
default['credit_control_line_ids'] = False
|
||||
default['credit_policy_id'] = False
|
||||
return super(AccountInvoice, self).copy_data(
|
||||
|
||||
Reference in New Issue
Block a user