openerp-community team mailing list archive
-
openerp-community team
-
Mailing list archive
-
Message #01797
Re: Nightly builds?
Hi Husen;
That got me to a pretty http://localhost:8069/ page; and the next error is:
File "/home/openerp/openerp/server/openerp/sql_db.py", line 227, in execute
res = self._obj.execute(query, params)
ProgrammingError: column ir_ui_menu.needaction_enabled does not exist
LINE 1: ...r_ui_menu."web_icon_hover_data",ir_ui_menu."icon",ir_ui_menu...
That's opening a DB from a previous-version of OpenERP 7 so:
openerp@QnD:~/openerp$ ./server/openerp-server
--addons-path=addons,web/addons --log-level=debug --load="web" --update=all
then login to the DB and it's updated to this version of OpenERP 7.0 alpha.
Thanks for everything!
DaleEMoore@xxxxxxxxx
On Mon, Dec 17, 2012 at 8:49 AM, hdaopenerp <hdaopenerp@xxxxxxxxx> wrote:
> You have to install python-unittest2 package!
> python-mock too!
>
> On 12/17/2012 08:09 PM, Dale E. Moore wrote:
>
> Hi W;
>
> I just found this documentation which includes, what appears to be, a
> full source download.
>
> http://doc.openerp.com/trunk/developers/server/01_getting_started/
>
>
> It doesn't seem to be completely functional, yet; oes.log says:
>
> 2012-12-17 14:01:44,886 5434 CRITICAL ? openerp.modules.module:
> Couldn't load module web
> 2012-12-17 14:01:44,886 5434 CRITICAL ? openerp.modules.module: No
> module named unittest2
> 2012-12-17 14:01:44,886 5434 ERROR ? openerp.service: Failed to load
> server-wide module `web`.
> The `web` module is provided by the addons found in the `openerp-web`
> project.
> Maybe you forgot to add those addons in your addons_path configuration.
> Traceback (most recent call last):
> File "/home/dalem/workspace/openerp/server/openerp/service/__init__.py",
> line 54, in load_server_wide_modules
> openerp.modules.module.load_openerp_module(m)
> File "/home/dalem/workspace/openerp/server/openerp/modules/module.py",
> line 404, in load_openerp_module
> __import__('openerp.addons.' + module_name)
> File "/home/dalem/workspace/openerp/server/openerp/modules/module.py",
> line 133, in load_module
> mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
> File "/home/dalem/workspace/openerp/web/addons/web/__init__.py", line 3,
> in <module>
> import cli
> File "/home/dalem/workspace/openerp/web/addons/web/cli/__init__.py",
> line 1, in <module>
> import test_js
> File "/home/dalem/workspace/openerp/web/addons/web/cli/test_js.py", line
> 5, in <module>
> import unittest2
> ImportError: No module named unittest2
>
>
> and I couldn't build a DB:
>
> openerp@QnD:~/openerp$ make db-setup
> make: *** No rule to make target `db-setup'. Stop.
>
>
> But it might be helpful to you and others,
> DaleEMoore@xxxxxxxxx
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openerp-community
> Post to : openerp-community@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openerp-community
> More help : https://help.launchpad.net/ListHelp
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openerp-community
> Post to : openerp-community@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openerp-community
> More help : https://help.launchpad.net/ListHelp
>
>
Follow ups
References