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-07-19

*** KangOl has quit IRC00:23
*** Gavin_Achado has joined #openobject00:37
*** Gavin_Achado has left #openobject00:37
*** matrixise has quit IRC01:22
*** digitalsatori has joined #openobject01:49
*** pepeu has joined #openobject03:01
*** ToadP1 has quit IRC03:18
*** ToadP has joined #openobject03:22
*** ToadP has left #openobject03:22
*** ToadP1 has joined #openobject03:30
*** Gavin_Achado has joined #openobject04:07
*** Gavin_Achado has left #openobject04:07
*** pepeu has quit IRC05:06
*** yangoon has quit IRC05:19
*** yangoon has joined #openobject05:35
*** digitalsatori has quit IRC06:32
*** hounddog has joined #openobject07:18
*** hounddog has quit IRC07:28
*** enlightx has joined #openobject07:57
*** mr_amit has joined #openobject08:22
*** LucaSub has joined #openobject08:26
*** LucaSub has left #openobject08:26
*** r3c4ll has quit IRC08:39
*** hounddog has joined #openobject08:46
*** mrcast has joined #openobject08:51
*** Nyx has joined #openobject09:11
*** rona1 has joined #openobject09:19
*** rona1 has left #openobject09:19
*** eLBati has joined #openobject09:22
*** rationalperseus has joined #openobject09:27
*** cjeske has joined #openobject09:29
*** edannenbe has joined #openobject09:38
*** tarik has joined #openobject09:39
*** eLBati has quit IRC09:43
*** simahawk has joined #openobject09:47
*** eLBati has joined #openobject09:54
*** tarik has quit IRC10:09
*** kalymero has joined #openobject10:09
*** caneca has joined #openobject10:13
*** bechamel has joined #openobject10:32
*** zipgem has joined #openobject10:41
zipgemhi all10:41
zipgemI have a question for you10:41
*** Nyx has left #openobject10:41
zipgemI have an object with 3 field (partner_src_id, partner_dst_id, relation_type_id) that are all a one2many field10:42
zipgemthis object is named partner_relation10:43
zipgemthen I have anpother object with 3 field (name, description_src, description_dst) that are all char10:43
zipgemthis object is named partner_relation_type10:44
zipgemwell now I want to insert a ref to theese object into partner form, related for example with partner_src_id field of partner_relation object10:45
zipgemI insert into res_partner a field relation_ids one2many related to partner_src_id10:46
*** KangOl has joined #openobject10:46
*** ChanServ sets mode: +o KangOl10:46
zipgemsorry: in object partner_relation the 3 fields are many2one10:46
zipgemin the partner form I want to view partner_dst_id and relation_type_id from partner_relation and then description_src field from partner_relation_type (that was related with relation_type_id <--> id)10:48
zipgemsome one know how I can do that ????10:48
zipgemsomeone can help me ???10:49
*** cheval_boiteux has joined #openobject10:50
*** matrixise has joined #openobject10:58
*** matrixise has joined #openobject11:00
*** tarik has joined #openobject11:06
*** eLBati has quit IRC11:24
*** enlightx has quit IRC11:27
*** digitalsatori has joined #openobject11:30
*** solraC has joined #openobject11:31
*** solraC has left #openobject11:38
*** hsm has joined #openobject12:22
hsmWhen integrating an external system with Open ERP you can choose to use XMLRPC to add new data to the database; you can also directly write into the database tables. What would you guys prefer? And for what reasons?12:24
edannenbehsm, using the api should be more future proof then writing directly to the tables12:50
*** mrcast has quit IRC12:51
*** mrcast has joined #openobject12:52
alex_joniand less error-prone12:56
*** Nyx has joined #openobject13:20
hsmthanks alex_joni and edannenbe! What about 'ids'? Will these be auto-incremented in Postgres? Or is this a OpenERP incrementor?13:31
*** Nyx has left #openobject13:31
*** simahawk is now known as simahawk|lunch13:48
*** mr_amit has quit IRC13:52
*** simahawk|lunch has quit IRC13:53
*** enlightx has joined #openobject14:05
*** eLBati has joined #openobject14:10
edannenbesigh, anyone using openerp selling products?14:14
*** mr_amit has joined #openobject14:17
*** simahawk has joined #openobject14:44
*** r3c4ll has joined #openobject14:59
*** tarik_ has joined #openobject15:00
*** tarik has quit IRC15:00
zipgemhi all,15:16
zipgemsomeone can help me for the following topic ???15:16
zipgemhttp://www.openobject.com/forum/topic17502.html15:16
cheval_boiteuxzipgem, by default, if you add relation_ids field in partner form, you can see view partner_dst_id and relation_type_id from partner_relation in the partner form15:20
cheval_boiteuxAnd if I understood that you said, you would see description_src field from partner_relation_type ?15:21
cheval_boiteuxThat's it ?15:21
zipgemyes15:24
cheval_boiteuxok15:28
cheval_boiteuxin your object partner_relation had you add a fields.related to have the description_src field of partner_relation_type ?15:30
cheval_boiteuxif not, you can do that to add :15:30
cheval_boiteux'description_src': fields.related('relation_type_id', 'description_src', type='char', store=False, string='Description'),15:31
*** Taytay has quit IRC15:31
*** Taytay has joined #openobject15:32
cheval_boiteuxThen, you should add this field on the partner_relation views (form and tree)15:32
zipgemok, now I try it15:36
cheval_boiteuxthat's work15:47
cheval_boiteux?15:48
*** cheval_boiteux has quit IRC16:00
*** bechamel has quit IRC16:03
zipgemcheval_boiteux: great16:16
zipgemit works perfectly16:16
zipgemthank you so much16:17
*** Marcel|HSD has joined #openobject16:24
eLBatihow can I override wizard fields?16:28
enlightxeLBati: afaik, you have to override the wizard itself (except for osv.memory wizards)16:38
eLBatithanks enlightx16:39
*** eLBati has quit IRC16:42
*** pheller has joined #openobject16:44
*** hjmf has quit IRC16:44
*** tarik has joined #openobject16:47
*** tarik_ has quit IRC16:50
*** hjmf has joined #openobject16:57
*** hjmf has quit IRC17:01
*** hjmf has joined #openobject17:02
*** zipgem has left #openobject17:13
*** tarik_ has joined #openobject17:16
*** tarik has quit IRC17:17
*** hjmf has joined #openobject17:18
*** KangOl has quit IRC17:21
*** digitalsatori has quit IRC17:21
*** matrixise has quit IRC17:22
canecasome one know a link explaining how to implement a fnct_search method of a function field?17:23
*** matrixise has joined #openobject17:28
*** hsm has left #openobject17:35
*** simahawk has quit IRC17:35
*** hjmf has quit IRC17:36
*** hjmf has joined #openobject17:37
*** digitalsatori has joined #openobject17:38
*** matrixise has quit IRC17:40
*** hjmf has quit IRC17:41
*** hjmf has joined #openobject17:41
*** simahawk has joined #openobject17:49
*** digitalsatori has quit IRC17:54
*** hjmf has joined #openobject17:58
*** edannenbe has quit IRC18:09
*** enlightx has quit IRC18:12
*** hjmf has joined #openobject18:14
*** simahawk has quit IRC18:15
*** hjmf has quit IRC18:18
*** hjmf has joined #openobject18:19
*** tarik_ has quit IRC18:20
*** kalymero has quit IRC18:21
*** mrcast has quit IRC18:32
*** hjmf has joined #openobject18:35
*** javivf has quit IRC18:44
*** hjmf has joined #openobject18:52
*** hjmf has joined #openobject19:08
*** hjmf has joined #openobject19:25
*** KangOl has joined #openobject19:29
*** ChanServ sets mode: +o KangOl19:29
*** caneca has quit IRC19:39
*** hjmf has quit IRC19:43
*** hjmf has joined #openobject19:43
*** ovnicraft has joined #openobject19:45
*** eLBati has joined #openobject19:49
*** mrcast has joined #openobject19:52
*** cjeske has quit IRC19:57
*** hjmf has joined #openobject20:00
*** mrcast has quit IRC20:09
*** hjmf has joined #openobject20:17
*** rationalperseus has quit IRC20:17
*** rationalperseus has joined #openobject20:19
*** LucaSub1 has joined #openobject20:21
*** LucaSub1 has left #openobject20:21
*** eLBati has quit IRC20:22
*** Nyx has joined #openobject20:23
*** mrcast has joined #openobject20:33
*** mrcast has quit IRC20:33
*** hjmf has joined #openobject20:33
*** mrln has joined #openobject20:44
mrlnIf I have a production server, with both a live production database, and then a test database, could installing modules in the test database effect the server and/or the live database, since they are both running in the same openerp server?20:45
*** hjmf has joined #openobject20:50
*** hjmf has joined #openobject21:07
*** mr_amit has quit IRC21:18
*** hjmf has joined #openobject21:23
*** hjmf has quit IRC21:27
*** hjmf has joined #openobject21:28
*** hjmf has joined #openobject21:45
*** hjmf has quit IRC21:49
*** hjmf has joined #openobject21:49
*** Akashaa has joined #openobject21:59
*** simahawk has joined #openobject22:04
*** hjmf has joined #openobject22:07
*** hjmf has quit IRC22:11
*** hjmf has joined #openobject22:12
*** matrixise has joined #openobject22:19
*** ovnicraft has quit IRC22:21
*** hjmf has quit IRC22:29
*** hjmf has joined #openobject22:30
*** Nyx has joined #openobject22:33
*** Akashaa has left #openobject22:37
*** hjmf has joined #openobject22:47
*** simahawk has quit IRC22:57
*** pheller has left #openobject23:02
*** hjmf has quit IRC23:04
*** hjmf has joined #openobject23:05
*** mrcast has joined #openobject23:21
*** mrcast has quit IRC23:22
*** hjmf has joined #openobject23:22
*** Gavin_Achado has joined #openobject23:33
*** Gavin_Achado has left #openobject23:35
*** hjmf has joined #openobject23:39
*** KangOl has quit IRC23:47
*** hjmf has joined #openobject23:55
*** G_O_D has joined #openobject00:01
*** hjmf has joined #openobject00:12
*** hjmf has quit IRC00:16
*** hjmf has joined #openobject00:17