c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #13431
[Bug 705350] Re: tracebak on configuration wizard
** Branch linked: lp:~openerp-dev/openobject-addons/trunk-dev-addons3
--
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/705350
Title:
tracebak on configuration wizard
Status in OpenERP Modules (addons):
Fix Released
Bug description:
I am getting this traceback while creating new database.
I made following steps.
I select manufacturing module in config wizard
In account char i select india account chart
[2011-01-20 15:22:25,002][trunk] INFO:res.config:next action is browse_record(ir.actions.todo, 9)
[2011-01-20 15:22:25,090][trunk] ERROR:web-services:Uncaught exception
Traceback (most recent call last):
File "/home/hda/openerp/bazaar/6version/server_trunk/bin/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/hda/openerp/bazaar/6version/server_trunk/bin/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/hda/openerp/bazaar/6version/server_trunk/bin/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/hda/openerp/bazaar/6version/server_trunk/bin/osv/orm.py", line 973, in default_get
defaults[f] = self._defaults[f](self, cr, uid, context)
File "/home/hda/openerp/bazaar/6version/addons/account/account.py", line 2628, in _get_sale_tax
return sale_tax_ids[0]
IndexError: list index out of range
References