c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #06326
[Bug 684119] [NEW] [6.RC2] Account chart wizard does not check if generated account code for bank journal exsits
Public bug reported:
[6.RC2] Account chart wizard does not check if generated account code for bank journal exsits.
So It may append that this piece of code :
#create the account_account for this bank journal
tmp = line.acc_name
dig = obj_multi.code_digits
if ref_acc_bank.code:
try:
new_code = str(int(ref_acc_bank.code.ljust(dig,'0')) + current_num)
except:
new_code = str(ref_acc_bank.code.ljust(dig-len(str(current_num)),'0')) + str(current_num)
vals = {
Generate a account code that does already exists
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/684119
Title:
[6.RC2] Account chart wizard does not check if generated account code for bank journal exsits
Status in OpenObject Addons Modules:
New
Bug description:
[6.RC2] Account chart wizard does not check if generated account code for bank journal exsits.
So It may append that this piece of code :
#create the account_account for this bank journal
tmp = line.acc_name
dig = obj_multi.code_digits
if ref_acc_bank.code:
try:
new_code = str(int(ref_acc_bank.code.ljust(dig,'0')) + current_num)
except:
new_code = str(ref_acc_bank.code.ljust(dig-len(str(current_num)),'0')) + str(current_num)
vals = {
Generate a account code that does already exists
Follow ups
-
[Bug 684119] Re: [6.RC2] Account chart wizard does not check if generated account code for bank journal exsits
From: qdp (OpenERP), 2011-05-18
-
[Bug 684119] Re: [6.RC2] Account chart wizard does not check if generated account code for bank journal exsits
From: Mustufa Rangwala (Open ERP), 2011-03-30
-
[Bug 684119] Re: [6.RC2] Account chart wizard does not check if generated account code for bank journal exsits
From: Ashvin Rathod (OpenERP), 2011-03-24
-
[Bug 684119] Re: [6.RC2] Account chart wizard does not check if generated account code for bank journal exsits
From: Launchpad Bug Tracker, 2011-03-24
-
[Bug 684119] Re: [6.RC2] Account chart wizard does not check if generated account code for bank journal exsits
From: Ashvin Rathod (OpenERP), 2011-03-23
-
[Bug 684119] Re: [6.RC2] Account chart wizard does not check if generated account code for bank journal exsits
From: Mustufa Rangwala (Open ERP), 2011-03-16
-
[Bug 684119] Re: [6.RC2] Account chart wizard does not check if generated account code for bank journal exsits
From: qdp (OpenERP), 2011-02-25
-
[Bug 684119] Re: [6.RC2] Account chart wizard does not check if generated account code for bank journal exsits
From: mra (Open ERP), 2010-12-24
-
[Bug 684119] Re: [6.RC2] Account chart wizard does not check if generated account code for bank journal exsits
From: Launchpad Bug Tracker, 2010-12-24
-
[Bug 684119] Re: [6.RC2] Account chart wizard does not check if generated account code for bank journal exsits
From: mra (Open ERP), 2010-12-23
-
[Bug 684119] Re: [6.RC2] Account chart wizard does not check if generated account code for bank journal exsits
From: mra (Open ERP), 2010-12-23
-
[Bug 684119] Re: [6.RC2] Account chart wizard does not check if generated account code for bank journal exsits
From: qdp (OpenERP), 2010-12-06
-
[Bug 684119] Re: [6.RC2] Account chart wizard does not check if generated account code for bank journal exsits
From: vra (openerp), 2010-12-06
-
[Bug 684119] Re: [6.RC2] Account chart wizard does not check if generated account code for bank journal exsits
From: Nicolas Bessi - Camptocamp, 2010-12-02
-
[Bug 684119] [NEW] [6.RC2] Account chart wizard does not check if generated account code for bank journal exsits
From: Nicolas Bessi - Camptocamp, 2010-12-02
References