mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] Bug #115 on account_auto_fy_sequence: auto-create fiscal-year specific sequence should not have a sequence type
This commit is contained in:
@@ -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)),
|
||||
|
||||
Reference in New Issue
Block a user