c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #19996
[Bug 684119] Re: [6.RC2] Account chart wizard does not check if generated account code for bank journal exsits
Hello Nicolas Bessi,
Its fixed in lp:~openerp-dev/openobject-addons/trunk-bug-684119-ara
branch. It will be merge soon with trunk addons.
Revision ID: ara@xxxxxxxxxxx-20110324084417-9rqbu46o4v97x2ey
Revision No: 4572
Thanks,
ara
** Changed in: openobject-addons
Status: In Progress => Fix Committed
--
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 OpenERP Modules (addons):
Fix Committed
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
References