c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #23813
[Bug 780368] Re: [6.1 trunk]:[account_fixed_assets]:error installing
Hello ,
Our R&D Teams are focused on the latest OpenERP version, and this issue
does not affect it.
Thanks
** Changed in: openobject-addons
Assignee: (unassigned) => Cristian Salamea (Gnuthink) (ovnicraft)
--
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/780368
Title:
[6.1 trunk]:[account_fixed_assets]:error installing
Status in OpenERP Modules (addons):
New
Bug description:
while trying to install the FAM module, i get this traceback:
[2011-05-10 09:54:00,041][bs_test_minimal02] INFO:init:module account_payment: loading objects
[2011-05-10 09:54:00,071][bs_test_minimal02] INFO:init:module account_fixed_assets_ovni: loading objects
[2011-05-10 09:54:00,071][bs_test_minimal02] INFO:init:module account_fixed_assets_ovni: registering objects
[2011-05-10 09:54:00,896][bs_test_minimal02] CRITICAL:init:[01]:
[2011-05-10 09:54:00,896][bs_test_minimal02] CRITICAL:init:[02]: Environment Information :
[2011-05-10 09:54:00,896][bs_test_minimal02] CRITICAL:init:[03]: System : Linux-2.6.38-8-generic-i686-with-Ubuntu-11.04-natty
[2011-05-10 09:54:00,897][bs_test_minimal02] CRITICAL:init:[04]: OS Name : posix
[2011-05-10 09:54:00,897][bs_test_minimal02] CRITICAL:init:[05]: Distributor ID: Ubuntu
[2011-05-10 09:54:00,897][bs_test_minimal02] CRITICAL:init:[06]: Description: Ubuntu 11.04
[2011-05-10 09:54:00,897][bs_test_minimal02] CRITICAL:init:[07]: Release: 11.04
[2011-05-10 09:54:00,897][bs_test_minimal02] CRITICAL:init:[08]: Codename: natty
[2011-05-10 09:54:00,897][bs_test_minimal02] CRITICAL:init:[09]: Operating System Release : 2.6.38-8-generic
[2011-05-10 09:54:00,898][bs_test_minimal02] CRITICAL:init:[10]: Operating System Version : #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011
[2011-05-10 09:54:00,898][bs_test_minimal02] CRITICAL:init:[11]: Operating System Architecture : 32bit
[2011-05-10 09:54:00,898][bs_test_minimal02] CRITICAL:init:[12]: Operating System Locale : NOT SET
[2011-05-10 09:54:00,898][bs_test_minimal02] CRITICAL:init:[13]: Python Version : 2.7.1+
[2011-05-10 09:54:00,898][bs_test_minimal02] CRITICAL:init:[14]: OpenERP-Server Version : 6.1-dev
[2011-05-10 09:54:00,898][bs_test_minimal02] CRITICAL:init:[15]: Couldn't load module account_fixed_assets_ovni
[2011-05-10 09:54:01,388][bs_test_minimal02] CRITICAL:init:[01]:
[2011-05-10 09:54:01,389][bs_test_minimal02] CRITICAL:init:[02]: Environment Information :
[2011-05-10 09:54:01,389][bs_test_minimal02] CRITICAL:init:[03]: System : Linux-2.6.38-8-generic-i686-with-Ubuntu-11.04-natty
[2011-05-10 09:54:01,390][bs_test_minimal02] CRITICAL:init:[04]: OS Name : posix
[2011-05-10 09:54:01,390][bs_test_minimal02] CRITICAL:init:[05]: Distributor ID: Ubuntu
[2011-05-10 09:54:01,390][bs_test_minimal02] CRITICAL:init:[06]: Description: Ubuntu 11.04
[2011-05-10 09:54:01,390][bs_test_minimal02] CRITICAL:init:[07]: Release: 11.04
[2011-05-10 09:54:01,390][bs_test_minimal02] CRITICAL:init:[08]: Codename: natty
[2011-05-10 09:54:01,391][bs_test_minimal02] CRITICAL:init:[09]: Operating System Release : 2.6.38-8-generic
[2011-05-10 09:54:01,391][bs_test_minimal02] CRITICAL:init:[10]: Operating System Version : #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011
[2011-05-10 09:54:01,391][bs_test_minimal02] CRITICAL:init:[11]: Operating System Architecture : 32bit
[2011-05-10 09:54:01,391][bs_test_minimal02] CRITICAL:init:[12]: Operating System Locale : NOT SET
[2011-05-10 09:54:01,391][bs_test_minimal02] CRITICAL:init:[13]: Python Version : 2.7.1+
[2011-05-10 09:54:01,391][bs_test_minimal02] CRITICAL:init:[14]: OpenERP-Server Version : 6.1-dev
[2011-05-10 09:54:01,392][bs_test_minimal02] CRITICAL:init:[15]: The wizard "account.asset.usage.createlines" already exists!
[2011-05-10 09:54:01,393][bs_test_minimal02] ERROR:web-services:Uncaught exception
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/openerp_server-6.1_dev-py2.7.egg/openerp/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/openerp_server-6.1_dev-py2.7.egg/openerp/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/usr/local/lib/python2.7/dist-packages/openerp_server-6.1_dev-py2.7.egg/openerp/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/usr/local/lib/python2.7/dist-packages/openerp_server-6.1_dev-py2.7.egg/openerp/addons/base/module/wizard/base_module_upgrade.py", line 98, in upgrade_module
_db, pool = pooler.restart_pool(cr.dbname, update_module=True)
File "/usr/local/lib/python2.7/dist-packages/openerp_server-6.1_dev-py2.7.egg/openerp/pooler.py", line 60, in restart_pool
return get_db_and_pool(db_name, force_demo, status, update_module=update_module)
File "/usr/local/lib/python2.7/dist-packages/openerp_server-6.1_dev-py2.7.egg/openerp/pooler.py", line 39, in get_db_and_pool
addons.load_modules(db, force_demo, status, update_module)
File "/usr/local/lib/python2.7/dist-packages/openerp_server-6.1_dev-py2.7.egg/openerp/addons/__init__.py", line 901, in load_modules
processed_modules.extend(load_module_graph(cr, graph, status, report=report, skip_modules=processed_modules))
File "/usr/local/lib/python2.7/dist-packages/openerp_server-6.1_dev-py2.7.egg/openerp/addons/__init__.py", line 726, in load_module_graph
register_class(package.name)
File "/usr/local/lib/python2.7/dist-packages/openerp_server-6.1_dev-py2.7.egg/openerp/addons/__init__.py", line 460, in register_class
imp.load_module(m, *fm)
File "/home/openerp/addons/account_fixed_assets_ovni/__init__.py", line 25, in <module>
import wizard
File "/home/openerp/addons/account_fixed_assets_ovni/wizard/__init__.py", line 31, in <module>
import wizard_asset_usage_createlines
File "/home/openerp/addons/account_fixed_assets_ovni/wizard/wizard_asset_usage_createlines.py", line 99, in <module>
wizard_asset_usage_createlines('account.asset.usage.createlines')
File "/usr/local/lib/python2.7/dist-packages/openerp_server-6.1_dev-py2.7.egg/openerp/wizard/__init__.py", line 46, in __init__
assert not self.exists('wizard.'+name), 'The wizard "%s" already exists!' % (name,)
AssertionError: The wizard "account.asset.usage.createlines" already exists!
thank you,
B
Follow ups
References