#Open Object IRC Channel Logs

IRC Channels

For open discussions, an IRC Channel have been set up for Open ERP and Open Object: irc://irc.freenode.net/#openobject.

Monday, 2010-03-15

*** eLBati has quit IRC00:09
*** cedk has quit IRC00:32
*** yangoon has quit IRC05:02
*** julian1828 has joined #openobject05:03
*** yangoon has joined #openobject05:16
*** hounddog has quit IRC05:29
*** enlightx has joined #openobject07:18
*** quodt has joined #openobject08:35
*** bechamel has joined #openobject08:55
*** Red15 has joined #openobject08:56
*** rationalperseus has joined #openobject08:59
*** Nyx has joined #openobject09:01
*** edannenbe has joined #openobject09:03
*** rationalperseus has quit IRC09:05
*** rationalperseus has joined #openobject09:06
*** cedk has joined #openobject09:18
*** eLBati has joined #openobject09:22
*** ludo2 has joined #openobject09:37
*** Billynkid has joined #openobject09:54
*** alex_joni has quit IRC09:55
*** Nyx has quit IRC09:59
*** hounddog has joined #openobject10:03
*** javivf has joined #openobject10:09
*** alex_joni has joined #openobject10:16
*** sharoon has joined #openobject11:22
*** bechamel has quit IRC11:30
*** bechamel has joined #openobject11:31
*** cedk has quit IRC11:33
*** cedk has joined #openobject11:34
*** Billynkid has quit IRC11:35
*** Nyx has joined #openobject11:52
*** rationalperseus has quit IRC12:04
*** rationalperseus has joined #openobject12:11
Red15looking for a way to import translations for products12:37
Red15i'm using CSV to import the products themselves12:37
Red15is there a way to get the translated labels correctly ?12:37
*** enlightx has quit IRC12:38
*** julian1828 has quit IRC13:03
Red15can anyone confirm, 5.0.7 server does not seem to release lock on template113:09
*** enlightx has joined #openobject13:09
Red15this looks like a regression13:09
*** amine has joined #openobject13:29
aminehi everybody13:29
aminei'm on hr_payroll, i overrided the default workflow, and i would do a state change programmatically13:30
aminepayslip.write({'state':'paye'})13:30
aminebut changing the state doesn't seem to to any control between transitions13:31
aminei put a lot of checking methods, how to do a workflow transition by python, and maintain object integrity defined in my methods?13:33
*** cedk has quit IRC14:07
*** cedk has joined #openobject14:08
*** G_O_D1 has joined #openobject14:29
*** r3c4ll has joined #openobject14:42
*** rvalyi has joined #openobject14:54
*** sharoon has quit IRC15:03
*** cjeske has joined #openobject15:21
cjeskehi15:21
cjeskei need your help guys, im setting up the openerp server and i dont find the config where i can define net-rpc settings15:23
cjeskecan you help me?15:23
Red15what platform are you using cjeske ?15:23
cjeske(v 5.2dev)15:23
cjeskeubuntu-server15:23
cjeske9.1015:23
Red15run your openerp-server as the user you want and add option -s15:23
Red15it should create a template .openerp_serverrc file in the home dir of that user15:23
Red15all the default values are set in that15:24
cjeskewhere is this openerp_serverrc stored?15:24
alex_joni16:24 < Red15> it should create a template .openerp_serverrc file in the home dir of that user15:26
Red15$HOME15:27
cjeskeoh missed that line15:27
cjeskesorry15:27
cjeskethanks alot15:27
Red15it does have a . (period) in front of it15:27
Red15in linux that means its a hidden file15:27
cjeskeyes, thanks15:28
cjeskehmm.. but there i cant configure the net-rpc settings..15:33
cjeskejust turn it on and off15:33
*** ludo21 has joined #openobject15:38
Red15what do you want to change then ?15:38
cjeskethe ip, currently its 0.0.0.015:39
cjeskeand this is surely not right15:39
*** ludo21 has quit IRC15:39
Red150.0.0.0 means listening on all interfaces15:39
alex_joni0.0.0.0 means all interfaces15:39
cjeskeoh, okay15:39
cjeskehmm.. then im confused why my webclient cant connect to the server..15:40
*** ludo2 has quit IRC15:40
Red15did you edit the webclient config ?15:44
Red15in the config subdir ?15:44
Red15and change the host directive under [openerp] section ?15:45
*** ludo2 has joined #openobject15:45
cjeskeyou mean the openobject-web.cfg? there is no [openerp] section15:47
cjeskejust a global and a openobjcet-web15:48
*** G_O_D1 has quit IRC15:49
Red15you seem to have a different version than mine15:56
Red15or the section is just missing15:57
Red15in that case try creating it15:57
Red15it has following options inside : host, port , protocol15:57
Red15host = '127.0.0.1'15:57
Red15post = '8070'15:57
Red15protocol = 'socket'15:57
cjeskehmm.. but this cant be the problem, the normal client isnt working too15:59
cjeskethe problem is at the server i think15:59
alex_jonis/post/port/15:59
cjeskeand if i change the port to 8069 then the server is reacting16:00
cjeske.. but of course not working..16:00
Red15did you disable netrpc ?16:03
Red15or maybe enabled SSL but the certificate is wrong ?16:03
Red15try using 8069 but for protocol use xmlrpc ( alex_joni : can you confirm this ? )16:03
cjeskebtw if im going to http://192.168.0.112:8069/16:09
cjeskethen there is a 404 error16:09
cjeskeis this relevant?16:09
Red15that's logical16:09
cjeskeokay16:09
Red15try adding  /xmlrpc/object16:09
Red15should give you a 50116:10
cjeskeah this is different16:10
cjeskeyep16:10
Red15then it's working16:10
cjeskefine16:10
Red15404 could still be that it was another server or something16:10
aminehi there!16:24
aminehow can i programmatically set another state to an object without write({"state":'paid'})16:25
*** ludo2 has quit IRC16:26
aminedoing write() doesn't do the security check and all the verifications set in the workflow16:26
*** gr0mit has joined #openobject16:33
Red15amine, do your write({'state': 'paid'}) on your workflow activities16:33
gr0mithi people.  Am looking at openerp as a tool for my business - am I in the right place for assistance?16:35
amineRed15: my workflow is doing his job. changing the state using buttons is working, eg: refusing a state change without a condition16:35
enlightxgr0mit: yes :)16:35
gr0mitand what is the difference between openobject and openerp?16:35
enlightxgr0mit: OpenERP is developed on top of OpenObject16:36
amineRed15: but since i try to simulate that by python, the object state is changed, but without any verifications16:36
Red15amine, it doesnt sound like a good idea to change your state in a transition,16:36
aminejuste like the workflow is inhibitated16:36
gr0mitaaah ok.  So here's my prb.  Am trying to get a working install on Debian.  Not familiar with postgres - but I get the following error:16:37
gr0mit2010-03-15 15:28:53 GMT ERROR:  encoding UTF8 does not match server's locale en_GB16:37
gr0mit2010-03-15 15:28:53 GMT DETAIL:  The server's LC_CTYPE setting requires encoding LATIN1.16:37
gr0mit2010-03-15 15:28:53 GMT STATEMENT:  CREATE DATABASE "txrx" ENCODING 'unicode' TEMPLATE "template0"16:37
Red15amine, create independent activities and only the activities define what state your object is in, the transitions just do the checking and return True or False to allow/reject the transition16:37
gr0mitwhen i try to create a dtabase16:37
enlightxgr0mit: what "locale" says?16:38
gr0mitpostgres@ant2:/root$ locale16:38
gr0mitLANG=en_GB16:38
gr0mitLC_CTYPE="en_GB"16:38
gr0mitLC_NUMERIC="en_GB"16:38
gr0mitetc16:38
Red15gr0mit, 'psql -l' output ?16:39
amineRed15: mmhhmm... it will permit to batch the state changing, with checking each objet and applying verifications, even rejecting some state ?16:39
Red15gr0mit,  i think your database is created no ?16:39
enlightxgr0mit: non UTF-8 locales are not supported anymore16:39
gr0mitpostgres@ant2:/root$ psql -l16:39
gr0mit        List of databases16:39
gr0mit   Name    |  Owner   | Encoding16:39
gr0mit-----------+----------+----------16:39
gr0mit postgres  | postgres | LATIN116:39
gr0mit template0 | postgres | LATIN116:39
gr0mit template1 | postgres | LATIN116:39
gr0mit(3 rows)16:39
gr0mitI cant seem to create the database16:39
enlightxgr0mit: it seems you are working on a very ancient debian16:39
gr0mitenlightx, yes16:39
Red15amine, all calls are on individual workflow instances afaik,16:40
enlightxgr0mit: i believe you will encount a lot of problems trying to install openerp on that server16:40
gr0mitaaaah16:41
Red15amine, they can't be grouped together, but you must still handle the fact that ids can be a list and iterate on it16:41
gr0mitwhat do you recommend?16:41
Red15gr0mit, for a painless installation ubuntu is generally recommended16:41
enlightxgr0mit: debian is good, but you need to upgrade your install16:41
Red15gr0mit, or you could use the windows version ;-)16:41
gr0mitwindows is ok for testing16:42
enlightxRed15: a broken and old debian is surely better than windows :)16:42
gr0mitpresumably I can migrate to Debian easily?16:42
Red15gr0mit, hehe, so true16:42
Red15uh i mean enlightx16:42
Red15gr0mit, yes, you can, but not sure about command to do it16:43
enlightxgr0mit: considering you are a non-utf8 locale, you will have to re-install the system from scratch16:43
enlightxwell...not you. your system is non-utf8 :)16:43
*** amine has quit IRC16:43
* gr0mit checks. no - he is defo not utf8!16:43
enlightxgr0mit: ahah16:44
gr0mitso, i run a small voip provider.  I have my billing and rating on a seperate box but want to use openerp to do my invoicing and accounting16:44
gr0mitso send monthly recurring invoices16:45
gr0mitthis is possible?16:45
Red15yes, working on similar customer atm16:45
Red15but to be honest accounting is not the strong point16:46
gr0mitare there modules for importing payment inf from UK banks?16:46
Red15not sure about that, we work for belgian customers only atm16:46
enlightxgr0mit: recurrent invoices are already implemented16:46
gr0mitdoes it pro rata services started part way through billing cycle?16:47
enlightxgr0mit: i don't know what it means, maybe we call it another way here16:48
gr0mitok, I bill all customers in 1st of the month.  So if they take out a new service on 15th, I want them to be billed for 0,5 month to start with16:49
enlightxgr0mit: sincerely i don't know if we already have such feature16:49
enlightxbtw, not so hard to include16:50
gr0mitso you  recommend ubuntu server?16:58
gr0mitor latest Debian will also be ok?16:59
*** dylanmak has joined #openobject16:59
enlightxgr0mit: yes, debian is good al well16:59
*** dylanmak has left #openobject16:59
enlightxgr0mit: btw, i suggest you to use the source package from launchpad or openerp.com website and not the packages bundled with debian/ubuntu17:00
gr0miti did download the sources17:01
gr0mit5.0.717:01
enlightxok17:02
*** mlhamel has joined #openobject17:06
* gr0mit builds a new VM17:07
* gr0mit runs a debian box in Windows Vista ;-)17:09
*** Red15 has quit IRC17:15
*** rationalperseus_ has joined #openobject17:15
cjeskebye17:16
*** cjeske has quit IRC17:16
rvalyigrOmit: may be this is worth you give a try to some invoicing module from that company: http://kndati.lv/index.php/en/web-links/44-openerp-addons17:17
rvalyigr0mit: never tested myself by I know they worked seriously on recurrent invoicing and some like their modules17:18
*** rationalperseus has quit IRC17:18
gr0mitrvalyi, thanks17:19
gr0mitwill take a look17:19
gr0mitneed to get a base install working first17:21
gr0mitcoz i really need a better system17:29
gr0mitok, working in windows. installing a service co profile...this is best for a small voip telco/consultant, right?17:35
*** edannenbe has quit IRC17:35
*** quodt has quit IRC17:38
*** eLBati has quit IRC17:53
*** javivf has quit IRC18:10
*** bechamel has quit IRC18:39
*** eLBati has joined #openobject18:40
*** enlightx has quit IRC18:58
*** rationalperseus_ has quit IRC19:13
*** rationalperseus has joined #openobject19:15
*** enlightx has joined #openobject19:32
*** rvalyi has quit IRC19:33
*** ludo2 has joined #openobject19:46
*** hernanpd has joined #openobject19:51
*** gr0mit_ has joined #openobject19:55
alex_jonihrmm.. anyone having issues with the webclient?19:57
alex_jonisometimes it's crashing really bad on me19:57
*** gr0mit has quit IRC19:57
alex_jonihttp://openerp.pastebin.com/vH85LjS219:57
*** eLBati has quit IRC19:58
alex_jonithat happens when I want to filter a view (for example products)19:58
*** LucaSub1 has joined #openobject20:07
*** LucaSub1 has left #openobject20:17
*** oktay has joined #openobject20:36
oktayanybody know what the mail_gateway module is?20:36
*** robbertn has joined #openobject20:50
oktayoh why does this have to be such a mess21:05
oktayis there a reasonable alternative to openERP that anybody has come across ?21:08
alex_joniSAP + payed support21:12
*** julian1828 has joined #openobject21:18
*** robbertn has quit IRC21:18
*** rationalperseus has quit IRC21:18
oktayyes. every company is a multi million dollar corporation21:52
oktaygood night gents21:54
*** oktay has quit IRC21:54
hernanpdhi all, anyone has experienced any perfomance issues with the win32 Gtk client?21:54
hernanpdI m running the server on a linux box, and when connecting from clients on another linux box on the lan it is really fast and responsive, however with gtk clients on win32 machines on the same lan it is quite slow21:56
hernanpdI suspected of the nagle's algorithm, however I see in the trunk code (the one I m using) it has been disabled...21:58
*** hounddog has quit IRC22:02
*** julian1828 has quit IRC22:07
*** julian1828 has joined #openobject22:20
*** quodt has joined #openobject22:23
alex_jonihernanpd: try Koo22:38
alex_joniI switched to it for win32 clients, it's way better22:38
hernanpdthanks will try it22:51
hernanpdalex_joni: do you know if Koo already supports the new style UI with filters?22:53
alex_jonihernanpd: sorry, no.. I still use it with 5.0.x22:55
*** gr0mit_ has quit IRC23:05
*** cedk has quit IRC23:29
*** enlightx has quit IRC23:34