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-08-11

*** KangOl has quit IRC00:21
*** cedk has quit IRC00:35
*** quodt has quit IRC00:54
*** julian1828 has quit IRC01:06
*** julian1828 has joined #openobject01:18
*** Gavin_Achado has joined #openobject01:19
*** Gavin_Achado has left #openobject01:25
*** julian1828 has quit IRC01:26
*** G_O_D has quit IRC01:49
*** digitalsatori has joined #openobject02:04
*** b_52light has quit IRC02:41
*** ovnicraft has quit IRC04:30
*** julian1828 has joined #openobject05:13
*** jehan has quit IRC05:13
*** zodman has joined #openobject05:16
*** cvasquez has joined #openobject05:22
*** jehan has joined #openobject05:26
cvasquezhi, in a one2many view widget, is there a way to force the creation of the new object inside that widget, on the form view, and not open a new window with the form?05:27
*** hammad has joined #openobject05:29
hammadhi05:30
hammadanybody can help me regarding tutorial of openerp security05:30
cvasquezhammad, ?05:30
hammadopenerp security tutorial required05:31
*** hammad has quit IRC05:36
*** zodman has quit IRC06:03
*** cvasquez has left #openobject06:13
*** julian1828 has quit IRC06:20
*** julian1828 has joined #openobject06:59
*** cedk has joined #openobject08:15
*** Gavin_Achado has joined #openobject08:28
*** Gavin_Achado has left #openobject08:28
*** digitalsatori has quit IRC08:40
*** digitalsatori has joined #openobject08:43
*** Mark__Neobis has quit IRC08:52
*** digitalsatori has quit IRC08:52
*** digitalsatori has joined #openobject08:53
*** digitalsatori has quit IRC09:01
*** cedk has quit IRC09:01
*** quodt has joined #openobject09:04
*** julian1828 has quit IRC09:05
*** digitalsatori has joined #openobject09:06
*** Mark_Neobis has joined #openobject09:15
*** tony__ has joined #openobject09:20
*** digitalsatori has quit IRC09:21
*** tony__ has quit IRC09:25
*** digitalsatori has joined #openobject09:26
*** enlightx has joined #openobject09:27
*** cedk has joined #openobject09:30
*** mrln has quit IRC09:33
*** mrcast has joined #openobject09:41
*** mr_amit has joined #openobject09:49
*** KangOl has joined #openobject09:51
*** ChanServ sets mode: +o KangOl09:51
*** rationalperseus has joined #openobject09:53
*** hsm has joined #openobject09:59
hsmis there a way to test if a newly added function to a class is already existing?10:00
cedkhsm: surely with super and hasattr10:02
hsmcedk: by command line?10:03
cedkhsm: in code10:04
hsmcedk: do you know a way to do it by xmlrpc or so?10:05
cedkhsm: duck typing10:05
hsmcedk: Thats in code, right?10:06
cedkhsm: this mean call the method and if you got error message then it is not there10:07
*** jessejames has joined #openobject10:07
hsmcedk: allright, that's what I have already. I have an error that a function does not exist.10:08
hsmcedk: attributes I can see via Administration, is there also a way to show a models functions?10:08
*** b_52light has joined #openobject10:09
cedkhsm: don't know10:10
hsmcedk: allright, thanks anyway!10:10
hsmit seems that my changes don't take effect on the server: I added some functions to sale.order and some extra states. When the module is installed or upgraded, changes are not visible. Why is that? Other files in my module are added (terp imports work i guess).10:21
*** caneca has quit IRC10:21
hsm... ah.. restarting helps sometimes. To be sure: when is restarting needed, for which cases?10:31
*** edannenbe has joined #openobject10:37
*** camcam has joined #openobject10:50
camcamhi ;)10:50
camcamanybody know the commission module on OpenERP ?10:51
camcamsry for my bas english i'm french ;)10:51
camcam?10:52
camcamanybody here ?10:55
*** Red15 has joined #openobject11:06
*** samyboy has joined #openobject11:20
camcamHi red15 ;)11:23
hsmwhat should be done in a module definition in order to load the language files?11:25
Red15hi camcam11:28
camcamRed15 >hi do you have ever used commission in openerp ?11:31
camcamhsm > re-generate translation after install language module11:32
Red15hsm, nothing, it should load automatically when you upgrade the module11:32
camcamRed15, you know the comission pricelist module in OpenErp ?11:32
Red15hsm, or restart server to make sure the python modules are loaded again with their new labels if you changed python code11:32
Red15camcam, no, havent used it11:33
camcamyou've never manage sales agent ? :/11:33
camcamed*11:33
hsmcamcam: Red15: thanks, what sequence is best? restart the service first or upgrade the module (via interface) first?11:33
Red15hsm, i think you know and already use the same method as i do ? openerp-server.py -d dbname -u module ?11:34
Red15camcam, not with comissions no11:34
hsmRed15: yes i know :-) but if it is running in deamon (as a service), how can i do that?11:35
camcamred15, no problem thx11:35
camcamso difficult to manage this, there is no great module for this :/11:36
camcamif anybody know how to manage sales agent, there's no problem ;)11:40
hsmwill '/etc/init.d/openerp-server restart -u my_module' work ok?11:44
Red15hsm, doubt it11:45
Red15hsm how about restart, upgrade, and restart the server again ?11:45
hsmRed15: so stop the server, then upgrade with the .py command and then start the server again?11:46
Red15hsm, no, just restart the server first (this will reload the python files)11:47
Red15then upgrade from client (this will re-read xml files and update translations)11:47
hsmRed15: yes :-)11:47
Red15then restart server again (now the translations are actually applied to the new python strings)11:47
hsmRed15: nope, it doesn't load the language files.. is a POT file maybe necessary?11:50
Red15shouldn't be afaik11:51
hsmRed15: is there a way to find translation per module (via the client side?)11:53
Red15you can look in the translations i think11:53
Red15filter per module ?11:53
hsmRed15: nope..11:53
Red15hmm.. have you tried the resynchronise menu ?11:54
hsmRed15: yep, ill do it again (btw, no terp or init lines needed for translations?)11:56
Red15no but you need to have the language loaded (in your Administration/Translations/Application Terms/Languages menu)11:57
Red15there it will have a field with the iso code in it. (like nl_NL)11:57
Red15then it should read nl_NL.po from i18n/ subdir in your addon ...11:57
*** camcam has quit IRC12:02
hsmRed15: yes, thats what I expected.12:06
hsmRed15: maybe the po file is incorrect or so...12:09
hsmRed15: ok, it only works when I 'import' the PO file in the client. Do you know the difference?12:30
Red15uh maybe it's looking for the wrong filename, i saw in the recent bazaar that translations now often have another name than just nl_NL.po12:31
Red15more like addonname-nl_NL.po12:31
Red15for example (from 5.0 branch) ./profile_association/i18n/profile-association-nl_BE.po12:32
Red15but you still also have ./profile_association/i18n/nl_BE.po ...12:32
*** rigel__ has joined #openobject12:40
rigel__hi12:42
rigel__anybody in there?12:42
rigel__right. I'm off for a while and will try again later12:43
Red15patience12:46
*** hjmf has quit IRC13:03
rigel__mais je suis patient13:07
rigel__j'en ai profité pour faire une pause :)13:08
rigel__so I was wondering if it's possible inside a new-style wizard to launch a report13:08
rigel__say my wizard is wizard.foo and I want to launch the report report_bar on the object business.object.production13:09
rigel__so far, I didn't find a way to do this13:10
*** DreamersDelight has joined #openobject13:11
DreamersDelightHey everyone, is it possible to have a wizard open from an on_change event?13:12
DreamersDelightFor instance, when a certain value changes, I would like a wizard to open and ask for the reason they are changing it.13:12
DreamersDelightI have searched the forums and have only found the opposit, an onchange event IN a wizard. :-)13:14
*** hjmf has joined #openobject13:16
DreamersDelightThere are alternatives I could use, like blocking the change, and refering to the wizard if the want to change the value.13:16
DreamersDelight*they13:17
DreamersDelightanyone ?13:20
hsmRed15: Thanks, I copied the translation to a second file with the other name convention you showed me. Unfortunately, no results. I think there may be a solution in first installing the second language, and then install my module..13:32
*** hjmf has joined #openobject13:33
*** digitalsatori has quit IRC13:36
DreamersDelightsomeone ?13:38
DreamersDelightsimple yes, no or pastebin with example will do guys?!?!13:40
hsmDreamersDelight: i don't know, sorry13:40
Red15rigel__, yes you can, use return {'type': 'ir.actions.report_xml'}13:45
Red15rigel__, keep in mind that only from version 5.0.11 it will work properly when you try to pass extra data (use 'context' dictionary for that)13:46
Red15rigel__, look for examples in the new trunk13:47
*** hjmf has joined #openobject13:50
Red15DreamersDelight, i think your alternative is the way to go13:50
Red15the problem is that the on_change only looks at 'value', 'domain' and 'warning'13:52
*** hjmf has quit IRC13:54
*** hjmf has joined #openobject13:54
*** hjmf has quit IRC13:59
*** Red15 has quit IRC14:03
*** rigel__ has quit IRC14:07
*** Red15 has joined #openobject14:09
DreamersDelightRed15, thanks for the info, your right14:10
*** hjmf has joined #openobject14:12
*** rationalperseus_ has joined #openobject14:14
*** rationalperseus has quit IRC14:17
*** hjmf has quit IRC14:29
*** hjmf has joined #openobject14:30
*** hjmf has quit IRC14:34
*** hjmf has joined #openobject14:35
*** Mark_Neobis has quit IRC14:38
*** samyboy has quit IRC14:48
*** samyboy has joined #openobject14:49
*** hjmf has joined #openobject14:51
*** hjmf has quit IRC15:09
*** hjmf has joined #openobject15:10
*** hjmf has quit IRC15:14
*** hjmf has joined #openobject15:15
*** hjmf has joined #openobject15:32
*** hjmf has quit IRC15:37
*** hjmf has joined #openobject15:37
Red15edannenbe, can you test if this branch fixes the SIGINT problem for you ? https://code.launchpad.net/~niels-bubbles-it/openobject-server/fix-sigint-select15:38
*** digitalsatori has joined #openobject15:44
*** hjmf has joined #openobject15:54
*** Mark_Neobis has joined #openobject15:58
*** hjmf has joined #openobject16:10
*** digitalsatori has quit IRC16:14
*** zodman has joined #openobject16:15
*** stijnbe has joined #openobject16:18
*** hjmf has quit IRC16:28
*** hjmf has joined #openobject16:29
*** hjmf has quit IRC16:32
*** hjmf has joined #openobject16:46
*** hjmf has quit IRC16:50
*** hjmf has joined #openobject16:50
*** stijnbe has quit IRC16:56
*** stijnbe has joined #openobject16:56
*** zodman has quit IRC17:01
*** Guest_371_ has quit IRC17:05
*** rationalperseus_ has quit IRC17:05
*** hjmf has joined #openobject17:07
*** Red15 has quit IRC17:14
*** hsm has left #openobject17:16
*** Mark_Neobis has quit IRC17:16
*** hjmf has joined #openobject17:24
*** DreamersDelight has quit IRC17:36
*** hjmf has joined #openobject17:41
*** hjmf has quit IRC17:46
*** hjmf has joined #openobject17:46
*** ovnicraft has joined #openobject17:47
*** stijnbe has quit IRC17:52
*** quodt has quit IRC17:52
*** Mark_Neobis has joined #openobject17:53
*** Mark__Neobis has joined #openobject17:58
*** Mark_Neobis has quit IRC18:02
*** hjmf has joined #openobject18:03
*** enlightx has quit IRC18:07
*** cedk has quit IRC18:08
*** mrcast has quit IRC18:10
*** pheller has joined #openobject18:19
*** hjmf has joined #openobject18:19
*** Marcel|HSD has joined #openobject18:30
*** hjmf has joined #openobject18:36
*** hjmf has quit IRC18:40
*** hjmf has joined #openobject18:40
*** pheller has quit IRC18:44
*** Mark__Neobis has quit IRC18:50
*** hjmf has joined #openobject18:57
*** cedk has joined #openobject19:06
*** rationalperseus has joined #openobject19:10
*** hjmf has joined #openobject19:14
*** pheller has joined #openobject19:26
*** hjmf has joined #openobject19:31
*** hjmf has quit IRC19:35
*** hjmf has joined #openobject19:36
*** opencurry has joined #openobject19:41
*** jessejames has quit IRC19:45
opencurryhey guys, i have a question. in one of our databases, our variants field in the product listing somehow ended up being greyed out. does anyone know what could have caused that to happen?19:48
*** hjmf has joined #openobject19:52
*** hjmf has joined #openobject20:09
*** KangOl has quit IRC20:20
*** hjmf has joined #openobject20:26
*** samyboy has quit IRC20:31
*** edannenbe has quit IRC20:40
*** hjmf has joined #openobject20:42
*** mrcast has joined #openobject20:43
*** hjmf has joined #openobject20:59
*** mrcast has quit IRC20:59
*** hjmf has joined #openobject21:15
*** Marcel|HSD has left #openobject21:20
*** Marcel|HSD has joined #openobject21:23
*** hjmf has joined #openobject21:32
*** mrcast has joined #openobject21:35
*** mrcast has quit IRC21:38
*** cvasquez has joined #openobject21:46
*** KangOl has joined #openobject21:47
*** ChanServ sets mode: +o KangOl21:47
cvasquezhi, does someone knows how to use the 'store' and 'multi' properties of functional fields?21:47
*** hjmf has quit IRC21:49
*** hjmf has joined #openobject21:50
*** hjmf has quit IRC22:08
*** hjmf has joined #openobject22:09
*** evernichon has joined #openobject22:15
*** evernichon has quit IRC22:25
*** hjmf has quit IRC22:26
*** hjmf has joined #openobject22:27
*** zodman has joined #openobject22:29
*** Mark__Neobis has joined #openobject22:34
*** mr_amit has quit IRC22:35
*** hjmf has joined #openobject22:44
*** evernichon has joined #openobject22:54
*** evernichon has quit IRC22:56
*** evernichon has joined #openobject22:56
*** evernichon has quit IRC22:58
*** hjmf has joined #openobject23:02
*** hjmf has joined #openobject23:19
*** hjmf has quit IRC23:23
*** hjmf has joined #openobject23:24
*** zodman has quit IRC23:31
*** hjmf has joined #openobject23:40
*** KangOl has quit IRC23:51
*** cedk_ has joined #openobject23:55
*** cedk_ has quit IRC23:58
*** hjmf has quit IRC23:58
*** hjmf has joined #openobject23:59
*** pheller has quit IRC23:59
*** hjmf has joined #openobject00:16