diff --git a/account_auto_fy_sequence/models/ir_sequence.py b/account_auto_fy_sequence/models/ir_sequence.py index 855e1370e..6d4678896 100644 --- a/account_auto_fy_sequence/models/ir_sequence.py +++ b/account_auto_fy_sequence/models/ir_sequence.py @@ -38,7 +38,6 @@ class Sequence(orm.Model): which has %(fy)s in prefix or suffix """ fy_seq_id = self.create(cr, uid, { 'name': seq.name + ' - ' + fiscalyear.code, - 'code': seq.code, 'implementation': seq.implementation, 'prefix': (seq.prefix and seq.prefix.replace(FY_SLOT, fiscalyear.code)),