Hi Nhomar; Thanks for your insights!
I observed that last nights 7.0 alpha will update the most recently opened DB without specifying it with the "-d DB" option. Interestingly non-upgrade-able pre-version-7 DBs get a strange error instead of a nice "please contact OpenERP to upgrade this DB" note. Happy holidays, Dale PS: Does this time of year include holidays for you? On Mon, Dec 17, 2012 at 10:06 AM, Nhomar Hernández <[email protected]> wrote: > > > 2012/12/17 Dale E. Moore <[email protected]> > > 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 >> > > To make the --update=all works you must send -d dbname too, if not, it > will be ignored. > > Regards. > >> >> then login to the DB and it's updated to this version of OpenERP 7.0 >> alpha. >> >> Thanks for everything! >> [email protected] >> >> On Mon, Dec 17, 2012 at 8:49 AM, hdaopenerp <[email protected]> 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, >>> [email protected] >>> >>> >>> >>> _______________________________________________ >>> Mailing list: https://launchpad.net/~openerp-community >>> Post to : [email protected] >>> Unsubscribe : https://launchpad.net/~openerp-community >>> More help : https://help.launchpad.net/ListHelp >>> >>> >>> >>> _______________________________________________ >>> Mailing list: https://launchpad.net/~openerp-community >>> Post to : [email protected] >>> Unsubscribe : https://launchpad.net/~openerp-community >>> More help : https://help.launchpad.net/ListHelp >>> >>> >> >> _______________________________________________ >> Mailing list: https://launchpad.net/~openerp-community >> Post to : [email protected] >> Unsubscribe : https://launchpad.net/~openerp-community >> More help : https://help.launchpad.net/ListHelp >> >> > > > -- > -------------------- > Saludos Cordiales > > Nhomar G. Hernandez M. > +58-414-4110269 > Skype: nhomar00 > Web-Blog: http://geronimo.com.ve > Servicios IT: http://vauxoo.com > Linux-Counter: 467724 > Correos: > [email protected] > [email protected] > twitter @nhomar >
_______________________________________________ Mailing list: https://launchpad.net/~openerp-community Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-community More help : https://help.launchpad.net/ListHelp

