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:34 | |
| *** Gavin_Achado has left #openobject | 00:34 | |
| *** ovnicraft has quit IRC | 00:50 | |
| *** julian18282 has quit IRC | 01:56 | |
| *** pepeu has quit IRC | 02:38 | |
| *** ovnicraft has joined #openobject | 02:42 | |
| *** ovnicraft has quit IRC | 03:27 | |
| *** r3c4ll has quit IRC | 04:18 | |
| *** ToadP has quit IRC | 04:31 | |
| *** ToadP1 has quit IRC | 04:31 | |
| *** ToadP1 has joined #openobject | 04:35 | |
| *** ToadP has joined #openobject | 04:35 | |
| *** ToadP has quit IRC | 04:42 | |
| *** ToadP1 has quit IRC | 04:42 | |
| *** r3c4ll has joined #openobject | 04:42 | |
| *** ToadP has joined #openobject | 04:43 | |
| *** ToadP1 has joined #openobject | 04:43 | |
| *** ToadP1 has left #openobject | 04:43 | |
| r3c4ll | what is th better IDE, Geany or Anjuta? | 05:04 |
|---|---|---|
| *** ToadP has quit IRC | 05:44 | |
| *** r3c4ll has quit IRC | 05:48 | |
| *** Gavin_Achado has joined #openobject | 05:57 | |
| *** Gavin_Achado has left #openobject | 05:57 | |
| *** mr_amit has joined #openobject | 06:44 | |
| *** Nyx has joined #openobject | 07:25 | |
| *** Nyx has quit IRC | 07:35 | |
| *** mr_amit has quit IRC | 07:57 | |
| *** mrcast has joined #openobject | 08:32 | |
| *** mr_amit has joined #openobject | 08:36 | |
| *** matrixise has quit IRC | 08:37 | |
| *** _3pm_ has joined #openobject | 08:41 | |
| *** mrcast has quit IRC | 08:43 | |
| *** mrcast has joined #openobject | 08:47 | |
| *** enlightx has joined #openobject | 08:49 | |
| *** cedk has quit IRC | 08:59 | |
| *** julian1828 has joined #openobject | 09:04 | |
| *** julian1828 has left #openobject | 09:05 | |
| *** mrcast has quit IRC | 09:06 | |
| *** r3c4ll has joined #openobject | 09:07 | |
| *** rationalperseus has joined #openobject | 09:12 | |
| *** rona1 has joined #openobject | 09:21 | |
| *** simahawk has joined #openobject | 09:24 | |
| *** rona1 has left #openobject | 09:24 | |
| *** javivf has joined #openobject | 09:24 | |
| *** cedk has joined #openobject | 09:28 | |
| *** eLBati has joined #openobject | 09:34 | |
| *** bechamel has joined #openobject | 09:45 | |
| *** Flydoire|Taktik has joined #openobject | 09:47 | |
| *** Flydoire|Taktik has joined #openobject | 09:47 | |
| *** KangOl has joined #openobject | 09:49 | |
| *** ChanServ sets mode: +o KangOl | 09:49 | |
| *** hjmf has quit IRC | 10:21 | |
| *** edannenbe has joined #openobject | 10:32 | |
| *** hjmf has joined #openobject | 10:34 | |
| *** matrixise has joined #openobject | 10:42 | |
| *** ChanServ sets mode: +o matrixise | 10:42 | |
| *** hawodi has joined #openobject | 10:46 | |
| *** Red15 has joined #openobject | 10:47 | |
| hawodi | Hello all. | 10:49 |
| *** hjmf has joined #openobject | 10:51 | |
| *** quodt has joined #openobject | 10:52 | |
| *** xrg_ has quit IRC | 10:53 | |
| *** xrg_ has joined #openobject | 10:53 | |
| *** hjmf has quit IRC | 10:55 | |
| *** hjmf has joined #openobject | 10:55 | |
| *** dex__ has joined #openobject | 10:56 | |
| hawodi | Am trying to raise a warning to notify the user that ordered stock is above what is available. I have written the following code to do that but it's not working. What is wrong please? http://pastebin.com/kctLtkCA | 11:01 |
| *** xrg_ has quit IRC | 11:04 | |
| Red15 | hawodi, why do you do it in uos_change ? | 11:08 |
| Red15 | did you create the view changes for that on_change tot be triggered ? | 11:08 |
| *** hjmf has joined #openobject | 11:12 | |
| hawodi | Red15: Thanks again. Am yet to fully understand the complete working of openerp so I modified the following code to implement it. The seems to have the same logic. I did not create the view because i didn't create a view for the product_id_change and that one is running well. Have I missed something? | 11:16 |
| Red15 | you need to make sure your uos_change function is called whenever a user changes the uos on the view | 11:16 |
| Red15 | unless i'm completely mistaken the uos field on the sale.order.line view does actually already call the product_id_change method | 11:17 |
| hawodi | Red15: http://pastebin.com/kW0fmQFN | 11:17 |
| Red15 | because uos and uom influence your product and price | 11:17 |
| Red15 | why is that not sufficient for you then ? | 11:18 |
| hawodi | Red15: the complete code: http://pastebin.com/KQ8w3X3B | 11:19 |
| Red15 | fyi, are you sure you want to check your quantity like that ? | 11:21 |
| Red15 | uos_change is called when you change unit of sales | 11:21 |
| Red15 | most of the time that doesnt matter, what gets taken out of stock is the other quantity on the sale order | 11:21 |
| Red15 | not the unit of sale | 11:22 |
| Red15 | changing your unit of sales will automatically change your "regular" quantity and thus then call the first functions which checks stock quantity | 11:22 |
| Red15 | so dont worry about that uos_change function | 11:22 |
| *** kalymero has joined #openobject | 11:22 | |
| hawodi | Red15: hmm, like I said, am still trying to understand much of the code and I appreciate the help I have gotten. So, do I call a function on from the sale order to do the test? any code snippet to achieve the above? | 11:24 |
| *** hjmf has joined #openobject | 11:29 | |
| Red15 | hawodi, actually i didnt realize that uos_change is indeed called by the sale order line view already | 11:31 |
| Red15 | but still I don't think you should change the code there | 11:31 |
| Red15 | because the qty you are receiving in that function is not in the same UoM as the qty you are keeping stock in | 11:31 |
| Red15 | product_uos_qty <> product_uom_qty | 11:32 |
| Red15 | if you want to check if the user entered more than is available in stock, change the " < 1" part in the product_id_change code | 11:33 |
| hawodi | Red15: Ok. | 11:33 |
| Red15 | replace " < 1" with " < qty" | 11:33 |
| Red15 | because "qty" is in the product_id_change function signature | 11:33 |
| Red15 | and will contain the UoM qty entered by the user. | 11:33 |
| *** hjmf has quit IRC | 11:34 | |
| hawodi | Red15: Thanks again. btw, where can I get Openerp ApI documentation? | 11:34 |
| Red15 | doc.openerp.com | 11:35 |
| Red15 | or go follow a training :) | 11:35 |
| Red15 | technical training ofc | 11:35 |
| hawodi | Red15: I would love a technical training but I can't afford the cost right now and I wish they is an online training that I can pay for. It would be easier and wondering why no one has thought about it. | 11:40 |
| Red15 | well online training isn't really the same imo | 11:41 |
| hawodi | Red15: It is working now. Thanks again. | 11:41 |
| Red15 | but my experience with online trainings isn't extensive enough to know what kind of trainings would be worth paying for | 11:42 |
| hawodi | It may not be the same but one can still get along with them. They could be video that one can subscribe to ... | 11:43 |
| hawodi | Or a good how to "develop book with openerp" | 11:44 |
| hawodi | There is such book for drupal and joomla. | 11:45 |
| *** hjmf has joined #openobject | 11:46 | |
| Red15 | there are books for openerp | 11:50 |
| Red15 | not sure if the books for developing are ready yet though | 11:50 |
| Red15 | i don't follow them that closely | 11:50 |
| hawodi | I think the best will be a good online content like the virtual oracle university. | 11:51 |
| hawodi | The only book I have seen is the Retail management one. | 11:51 |
| *** Gavin_Achado has joined #openobject | 11:52 | |
| *** hjmf has joined #openobject | 12:03 | |
| hawodi | Red15: Any idea on how I can grey out the sale button if the "<qty" | 12:10 |
| Red15 | nope, there's no way afaik | 12:15 |
| enlightx | Red15: give custom colours to the fields is a very common needs... i was wondering how to achieve this. we'd need to patch both server and client(s) | 12:19 |
| *** hjmf has joined #openobject | 12:20 | |
| Red15 | enlightx, quite big change, not impossible but will require some cooperation from openerp | 12:23 |
| Red15 | i think | 12:23 |
| enlightx | Red15: sure | 12:23 |
| enlightx | i'll check if there's an open blueprint for the | 12:23 |
| Red15 | i'd suggest you start with blueprint yea | 12:23 |
| enlightx | yep | 12:23 |
| Red15 | then create a branch in the community group | 12:23 |
| Red15 | so everyone can write to that branch | 12:24 |
| Red15 | as opposed to branching it to ~enlightx/openobject-addons/color-branch or something | 12:24 |
| enlightx | Red15: agree | 12:25 |
| enlightx | i'll do that asap | 12:25 |
| Red15 | i just joined openerp-community group, wasnt actually member of it (only indirectly through openerp-commiters) | 12:26 |
| Red15 | enlightx, are you thinking of adding something like a tag called background-color to a field in the view definition or what ? | 12:27 |
| enlightx | Red15: esactly, just like you can do in trees right now | 12:28 |
| Red15 | hmm, shall we add both background and text-color ? | 12:28 |
| Red15 | and name them like css attributes are called (instead of inventing new names) | 12:28 |
| enlightx | Red15: umh...you're right | 12:29 |
| simahawk | Red15, that's good | 12:29 |
| Red15 | it would also allow to create a poor mans "password" fields | 12:29 |
| Red15 | with white on white colors | 12:29 |
| enlightx | Red15: openerp 6 allow to specify html tags in forms/trees | 12:29 |
| Red15 | oh wait password fields are already implemented now arent they ? | 12:29 |
| simahawk | mmm, it'd be better to create a proper widget cuz users can't se chars tyoing | 12:30 |
| Red15 | enlightx, but doesnt that only work on the webclient then ? not in gtk ? | 12:30 |
| simahawk | tyoing/typing | 12:30 |
| enlightx | Red15: don't know, never tested | 12:30 |
| Red15 | well how else is the view on res.users done | 12:30 |
| Red15 | you can't read the password there | 12:30 |
| Red15 | <field name="password" password="True"/> | 12:31 |
| enlightx | Red15: btw, mandatory fields already have a different color... | 12:31 |
| Red15 | yea so what happens with those, override the color from the background-color property or no t? | 12:32 |
| Red15 | i'd say we should override it | 12:32 |
| enlightx | Red15: i think so | 12:32 |
| Red15 | only when the view complains about missing required fields it should still turn the fields red though | 12:33 |
| enlightx | so, my holyday homeworks are decided :) | 12:33 |
| Red15 | haha | 12:34 |
| simahawk | Red15, enlightx colors will be easy to overrides. we should get rid of this hardcoded settings | 12:36 |
| simahawk | colors = { | 12:36 |
| simahawk | 'invalid':'#ff6969', | 12:36 |
| simahawk | 'readonly':'#eeebe7', | 12:36 |
| simahawk | 'required':'#d2d2ff', | 12:36 |
| simahawk | 'normal':'white' | 12:36 |
| simahawk | } | 12:36 |
| enlightx | simahawk: that's for the web client | 12:36 |
| simahawk | ecarreras, nope | 12:37 |
| simahawk | ops | 12:37 |
| simahawk | enlightx, nope | 12:37 |
| simahawk | openerp-client-5.0.11/bin$ vim ./common/common.py | 12:37 |
| enlightx | ah, good | 12:37 |
| Red15 | nice, any easy way from gtk to get those rgb.txt names working ? | 12:37 |
| Red15 | like 'lightblue' etc | 12:37 |
| enlightx | Red15: don't think so (natively) | 12:38 |
| *** hawodi has quit IRC | 12:38 | |
| *** hjmf has quit IRC | 12:38 | |
| *** Gavin_Achado has quit IRC | 12:39 | |
| simahawk | enlightx, well they used "white"... | 12:39 |
| *** hjmf has joined #openobject | 12:39 | |
| enlightx | simahawk: i guess it's an hardcoded map | 12:39 |
| simahawk | let me search... :) | 12:39 |
| Red15 | do believe gtk has some builtins for searching that though | 12:40 |
| enlightx | gdk_color_parse | 12:40 |
| enlightx | yes, gtk recognizes a string as color | 12:40 |
| simahawk | enlightx, no mapping | 12:41 |
| Red15 | btw what if user wants to change only the label and not the textbox colors ? | 12:41 |
| simahawk | and "white" is used as default | 12:41 |
| simahawk | colour = widget.get_colormap().alloc_color(common.colors.get(name,'white')) | 12:41 |
| Red15 | should we then just make the use a seperate <label string="Custom label" color="black"> and <field nolabel="1"> | 12:41 |
| simahawk | Red15, back to you point before... we should use 'background-color="black"' | 12:42 |
| simahawk | as well as "color" ...yes :) | 12:42 |
| *** hjmf has quit IRC | 12:43 | |
| Red15 | simahawk, and you agree it should actually alter only the value field ? not the label | 12:44 |
| Red15 | unless ofcourse the color (or background-color) is on a <label> tag specifically | 12:44 |
| enlightx | Red15: yes, i agree | 12:45 |
| *** PeterL has joined #openobject | 12:45 | |
| Red15 | most of the time you will only want to change the input field colors | 12:45 |
| *** enlightx is now known as enlightx|away | 12:45 | |
| simahawk | Red15, yep | 12:45 |
| Red15 | afk lunch | 12:45 |
| *** simahawk is now known as simahawk|lunch | 12:48 | |
| *** bechamel has quit IRC | 12:48 | |
| *** bechamel has joined #openobject | 12:48 | |
| *** eLBati has quit IRC | 12:54 | |
| *** hawodi has joined #openobject | 12:56 | |
| *** hjmf has joined #openobject | 12:57 | |
| *** david00 has joined #openobject | 12:57 | |
| david00 | hi all | 12:57 |
| david00 | Is it possible to use a tree view from within a wizard? | 12:58 |
| david00 | I tried to use one but my fields weren't displayed at all | 12:58 |
| *** hawodi has quit IRC | 13:11 | |
| *** hawodi has joined #openobject | 13:12 | |
| *** hawodi has quit IRC | 13:14 | |
| *** hjmf has quit IRC | 13:14 | |
| *** hawodi has joined #openobject | 13:15 | |
| *** hjmf has joined #openobject | 13:15 | |
| *** hawodi has quit IRC | 13:17 | |
| *** hawodi has joined #openobject | 13:18 | |
| Red15 | david00, in theory yes, but never tried it | 13:22 |
| *** hjmf has joined #openobject | 13:32 | |
| david00 | Red15: I managed to get one by declaring a field of type many2many | 13:39 |
| *** hjmf has joined #openobject | 13:48 | |
| Red15 | oh i thought you wanted a list view of the wizard itself | 13:50 |
| *** simahawk|lunch is now known as simahawk | 13:51 | |
| *** enlightx|away is now known as enlightx | 13:51 | |
| edannenbe | hmm suppose i got a many2many widget in a view, can i put a domain on the entries you can choose from? | 13:51 |
| Red15 | edannenbe, why not ? | 13:52 |
| edannenbe | Red15, i dunno, just cant seem to manage it.. i can put a domain on the entries displayed in the widget, but no idea how to do it for the entries you can add to the widget | 13:54 |
| *** hawodi has quit IRC | 13:58 | |
| *** hawodi has joined #openobject | 13:59 | |
| *** hawodi has quit IRC | 14:00 | |
| *** hawodi has joined #openobject | 14:01 | |
| Red15 | edannenbe, it should also apply to new entries automatically, maybe it's a bug on osv_memory ? | 14:01 |
| *** hawodi has quit IRC | 14:03 | |
| *** hawodi has joined #openobject | 14:04 | |
| edannenbe | Red15, hmm wouldnt surprise me after the 5.0.11 update :p .. just to make it clear again, i want the domain to be applied on the popup window you get when you want to add entries to the many2many widget | 14:04 |
| Red15 | have you tried putting the domain on the field itself instead of only on the view ? | 14:04 |
| tuxick | trying to find bugtracker on the site, is it so chaotic or should i get back to sleep? | 14:05 |
| *** hjmf has joined #openobject | 14:05 | |
| Red15 | http://bugs.launchpad.net/openobject-addons ? | 14:05 |
| Red15 | tuxick, bugs for client/server/addons ? | 14:05 |
| tuxick | client and server | 14:06 |
| tuxick | since both are using *insane* amounts of memory | 14:07 |
| tuxick | and the guy maintaining the installation says we just have to add ram | 14:07 |
| Red15 | tuxick, are you actually getting out-of-memory errors ? | 14:08 |
| tuxick | i get nothing, it was outsourced | 14:08 |
| tuxick | i just get request to add another 12G ram to the 4G server has | 14:09 |
| tuxick | and that the clients need over 1.5G | 14:09 |
| *** hawodi has quit IRC | 14:09 | |
| tuxick | on 50k records | 14:09 |
| tuxick | i just can't believe those figures | 14:12 |
| Red15 | 50k records of what ? | 14:12 |
| tuxick | 'members' | 14:12 |
| tuxick | management decided to outsource this stuff, so i get very very little info | 14:13 |
| tuxick | but 16G ram for such a small database sounds absurd to me | 14:13 |
| tuxick | so i suspect memory leak | 14:14 |
| tuxick | or very bad code | 14:14 |
| tuxick | or config error | 14:14 |
| edannenbe | well test it | 14:16 |
| tuxick | as i said, it's been outsourced | 14:18 |
| tuxick | i only maintain the server where they run it in xen | 14:18 |
| Red15 | you can see the database no ? | 14:19 |
| Red15 | check the table definition of that 'members' | 14:19 |
| *** Nyx has joined #openobject | 14:20 | |
| *** hjmf has joined #openobject | 14:22 | |
| tuxick | no, i don't even have access there | 14:26 |
| tuxick | i was just wondering if this insane memory usage is 'normal' | 14:27 |
| Red15 | put your server in debug mode and check the logs ? | 14:27 |
| Red15 | put it in debug_rpc mode even | 14:27 |
| tuxick | i don't have access!!! | 14:27 |
| Red15 | then you will see data in the logfile :D | 14:27 |
| Red15 | ah k ... | 14:27 |
| tuxick | it's running in xen | 14:27 |
| Red15 | well I run 4 servers (relatively small companies) in 2gb of ram | 14:28 |
| tuxick | trying to remember name of that table | 14:28 |
| tuxick | it was as standard as it gets | 14:28 |
| tuxick | i did get openerp training when project started | 14:29 |
| tuxick | but then they outsourced the project | 14:29 |
| tuxick | and i simply don't believe adding ram will fix things if it's leaking | 14:29 |
| tuxick | memory for HP doesn't come cheap! | 14:30 |
| tuxick | oh well | 14:31 |
| tuxick | should consider it Not My Problem | 14:32 |
| *** javivf has quit IRC | 14:32 | |
| *** javivf has joined #openobject | 14:34 | |
| *** javivf has joined #openobject | 14:34 | |
| *** hawodi has joined #openobject | 14:36 | |
| *** javivf has quit IRC | 14:38 | |
| *** hjmf has joined #openobject | 14:39 | |
| *** javivf has joined #openobject | 14:39 | |
| *** javivf has joined #openobject | 14:39 | |
| david00 | How can I get data from the current model into a field in a wizard? | 14:41 |
| david00 | The way I found is to define an action, then browse for data['id'] in the pool of objects of type data['model'] | 14:43 |
| *** tuxick has left #openobject | 14:43 | |
| *** ToadP has joined #openobject | 14:43 | |
| david00 | This seems a bit manual though, I would think there would be a way to declare a field of a certain type and have the equivalent field from the model automatically copied into the wizard field | 14:44 |
| *** ToadP1 has joined #openobject | 14:44 | |
| *** javivf has quit IRC | 14:44 | |
| *** javivf has joined #openobject | 14:44 | |
| *** hjmf has joined #openobject | 14:56 | |
| edannenbe | david00, in the action calling the wizard try <field name="context">{'action_id': active_id}</field> | 14:56 |
| edannenbe | action_id in the wizard is then id of current model | 14:56 |
| simahawk | david00, you can also define context on the button calling the wiz | 15:12 |
| *** hjmf has joined #openobject | 15:12 | |
| *** eLBati has joined #openobject | 15:12 | |
| simahawk | <button ... context="{'foo_id':foo_id}" /> | 15:13 |
| *** hjmf has quit IRC | 15:17 | |
| *** hjmf has joined #openobject | 15:17 | |
| *** ToadP has quit IRC | 15:20 | |
| *** ToadP1 has quit IRC | 15:20 | |
| *** hjmf has quit IRC | 15:21 | |
| *** hjmf has joined #openobject | 15:22 | |
| *** kalymero has quit IRC | 15:23 | |
| *** kalymero has joined #openobject | 15:26 | |
| *** zigzapgabe has quit IRC | 15:29 | |
| *** zigzapgabe has joined #openobject | 15:35 | |
| *** eLBati has quit IRC | 15:39 | |
| *** hjmf has quit IRC | 15:40 | |
| *** hjmf has joined #openobject | 15:40 | |
| *** pheller has joined #openobject | 15:41 | |
| *** eLBati has joined #openobject | 15:41 | |
| *** Nyx has quit IRC | 15:41 | |
| *** hounddog has joined #openobject | 15:43 | |
| *** dex__ has quit IRC | 15:44 | |
| *** pepeu has joined #openobject | 15:45 | |
| slidesinger | Trying to get US city support installed. Came across this: https://bugs.launchpad.net/openobject-server/+bug/581141: jsherk wrote on 2010-05-17: Ok I have attached the XML version in the format suggested by Parthiv above. Assuming that the xml format is correct, this can be added directly to base_data.xml | 15:46 |
| slidesinger | I can't find any docs indicating how to do this. Does anyone know what he is talking about or where to find instructions on this? I will keep looking meantime. | 15:46 |
| *** hawodi has quit IRC | 15:47 | |
| *** hawodi has joined #openobject | 15:48 | |
| *** hawodi has quit IRC | 15:53 | |
| *** hjmf has joined #openobject | 15:57 | |
| *** ToadP has joined #openobject | 16:01 | |
| *** ToadP has quit IRC | 16:05 | |
| *** r3c4ll has quit IRC | 16:09 | |
| *** hjmf has joined #openobject | 16:14 | |
| *** hawodi has joined #openobject | 16:16 | |
| *** hjmf has quit IRC | 16:18 | |
| *** hjmf has joined #openobject | 16:18 | |
| *** edannenbe has quit IRC | 16:21 | |
| *** mozmck_work has joined #openobject | 16:22 | |
| *** hounddog has quit IRC | 16:24 | |
| david00 | edannenbe, simahawk: however I still need to use an action (as in the actions key in the state dictionary) to get the data into the field, right? | 16:25 |
| david00 | Even once I have the context. is there a way to do it without specifying an action in the state dictionary? | 16:26 |
| simahawk | david00, don't get u sorry? you question was "How can I get data from the current model into a field in a wizard?" that's the way | 16:27 |
| simahawk | you can access the data from the wiz by context.get('mydata') | 16:27 |
| simahawk | if you want that val to appear in the wiz by default you can override the default_get method of the wiz obj | 16:28 |
| simahawk | (talking about new-style wiz based on osv_memory) | 16:29 |
| david00 | simahawk: just one question, do I have to define an action in the 'actions' key of the state dictionary in order to put data from the model into fields? | 16:29 |
| simahawk | what's action for u? what' model for you? what's state dictionary for you? :) | 16:31 |
| simahawk | if you are calling the wiz from a objX the way to pass a value from objX to wiz is: put it in the context var | 16:32 |
| simahawk | or read the value (again) from the wiz using the objX id that you'll find in the "data" var | 16:32 |
| david00 | states = {'init': {'actions': [_trans_rec_get], ...}} | 16:33 |
| david00 | here, _trans_rec_get is the action | 16:33 |
| simahawk | david00, that's not a new-style wiz for sure :) | 16:34 |
| david00 | really? erk | 16:34 |
| david00 | I must have learnt the old API by accident | 16:34 |
| *** ovnicraft has joined #openobject | 16:35 | |
| simahawk | david00, http://doc.openerp.com/developer/3_10_wizard/index.html#osv-memory-wizard-system | 16:35 |
| *** hjmf has quit IRC | 16:36 | |
| simahawk | david00, grep -R "osv_memory" into bin/addons to get some examples | 16:36 |
| *** hjmf has joined #openobject | 16:36 | |
| david00 | cheers simahawk | 16:39 |
| enlightx | Red15: can you kindly point me (again) to your patch regarding the threading issue? | 16:47 |
| hawodi | slidesinger: look at this: http://www.openerp.com/forum/topic15082.html?sid=19ff5d7328276ed8e0db24ae911a8b0e | 16:48 |
| *** mozmck_work has quit IRC | 16:53 | |
| *** hjmf has joined #openobject | 16:54 | |
| *** mozmck_work has joined #openobject | 16:57 | |
| *** david00 has left #openobject | 17:05 | |
| *** hjmf has joined #openobject | 17:11 | |
| *** bechamel has quit IRC | 17:17 | |
| Red15 | enlightx, one sec | 17:18 |
| Red15 | http://launchpadlibrarian.net/52593983/sigint.patch | 17:18 |
| Red15 | this is the one that only fixes xmlrpc though | 17:18 |
| Red15 | so disable netrpc if you want to test | 17:18 |
| enlightx | Red15: ah ok, i was missing this latest thing :) | 17:19 |
| Red15 | to do that just replace timeout = self.server.socket.get_timeout() (or something) with timeout = 0.5 | 17:19 |
| *** markvd has joined #openobject | 17:22 | |
| *** mr_amit has quit IRC | 17:25 | |
| *** hjmf has joined #openobject | 17:28 | |
| *** markvd has quit IRC | 17:28 | |
| *** quodt has quit IRC | 17:29 | |
| *** Flydoire|Taktik has quit IRC | 17:34 | |
| *** marc0s has quit IRC | 17:40 | |
| *** marc0s has joined #openobject | 17:40 | |
| *** pepeu has quit IRC | 17:40 | |
| *** pepeu has joined #openobject | 17:41 | |
| *** simahawk has quit IRC | 17:42 | |
| *** hjmf has joined #openobject | 17:45 | |
| *** hjmf has quit IRC | 17:49 | |
| *** hjmf has joined #openobject | 17:49 | |
| slidesinger | hawodi: That did it, thanks. I think that should be included in the tutorial. When I reread that, I'll do an edit and submit it. | 17:58 |
| hawodi | slidesinger: Glad I was of help. Including it in the doc will be cool. | 17:59 |
| *** _3pm_ has quit IRC | 18:03 | |
| *** enlightx has quit IRC | 18:03 | |
| *** Red15 has quit IRC | 18:05 | |
| *** hjmf has joined #openobject | 18:06 | |
| *** Nyx has joined #openobject | 18:19 | |
| *** hjmf has joined #openobject | 18:22 | |
| slidesinger | Something else that is not in the doc's with respect to the Partner form. What is the "code" field for? | 18:29 |
| *** rationalperseus has quit IRC | 18:29 | |
| *** enlightx has joined #openobject | 18:30 | |
| *** rationalperseus has joined #openobject | 18:33 | |
| *** rationalperseus has quit IRC | 18:36 | |
| *** rationalperseus has joined #openobject | 18:37 | |
| *** hjmf has quit IRC | 18:40 | |
| *** hjmf has joined #openobject | 18:41 | |
| *** matrixise has quit IRC | 18:41 | |
| *** cedk has quit IRC | 18:46 | |
| *** cedk has joined #openobject | 18:46 | |
| *** hjmf has joined #openobject | 18:58 | |
| *** KangOl has quit IRC | 18:59 | |
| *** KangOl has joined #openobject | 19:00 | |
| *** ChanServ sets mode: +o KangOl | 19:00 | |
| *** KangOl has quit IRC | 19:03 | |
| *** simahawk has joined #openobject | 19:09 | |
| *** hjmf has joined #openobject | 19:15 | |
| *** enlightx has quit IRC | 19:18 | |
| *** kalymero has quit IRC | 19:24 | |
| *** simahawk has quit IRC | 19:26 | |
| *** hjmf has joined #openobject | 19:31 | |
| *** hjmf has joined #openobject | 19:48 | |
| *** Mark_Neobis has joined #openobject | 20:04 | |
| *** hjmf has joined #openobject | 20:06 | |
| *** ovnicraft has quit IRC | 20:10 | |
| *** hawodi has quit IRC | 20:11 | |
| *** LucaSub1 has joined #openobject | 20:21 | |
| *** hjmf has joined #openobject | 20:22 | |
| *** LucaSub1 has left #openobject | 20:23 | |
| *** ovnicraft has joined #openobject | 20:23 | |
| *** julian18281 has joined #openobject | 20:35 | |
| *** KangOl has joined #openobject | 20:38 | |
| *** ChanServ sets mode: +o KangOl | 20:38 | |
| *** pheller has quit IRC | 20:51 | |
| *** Nyx has quit IRC | 21:00 | |
| *** Nyx has joined #openobject | 21:06 | |
| *** pepeu has quit IRC | 21:07 | |
| *** pepeu has joined #openobject | 21:13 | |
| *** quodt has joined #openobject | 21:38 | |
| *** enlightx has joined #openobject | 21:46 | |
| *** mozmck_work has quit IRC | 21:48 | |
| *** mozmck_work has joined #openobject | 21:50 | |
| *** ovnicraft has quit IRC | 21:56 | |
| *** PeterL has quit IRC | 21:56 | |
| max3903 | Red15 : thanks for your help. we solved the bug : https://bugs.launchpad.net/openobject-addons/+bug/611467 | 21:58 |
| *** Mark_Neobis has quit IRC | 22:02 | |
| *** Mark_Neobis has joined #openobject | 22:18 | |
| *** ToadP has joined #openobject | 22:28 | |
| *** ToadP1 has joined #openobject | 22:28 | |
| *** eLBati has quit IRC | 22:29 | |
| *** ToadP1 has quit IRC | 22:31 | |
| *** ToadP has quit IRC | 22:31 | |
| *** quodt has quit IRC | 22:51 | |
| *** max3903 has quit IRC | 23:04 | |
| *** ToadP has joined #openobject | 23:18 | |
| *** ToadP1 has joined #openobject | 23:18 | |
| *** ToadP has quit IRC | 23:18 | |
| *** ToadP1 has quit IRC | 23:18 | |
| *** enlightx has quit IRC | 23:34 | |
| *** ovnicraft has joined #openobject | 23:45 | |
| *** ovnicraft has quit IRC | 23:46 | |
| *** matrixise has joined #openobject | 00:10 | |
| *** Mark_Neobis has quit IRC | 00:11 | |