openerp-community team mailing list archive
-
openerp-community team
-
Mailing list archive
-
Message #03244
Re: Anyone playing with OpenERP CMS branch trunk-website-al ?
Thanks Holger, that got me closer... !!
Actually to get to the databases it was /admin
I was able to create the new database, but now it is complaining about
not having the 'website' key on the models...
Traceback (most recent call last):
File "/home/erp_user/openerp/medical_v8/addons/web/http.py", line
414, in dispatch
r = self._call_function(**self.params)
File "/home/erp_user/openerp/medical_v8/addons/web/http.py", line
174, in _call_function
return self.func(*args, **kwargs)
File "/home/erp_user/openerp/medical_v8/addons/web/http.py", line
1053, in nfunc
return func(*args, **kwargs)
File "/home/erp_user/openerp/medical_v8/addons/website/website.py",
line 25, in wrap
request.website = request.registry['website'].get_current()
File
"/home/erp_user/openerp/medical_v8/server/openerp/modules/registry.py",
line 103, in __getitem__
return self.models[model_name]
KeyError: 'website'
Any other pointers are welcome !!
Regards,
-Mario
On Mon 16 Sep 2013 04:28:21 PM CST, Holger Brunn wrote:
If you or anyone else has more suggestions, you are welcome !!
last time I played with it, I went to /openerp to create a database, if I
remember correctly. It's definitely not in your installation's root. And there
might be more server wide modules necessary than just web.
_______________________________________________
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