For open discussions, an IRC Channel have been set up for Open ERP and Open Object: irc://irc.freenode.net/#openobject.
| *** Gavin_Achado has joined #openobject | 00:21 | |
| *** Gavin_Achado has left #openobject | 00:21 | |
| *** hjmf has quit IRC | 00:27 | |
| *** ludo2 has quit IRC | 00:29 | |
| *** hjmf has joined #openobject | 00:43 | |
| *** ovnicraft has quit IRC | 01:01 | |
| *** boran has quit IRC | 03:13 | |
| *** boran has joined #openobject | 03:16 | |
| *** zigzapgabe_ has joined #openobject | 03:46 | |
| *** yangoon has quit IRC | 05:20 | |
| *** yangoon has joined #openobject | 05:35 | |
| *** zigzapgabe_ has quit IRC | 06:07 | |
| *** boran has quit IRC | 06:50 | |
| *** boran has joined #openobject | 07:02 | |
| *** mr_amit has joined #openobject | 07:06 | |
| *** boran has quit IRC | 07:17 | |
| *** peterN has joined #openobject | 07:53 | |
| *** Gavin_Achado has joined #openobject | 08:05 | |
| *** Gavin_Achado has left #openobject | 08:05 | |
| *** komsas has joined #openobject | 08:34 | |
| *** mr_amit has quit IRC | 08:38 | |
| *** cedk has quit IRC | 08:42 | |
| *** eLBati has joined #openobject | 08:42 | |
| *** enlightx has joined #openobject | 09:00 | |
| *** ludo21 has joined #openobject | 09:12 | |
| *** rationalperseus has joined #openobject | 09:15 | |
| *** ludo21 has quit IRC | 09:16 | |
| *** ludo2 has joined #openobject | 09:21 | |
| *** rona1 has joined #openobject | 09:28 | |
| *** rona1 has left #openobject | 09:28 | |
| *** edannenbe has joined #openobject | 09:37 | |
| *** eLBati has quit IRC | 09:37 | |
| *** eLBati has joined #openobject | 09:40 | |
| *** simahawk has joined #openobject | 09:49 | |
| *** tarik has joined #openobject | 09:50 | |
| *** bechamel has joined #openobject | 10:07 | |
| *** mrcast has joined #openobject | 10:08 | |
| *** matrixise has quit IRC | 10:18 | |
| *** kalymero has joined #openobject | 10:19 | |
| *** mr_amit has joined #openobject | 10:38 | |
| *** mr_amit has quit IRC | 10:45 | |
| *** mr_amit_ has joined #openobject | 10:45 | |
| *** Nyx has joined #openobject | 10:49 | |
| *** Nyx has left #openobject | 10:50 | |
| *** archibullo has joined #openobject | 11:08 | |
| archibullo | hello guys | 11:12 |
|---|---|---|
| archibullo | i have a q. about making openerp server run as daemon when system restarts and also openerp-web | 11:13 |
| archibullo | i did as said on the documintation, but when i restart the server they dont start | 11:14 |
| archibullo | i am installing on ubuntu 10.04 | 11:14 |
| archibullo | any help here please? | 11:14 |
| *** eLBati has quit IRC | 11:19 | |
| tarik | archibullo: what do you mean with dont start | 11:20 |
| tarik | ? | 11:20 |
| tarik | you got the error message ? | 11:20 |
| tarik | if so pastbin your error | 11:20 |
| archibullo | well | 11:20 |
| *** franckb has joined #openobject | 11:21 | |
| archibullo | there is no error message, when i restart my server ( vps ) it doesnt work, but when i connect to ssh to it, and type openerp-server , and start another ssh and type openerp-web, they work, but when i close the ssh windows, they stop working again | 11:22 |
| tarik | Ah | 11:23 |
| tarik | i understand | 11:23 |
| archibullo | so, what shall i do now? | 11:24 |
| archibullo | am really stuck here | 11:24 |
| tarik | You will make a script to automated starting restarting your openerp client and server | 11:24 |
| tarik | I'll give you a simple way to do it | 11:24 |
| archibullo | ok, | 11:24 |
| *** Marcel|HSD has joined #openobject | 11:26 | |
| tarik | copy openerp_web-{-VERSION-}-py{-Version-}.egg/scripts/openerp-web to /etc/init.d/ | 11:27 |
| tarik | then | 11:27 |
| tarik | copy /path/to/openerp_web-{-VERSION-}-py{-VERSION-}.egg/config/openerp-web.cfg to /etc/ | 11:28 |
| tarik | then chmod +x /etc/init.d/openerp-web | 11:28 |
| archibullo | ok, all done uptill now, | 11:29 |
| tarik | for the log | 11:29 |
| tarik | go to /etc/openerp-web.cfg | 11:29 |
| tarik | and add two lines | 11:30 |
| tarik | log.access_file = "/var/log/openerp-web/access.log" | 11:30 |
| tarik | log.error_file = "/var/log/openerp-web/error.log" | 11:30 |
| tarik | Then create a directory /var/log/openerp-web/ | 11:31 |
| tarik | then ( chown openerp /var/log/openerp-web/ ) | 11:31 |
| archibullo | this means if you have openerp user in your system, righ? | 11:32 |
| tarik | If you don't have it , create it | 11:32 |
| archibullo | ok, how ? | 11:32 |
| archibullo | and does creating openerp user makes a diffrence? | 11:32 |
| tarik | Finally excute this command ( update-rc.d openerp-web defaults ) | 11:32 |
| tarik | How to create user openerp user : it's simple | 11:33 |
| tarik | juste adduser openerp and give him the password | 11:33 |
| archibullo | why do i have to create user openerp? | 11:34 |
| tarik | because the script you did use for this way need the user openerp | 11:36 |
| archibullo | ahh, | 11:36 |
| archibullo | so after i made user openerp, | 11:36 |
| archibullo | i already made all the steps u told me, | 11:36 |
| archibullo | shall i start the vps server and see if it will work or not? | 11:37 |
| tarik | so | 11:38 |
| tarik | now | 11:38 |
| tarik | excute /etc/init.d/openerp-web start | 11:38 |
| archibullo | i write it, and nothing appears to me, just the command line again, it this normal? | 11:39 |
| tarik | something like this: Starting openerp-web:done | 11:41 |
| archibullo | nothing happens at all | 11:41 |
| tarik | openerp01:~# /etc/init.d/openerp-web start | 11:42 |
| tarik | Have you excute like this command | 11:43 |
| *** Janneman1 has joined #openobject | 11:43 | |
| tarik | ? | 11:43 |
| archibullo | yes | 11:43 |
| archibullo | and nothing | 11:43 |
| tarik | Strange | 11:43 |
| tarik | Check well the steps i idid send you | 11:44 |
| archibullo | i did them each step after another, with no problems at all, | 11:44 |
| archibullo | thats what is making me going crazy | 11:44 |
| tarik | can you pastbin the history of your shell ( all command i mean) | 11:45 |
| *** Janneman1 has left #openobject | 11:46 | |
| archibullo | i closed it bec i logged again using openerp user, | 11:46 |
| archibullo | ;-( | 11:46 |
| archibullo | look | 11:46 |
| archibullo | i will reintstall lucid again and will do it all over again from the begining | 11:47 |
| archibullo | ok | 11:47 |
| archibullo | it might take half an hour to setup the system, | 11:47 |
| archibullo | is it ok with you? | 11:48 |
| tarik | Just do the way i did sent you and the same work for openerp-server | 11:48 |
| tarik | Yes of cource | 11:48 |
| archibullo | i will install lucid ubuntu ( 10.04 LTS ) | 11:48 |
| tarik | OK | 11:49 |
| *** cedk has joined #openobject | 12:16 | |
| *** CmKeen has joined #openobject | 12:41 | |
| CmKeen | Hi. I've create a report (SXW and RML file) and I'm trying to configure the Web Client to add a link to it. Does someone knows how to do this? | 12:42 |
| komsas | CmKeen: take a look Administration->Low Level Objects->Actions->Report XML | 12:45 |
| *** peterN has quit IRC | 12:45 | |
| CmKeen | yes, I did this | 12:46 |
| CmKeen | so, I create a new Action for reports | 12:46 |
| CmKeen | but what else? | 12:46 |
| *** mr_amit_ has quit IRC | 12:48 | |
| komsas | If you fill all fields correctly I think it is enought | 12:48 |
| komsas | enough * | 12:50 |
| CmKeen | no, unfortunately, it's not | 12:51 |
| CmKeen | and that's where I'm blocked :-( | 12:51 |
| *** mr_amit_ has joined #openobject | 13:13 | |
| *** CmKeen has quit IRC | 13:25 | |
| *** komsas has quit IRC | 13:48 | |
| *** simahawk is now known as simahawk|lunch | 13:52 | |
| *** ludo2 has quit IRC | 13:53 | |
| *** ludo21 has joined #openobject | 13:54 | |
| *** ludo21 has joined #openobject | 13:56 | |
| *** pepeu has joined #openobject | 14:18 | |
| *** Nyx has joined #openobject | 14:31 | |
| *** rationalperseus has quit IRC | 14:41 | |
| *** simahawk|lunch is now known as simahawk | 14:42 | |
| *** rationalperseus has joined #openobject | 14:43 | |
| *** Red15 has joined #openobject | 14:49 | |
| *** ludo21 has quit IRC | 15:23 | |
| *** eLBati has joined #openobject | 15:37 | |
| *** zigzapgabe_ has joined #openobject | 16:11 | |
| *** dba has quit IRC | 16:19 | |
| *** dba has joined #openobject | 16:20 | |
| *** dba has quit IRC | 16:20 | |
| *** dba has joined #openobject | 16:21 | |
| *** dba has joined #openobject | 16:22 | |
| *** bechamel has quit IRC | 16:52 | |
| *** javivf has joined #openobject | 16:53 | |
| *** zigzapgabe_ has quit IRC | 16:53 | |
| *** bechamel has joined #openobject | 16:54 | |
| *** edannenbe has quit IRC | 16:59 | |
| archibullo | hey, anyone here can help me with making openerp server starts as a dameon | 17:00 |
| archibullo | ? | 17:00 |
| *** mattsqz has joined #openobject | 17:00 | |
| archibullo | i have a problem with making openerp-server and openerp-web starts as damon services | 17:01 |
| mattsqz | does anyone know if there is a way to have pdf reports end up in the document management system instead of downloading to the user's pc | 17:02 |
| mattsqz | or even better, if it could happen alongside it | 17:02 |
| mattsqz | or am i barking up a dead tree | 17:03 |
| Marcel|HSD | mattsqz, should be possible, invoices do that too, no? i.e. produce a pdf *and* attach it to the invoice object | 17:06 |
| Marcel|HSD | iirc its a flag in the report xml object | 17:07 |
| mattsqz | excellent | 17:07 |
| mattsqz | so i should be able to set it up to work like an invoice and have it show up as a document | 17:13 |
| Marcel|HSD | i'd think so, but i have not done it | 17:20 |
| mattsqz | well thanks for pointing me in the right direction ;) | 17:22 |
| *** komsas has joined #openobject | 17:45 | |
| *** Red15 has quit IRC | 17:46 | |
| *** bechamel has quit IRC | 17:48 | |
| mattsqz | hah, might help to have the module im looking for installed before i try to reverse engineer and rearrange it | 17:58 |
| *** mattsqz has quit IRC | 18:09 | |
| *** javivf has quit IRC | 18:11 | |
| *** Nyx has left #openobject | 18:18 | |
| *** cedk has quit IRC | 18:24 | |
| *** hounddog has quit IRC | 18:27 | |
| *** tarik_ has joined #openobject | 18:57 | |
| *** tarik has quit IRC | 18:59 | |
| *** ioDev has joined #openobject | 19:03 | |
| *** cedk has joined #openobject | 19:09 | |
| *** enlightx has quit IRC | 19:14 | |
| *** kalymero has quit IRC | 19:17 | |
| *** mrcast has quit IRC | 19:19 | |
| *** simahawk has quit IRC | 19:20 | |
| *** eLBati has quit IRC | 19:36 | |
| *** eLBati has joined #openobject | 20:01 | |
| *** cedk has quit IRC | 20:12 | |
| *** archibullo has quit IRC | 20:27 | |
| *** cedk has joined #openobject | 20:30 | |
| *** simahawk has joined #openobject | 20:47 | |
| *** archibullo has joined #openobject | 20:48 | |
| *** LucaSub has joined #openobject | 21:26 | |
| *** LucaSub has left #openobject | 21:26 | |
| *** franckb has quit IRC | 21:49 | |
| *** mrcast has joined #openobject | 22:04 | |
| *** pepeu has quit IRC | 22:16 | |
| *** peterN has joined #openobject | 22:29 | |
| *** eLBati has quit IRC | 22:30 | |
| *** mr_amit_ has quit IRC | 22:35 | |
| *** peterN has quit IRC | 22:36 | |
| *** mrcast has quit IRC | 22:43 | |
| *** ToadP has quit IRC | 22:47 | |
| *** ToadP has joined #openobject | 22:49 | |
| *** ToadP1 has joined #openobject | 22:49 | |
| *** mattsqz has joined #openobject | 23:05 | |
| *** bechamel has joined #openobject | 23:09 | |
| *** Marcel|HSD has left #openobject | 23:20 | |
| *** ioDev has quit IRC | 23:23 | |
| *** jehan has joined #openobject | 23:35 | |
| *** simahawk has quit IRC | 23:46 | |
| *** komsas has quit IRC | 00:18 | |
| *** mattsqz has quit IRC | 00:18 | |