← Back to team overview

openerp-canada team mailing list archive

Re: hello openerp-canada, my work

 

If you are in the menu "Apps", OpenERP is connecting to OpenERP Apps. 

If you are in "Installed Modules", then OpenERP is looking for the modules on your server. You should check there and remove the default filter. 

-- 
Maxime Chambreuil 
#126 


----- Mail original -----


Yes, I ran update modules list, but they don't show up when I search for "Canada". 




On Wed, Jul 24, 2013 at 3:55 PM, Marc Cassuto < marc.cassuto@xxxxxxxxxxxxxxxxxxxx > wrote: 


hello Fred, 

did you "Update Module List" ? 

Marc 

== 
Marc Cassuto, Ing. MBA Itil 

SAVOIR-FAIRE LINUX 
Consultant solutions ERP 
T: 514-276-5468 #180 



----- Original Message ----- 
> From: "fred blauer" < fblauer@xxxxxxxxx > 
> To: "Maxime Chambreuil" < maxime.chambreuil@xxxxxxxxxxxxxxxxxxxx > 
> Cc: openerp-canada@xxxxxxxxxxxxxxxxxxx 
> Sent: Wednesday, July 24, 2013 3:48:56 PM 
> Subject: Re: [Openerp-canada] hello openerp-canada, my work 
> 
> 
> 
> OK, it runs the update without any error messages. But when I search 
> the list of apps, there is only 1 which is the chart of accounts. Am 
> I missing something? 
> 
> 
> 
> 
> On Wed, Jul 24, 2013 at 3:38 PM, fred blauer < fblauer@xxxxxxxxx > 
> wrote: 
> 
> 
> 
> Thanks for the quick response. I will give that a try. Otherwise, am 
> I doing the correct procedure? Should I be copying all the modules 
> from Openerp-canada? (I already had the Canadian chart of accounts 
> installed, and it ran an update on that). 
> 
> 
> 
> 
> 
> 
> On Wed, Jul 24, 2013 at 3:30 PM, Maxime Chambreuil < 
> maxime.chambreuil@xxxxxxxxxxxxxxxxxxxx > wrote: 
> 
> 
> 
> 
> Hello Fred, 
> 
> You need to install the python library named num2words. We use it for 
> the check writing module. 
> 
> On Ubuntu, you can do : 
> sudo pip install num2words 
> 
> Feel free to report a bug next time. 
> 
> 
> Regards, 
> 
> -- 
> Maxime Chambreuil 
> 1-514-276-5468 #126 
> 
> 
> 
> 
> 
> 

> I am trying to install the modules from openerp-canada. I used bzr 
> branch lp:openerp-canada to download them locally. Then I copied and 
> pasted them to the addons folder. When I issue the update modules 
> list function, I get this error message: 
> 
> 
> 
> OpenERP Server Error 


> Client Traceback (most recent call last): 
> File "/home/fred/openerp-7.02/openerp/addons/web/http.py", line 
> 204, in dispatch 
> response["result"] = method(self, **self.params) 
> File 
> "/home/fred/openerp-7.02/openerp/addons/web/controllers/main.py", 
> line 1133, in call_button 
> action = self._call_kw(req, model, method, args, {}) 
> File 
> "/home/fred/openerp-7.02/openerp/addons/web/controllers/main.py", 
> line 1121, in _call_kw 
> return getattr(req.session.model(model), method)(*args, **kwargs) 
> File "/home/fred/openerp-7.02/openerp/addons/web/session.py", line 
> 43, in proxy 
> result = self.proxy.execute_kw(self.session._db, 
> self.session._uid, self.session._password, self.model, method, 
> args, kw) 
> File "/home/fred/openerp-7.02/openerp/addons/web/session.py", line 
> 31, in proxy_method 
> result = self.session.send(self.service_name, method, *args) 
> File "/home/fred/openerp-7.02/openerp/addons/web/session.py", line 
> 104, in send 
> raise xmlrpclib.Fault(openerp.tools.ustr(e), formatted_info) 
> 
> 
> Server Traceback (most recent call last): 
> File "/home/fred/openerp-7.02/openerp/addons/web/session.py", line 
> 90, in send 
> return openerp.netsvc.dispatch_rpc(service_name, method, args) 
> File "/home/fred/openerp-7.02/openerp/netsvc.py", line 293, in 
> dispatch_rpc 
> result = ExportService.getService(service_name).dispatch(method, 
> params) 
> File "/home/fred/openerp-7.02/openerp/service/web_services.py", 
> line 626, in dispatch 
> res = fn(db, uid, *params) 
> File "/home/fred/openerp-7.02/openerp/osv/osv.py", line 188, in 
> execute_kw 
> return self.execute(db, uid, obj, method, *args, **kw or {}) 
> File "/home/fred/openerp-7.02/openerp/osv/osv.py", line 131, in 
> wrapper 
> return f(self, dbname, *args, **kwargs) 
> File "/home/fred/openerp-7.02/openerp/osv/osv.py", line 197, in 
> execute 
> res = self.execute_cr(cr, uid, obj, method, *args, **kw) 
> File "/home/fred/openerp-7.02/openerp/osv/osv.py", line 185, in 
> execute_cr 
> return getattr(object, method)(cr, uid, *args, **kw) 
> File 
> "/home/fred/openerp-7.02/openerp/addons/base/module/wizard/base_module_update.py", 
> line 42, in update_module 
> update, add = module_obj.update_list(cr, uid,) 
> File 
> "/home/fred/openerp-7.02/openerp/addons/base/module/module.py", 
> line 617, in update_list 
> handler.load_addons() 
> File "/home/fred/openerp-7.02/openerp/addons/web/http.py", line 
> 576, in load_addons 
> m = __import__('openerp.addons.' + module) 
> File "/home/fred/openerp-7.02/openerp/modules/module.py", line 133, 
> in load_module 
> 
> mod = imp.load_module('openerp.addons.' + module_part, f, path, 
> descr) 
> File 
> "/home/fred/openerp-7.02/openerp/addons/l10n_ca_account_check_writing/__init__.py", 
> line 23, in <module> 
> import account_voucher 
> File 
> "/home/fred/openerp-7.02/openerp/addons/l10n_ca_account_check_writing/account_voucher.py", 
> line 27, in <module> 
> from num2words import num2words 
> ImportError: No module named num2words 
> 
> 
> 
> 
> 
> 
> 
> -- 
> Fred Blauer CA, CA.IT , CISA 

> http://openacct.ca 
> fred@xxxxxxxxxxx 
> 514-667-1555 
> 
> 
> -- 
> Fred Blauer CA, CA.IT , CISA 
> http://openacct.ca 
> fred@xxxxxxxxxxx 
> 514-667-1555 


> _______________________________________________ 
> Mailing list: https://launchpad.net/~openerp-canada 
> Post to : openerp-canada@xxxxxxxxxxxxxxxxxxx 
> Unsubscribe : https://launchpad.net/~openerp-canada 
> More help : https://help.launchpad.net/ListHelp 
> 





-- 
Fred Blauer CA, CA.IT , CISA 
http://openacct.ca 
fred@xxxxxxxxxxx 
514-667-1555 

Follow ups

References