IRC Channels

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

Wednesday, 2010-06-23

*** yangoon1 has joined #openobject00:31
*** yangoon1 has quit IRC00:39
*** yangoon_rm has joined #openobject00:41
*** eLBati has quit IRC00:44
*** ludo21 has quit IRC00:53
*** ludo2 has joined #openobject00:54
*** ludo2 has quit IRC00:59
*** KangOl has quit IRC01:00
*** Virtualcolony has quit IRC01:06
*** Spiralmatrix has joined #openobject01:07
*** ovnicraft has quit IRC01:13
*** komsas has quit IRC01:25
*** atikasoft has quit IRC01:44
*** Gavin_Achado has joined #openobject01:48
*** yangoon_rm has quit IRC02:11
*** ovnicraft has joined #openobject03:30
*** zigzapgabe has quit IRC03:53
*** zigzapgabe has joined #openobject03:56
*** Gavin_Achado has left #openobject05:04
*** yangoon has quit IRC05:20
*** ovnicraft has quit IRC05:29
*** yangoon has joined #openobject05:35
*** zigzapgabe_ has joined #openobject05:38
*** julian1828 has quit IRC06:06
*** mr_amit has joined #openobject06:17
*** julian1828 has joined #openobject06:27
*** Nyx1 has joined #openobject07:55
*** enlightx has joined #openobject08:02
*** Nyx1 has quit IRC08:14
*** quodt has joined #openobject08:41
*** cedk has quit IRC08:57
*** Janneman1 has joined #openobject09:01
*** Spiralmatrix has quit IRC09:04
*** eLBati has joined #openobject09:19
*** rona1 has joined #openobject09:20
*** rona1 has left #openobject09:20
eLBatiif I inherit by prototyping (_name != _inherit), won't I inherit workflow too?09:37
*** cedk has joined #openobject09:37
*** rationalperseus_ has joined #openobject09:43
*** rationalperseus has quit IRC09:43
*** KangOl has joined #openobject10:06
*** ChanServ sets mode: +o KangOl10:06
*** eLBati has quit IRC10:13
*** Red15 has joined #openobject10:13
*** rationalperseus_ has quit IRC10:35
*** enlightx has quit IRC10:38
*** Janneman1 has quit IRC10:38
*** rationalperseus has joined #openobject10:39
*** eLBati has joined #openobject10:40
*** ludo2 has joined #openobject10:41
*** kalymero has joined #openobject10:48
*** enlightx has joined #openobject10:53
*** jessejames has joined #openobject11:08
*** hounddog has joined #openobject11:16
eLBatiis it possible to use the same workflow for several objects?11:18
cedkeLBati: no11:21
eLBatithanks cedk11:22
jessejamesHas anyone been able to run openerp on ubuntu lucid?11:23
*** hounddog has quit IRC11:24
zanagajessejames: server or client?11:26
eLBatijessejames, yes but with this bug https://bugs.launchpad.net/openobject-server/+bug/59445311:26
jessejameszanaga: server11:26
zanagai've been running my test installation on lucid11:27
jessejameszanaga, my problem seems to be with connecting to the database as the openerp user11:28
jessejamesI get this error: Unable to connect to template1: fe_sendauth: no password supplied11:29
zanagais your database on the local server?11:30
jessejamesyes11:30
jessejamesI can run as the postgres user, but not openerp: sudo -u postgres python /usr/lib/openerp-server/openerp-server.py11:31
zanagadid you create the openerp database user?11:31
jessejamesYes and I've verified that it is there by looking at the pg_user table11:31
zanagahave you modified pg_hba.conf at any point?11:32
jessejamesYes, I've changed the setting from ident to md511:32
zanagaok, and have you added the password for the openerp database user to openerp-server configuration?11:33
jessejamesYes11:33
zanagahmm.. and you are sure that the configuration you specified is actually being used?11:34
jessejamesHow do i verify that?11:34
zanagaif you change the db_user field to something else, does it try to connect as a different user?11:34
zanagafor example11:34
jessejameschecking...11:35
zanagaI used the ident authentication method here, so i haven't seen this problem myself.. but it would sound logical that the openerp-server is actually reading some other configuration file and using that instead of the one you are editing11:36
jessejamesI've changed /etc/openerp-server.conf and will check the log11:40
jessejamesI changed db-user tpo postgres and got this: Unable to connect to template1: FATAL:  Ident authentication failed for user "postgres"11:41
zanagaok.. so it is actually using that file11:42
zanagathen i'm out of ideas11:42
jessejamesIf I changed pg_hba.conf back to using ident, that should now work?11:42
zanagayeah11:42
jessejamesstill getting the ident error for postgres11:45
zanagaand you are running the openerp-server as the openerp user?11:45
jessejamesyes11:46
zanagaand i assume you changed the db_user back to openerp as well11:46
jessejamesnope... will do11:46
rationalperseuswhen i try to connect to the database, i get: current transaction is aborted, commands ignored until end of transaction block\n\n'; anyone familiar with the issue please? :)11:47
zanagarationalperseus: you are trying to send something to the server that it doesn't undestand and it aborts the transaction11:47
rationalperseusshould be something related to a connection timeout between the client and the server11:47
*** hounddog has joined #openobject11:47
rationalperseusit happens only with one database11:48
rationalperseusthe others on the same server accept the connection11:48
zanagamaybe there is a missing table or some other error like that?11:48
zanagaI'm not an expert there, just throwing ideas here =)11:49
jessejameszanaga: changing the db-user back to openerp didn't work either11:49
rationalperseusprobably since the timeout happened when preparing the db for migrating11:49
rationalperseusTraceback (most recent call last):\n  File "/usr/lib/openerp-server/netsvc.py", line 244, in dispatch\n    result = LocalService(service_name)(method, *params)\n11:50
zanagajessejames: odd.. does "sudo -u openerp psql template1" work?11:51
jessejameszanaga: psql: FATAL:  Ident authentication failed for user "openerp"11:52
zanagajessejames: then the problem is on the postgres side11:52
*** hounddog has quit IRC11:52
zanagajessejames: for some reason the database fails to accept connections from openerp user11:52
zanagajessejames: can you check that the database user doesn't have nologin attribute set11:53
jessejameszanaga, I can't do sudo su openerp ... could that be the problem?11:53
jessejameszanaga, how do I check nologin?11:53
zanagajessejames: no, (and you should use sudo -s openerp instead) but most likely the user has an invalid shell set so that the su command fails11:54
jessejameszanaga, the openerp user was created by the package. I think I'll delete it and recreate it11:56
zanagayou can do "alter role openerp login;"11:56
zanagathat forces the login flag11:56
zanagaafter that try again with the psql line11:56
jessejamesI get role "openerp" does not exist11:58
jessejames...on the alter role11:58
zanagahmm..11:58
zanagathat would be our problem11:58
zanagahve you created the openerp database user?11:58
jessejamesyes11:58
zanagadoes \dg in psql show the user?11:59
jessejamesYes11:59
zanagahmm.. what is going on here12:01
zanagatry recreating the database user, maybe that helps12:01
zanagabrb... stepping out for a sec12:03
jessejamesdropuser openerp gave: removal of role "openerp" failed: ERROR:  role "openerp" does not exist12:03
zanagaok.. so there was something wrong with the database user12:14
jessejamesI'm just trying to create a new user: openerpuser12:15
zanagaif you create it with any other name than openerp, you should use md5 login12:15
jessejamesokay12:17
*** Marcel|HSD has joined #openobject12:18
*** cjeske has joined #openobject12:23
jessejameszanaga, I get the fe_sendauth: no password supplied error still12:28
jessejameszanaga, using the openerpuser and the ident option in postgres works12:30
*** cjeske has quit IRC12:35
zanagawell.. actually it's using the postgres user with ident..12:42
zanagaident matches the username to the database user and uses that12:42
jessejamesthe log seems to say that I'm connecting as my openerpuser.12:50
*** cjeske has joined #openobject12:58
*** boran has joined #openobject12:59
*** boran has quit IRC13:03
jessejameszanaga, thanks for your help. Looks as though there is a bug filed for this: https://bugs.edge.launchpad.net/ubuntu/+source/openerp-server/+bug/33106513:10
zanagahmm.. are you sure that it's the same issue.. doesn't look like it to me13:12
jessejamesnot exactly the same, but I couldn't create a database on another lucid server (a few days ago)13:14
*** enlightx has quit IRC13:19
jessejameszanaga, I've found the problem: "user error". I created the db user with the command from http://doc.openerp.com/install/linux/postgres/index.html#setup-a-postgresql-user but didn't realise that the user was openuser not openerp (which is what I put in the config files)13:45
jessejameszanaga, with the right user name in and changing pg_hba.conf to md5, everything works13:46
zanagaah13:46
zanagagood thing you found the problem13:46
zanagayou should take a look at /usr/share/doc/openerp-server/README.Debian for other debian/ubuntu specific stuff as well13:46
*** hounddog has joined #openobject13:47
jessejamesthanks13:47
*** boran has joined #openobject13:51
*** boran has quit IRC13:59
*** tarik has joined #openobject14:05
*** boran has joined #openobject14:06
*** boran has quit IRC14:16
*** eLBati has quit IRC14:18
*** ardian has left #openobject14:23
*** mrcast has joined #openobject14:37
*** Marcel|HSD has left #openobject14:53
*** Red15 has quit IRC15:01
*** Red15 has joined #openobject15:01
*** eLBati has joined #openobject15:07
Red15when calling a function from inside your model (and the target function is also inside that same model) do you need to use super() ?15:10
*** stijnbe has joined #openobject15:12
cedkRed15: no15:13
Red15but i tried to overwrite this target function from another inherited model but the original function does not call the re-written function15:15
Red15so i have model a with function b, inside b it calls function a.c() (with self)15:15
Red15but when i create model d which is _inherit and _name = a._inherit and a._name15:16
Red15and inside d i tried to override c()15:16
Red15while i expect a.b() -> d.b() -> a.b()15:17
cedkRed15: that is the expected behavior15:17
Red15but doesnt seem to work ...15:18
Red15and in fact d.b() calling a.b() would depend on me calling super(d, self).b() right ?15:18
*** eLBati has quit IRC15:18
*** javivf has joined #openobject15:26
*** Marcel|HSD has joined #openobject15:44
*** Marcel|HSD has left #openobject15:49
*** Marcel|HSD has joined #openobject15:49
*** cjeske has quit IRC15:56
*** tarik_ has joined #openobject15:56
*** tarik has quit IRC15:59
*** tarik_ is now known as tarik16:00
*** Marcel|HSD has left #openobject16:01
*** hounddog has quit IRC16:06
*** tarik has quit IRC16:06
*** Marcel|HSD has joined #openobject16:07
*** zigzapgabe_ has quit IRC16:20
*** eLBati has joined #openobject16:31
*** pepeu has joined #openobject17:02
*** Spiralmatrix has joined #openobject17:04
*** pepeu has quit IRC17:32
*** pepeu has joined #openobject17:38
*** caneca has joined #openobject17:39
canecaHello, is there a way to select witch fields, between the ones that are being shown, that are editable in a tree view with editable="bottom" option? Or all of them become editable always?17:42
canecafield readonly="1"  problem solved, thanks17:52
*** quodt has quit IRC17:55
*** jehan_ has joined #openobject18:06
*** cedk has quit IRC18:16
*** Spiralmatrix has quit IRC18:19
*** javivf has quit IRC18:23
*** Red15 has quit IRC18:24
*** stijnbe has quit IRC18:27
*** RELAXPOR has joined #openobject18:50
RELAXPORHELLO18:50
RELAXPORANYBODY HERE18:50
*** ovnicraft has joined #openobject18:53
*** julian1828 has left #openobject18:55
*** cedk has joined #openobject18:59
*** kalymero has quit IRC19:01
*** ludo2 has quit IRC19:04
*** RELAXPOR has quit IRC19:20
*** Marcel|HSD has left #openobject19:30
*** eLBati has quit IRC19:43
*** KangOl has quit IRC19:48
*** jehan_ has quit IRC19:51
*** austini has joined #openobject20:24
austinihi, is there a function/module what i could use to search a order with the reference. basically id wanna find a deal with the reference.20:25
austiniIm talking mostly about sales, purchase, manufacturing, stock and invoicing20:25
*** LucaSub1 has joined #openobject20:28
*** LucaSub1 has left #openobject20:28
*** KangOl has joined #openobject20:30
*** ChanServ sets mode: +o KangOl20:31
*** jessejames has quit IRC20:31
*** julian1828 has joined #openobject20:31
*** ovnicraft has quit IRC20:54
*** mrcast has left #openobject21:05
austinialso is there a way to create a purchase order based on a open sales order?21:14
*** SteelSide has joined #openobject21:24
SteelSideHello! Does OpenERP have anything that would help manage eg rents for an appartment building/subscriptions from customers?21:25
austinidepends a lot from the process how you want to manage them21:27
austiniyou could consider one appartment as a running project that you manage with project management21:28
austinidepends a lot on the level of detail you require from the system21:28
SteelSidehmm21:28
SteelSideaustini, how much detail could I get using that way, and some other way, if you have another opention to compare it with?21:32
*** bechamel has joined #openobject21:33
austinifirst i need to know the size the operations your running?21:33
austiniwhether you actually need a erp to run it21:33
SteelSideActually the closest thing I came up with was rent/subscriptions21:34
SteelSideWe're a small ISP (at least we can call it that) and need a better way to keep track of our customers and send out invoices21:35
SteelSideabout 50 customers at present and expecting to stay within a hundred or two21:35
austinithen youll need a CRM and periodical invoicing21:37
austinibasically you need to connect a customer with a product that is invoiced every so often21:39
SteelSidesounds sane21:41
SteelSidedo you have any recomendations on CRM software? Preferably open source, but any pointers are welcome.21:41
austinii reckon that openerp can do it with slight modification21:42
austiniother than that, building such SW would be simple, fast, quick and cheap21:42
austiniusing existing crm as a base for that21:44
*** cedk has quit IRC21:49
*** ludo2 has joined #openobject21:52
*** cedk has joined #openobject21:52
*** ovnicraft has joined #openobject22:28
*** ludo2 has quit IRC22:29
*** ludo2 has joined #openobject22:50
*** bechamel has quit IRC22:52
*** pepeu has quit IRC22:55
*** julian1828 has quit IRC23:00
*** austini has quit IRC23:06
*** Marcel|HSD has joined #openobject23:08
*** quodt has joined #openobject23:11
*** mr_amit has quit IRC23:39
*** quodt has quit IRC23:51
*** cedk has quit IRC00:18