Hi,
did not use TinyERP for a year since I killed my invoicing capabilities on my last server. Decided to give it a go again. Installed base system, config and started adding products. All is well so far. Then added 'product_extended' to get cost prices based on BOM's.
After the module I now get an error in the web_client:
------------------------------
malformed view for: product.product
duplicate field: qty_available
------------------------------
And on the server after starting it with -d <db> -u base:
[2009-07-21 18:47:37,678] ERROR:init:[02]: There should be some relation that points to this resource
[2009-07-21 18:47:37,678] ERROR:init:[03]: You should manually fix this and restart --update=module
[2009-07-21 18:47:37,679] INFO:init:Deleting
115@ir.module.module
[2009-07-21 18:47:37,681] ERROR:init:[01]: Could not delete id: 115 of model ir.module.module
[2009-07-21 18:47:37,682] ERROR:init:[02]: There should be some relation that points to this resource
[2009-07-21 18:47:37,682] ERROR:init:[03]: You should manually fix this and restart --update=module
[2009-07-21 18:47:37,682] INFO:init:Deleting
113@ir.module.module
[2009-07-21 18:47:37,685] ERROR:init:[01]: Could not delete id: 113 of model ir.module.module
[2009-07-21 18:47:37,685] ERROR:init:[02]: There should be some relation that points to this resource
[2009-07-21 18:47:37,685] ERROR:init:[03]: You should manually fix this and restart --update=module
[2009-07-21 18:47:37,687] WARNING:init:object tinythunderbird.partner (Thunderbid mails) has no access rules!
[2009-07-21 18:47:37,843] INFO:init:[01]: Assertions report:
[2009-07-21 18:47:37,843] INFO:init:[02]: Level success failed
[2009-07-21 18:47:37,844] INFO:init:[03]: error 1 0
[2009-07-21 18:47:37,844] INFO:init:[04]: total 1 0
[2009-07-21 18:47:37,844] INFO:init:[05]: end of report (1 assertion(s) checked)
Traceback (most recent call last):
File "./openerp-server.py", line 108, in <module>
pooler.get_db_and_pool(db, update_module=tools.config['init'] or tools.config['update'])
File "/usr/lib/python2.5/site-packages/openerp-server/pooler.py", line 40, in get_db_and_pool
addons.load_modules(db, force_demo, status, update_module)
File "/usr/lib/python2.5/site-packages/openerp-server/addons/__init__.py", line 745, in load_modules
pool.get(rmod).unlink(cr, uid, [rid])
File "/usr/lib/python2.5/site-packages/openerp-server/addons/base/module/module.py", line 203, in unlink
_('You try to remove a module that is installed or will be installed'))
osv.orm.except_orm: ('Error', 'You try to remove a module that is installed or will be installed')
I'm guessing I have to manually update/alter something in the db but have no clue what....
Thanks for the help.
Arnold.