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:25 | |
| *** Gavin_Achado has left #openobject | 00:25 | |
| *** eLBati has quit IRC | 00:30 | |
| *** G_O_D has quit IRC | 00:53 | |
| *** jeroen has quit IRC | 01:36 | |
| *** Billynkid1 has quit IRC | 02:01 | |
| *** ovnicraft has quit IRC | 02:11 | |
| *** r3c4ll has joined #openobject | 02:29 | |
| *** r3c4ll has quit IRC | 02:30 | |
| *** r3c4ll_ has joined #openobject | 02:30 | |
| *** r3c4ll has joined #openobject | 02:32 | |
| *** alex_joni has quit IRC | 03:35 | |
| *** alex_joni has joined #openobject | 03:36 | |
| *** zigzapgabe_ has joined #openobject | 04:02 | |
| *** javivf has quit IRC | 04:05 | |
| *** javivf has joined #openobject | 04:08 | |
| *** r3c4ll has quit IRC | 04:34 | |
| *** yangoon has quit IRC | 05:19 | |
| *** zigzapgabe has quit IRC | 05:31 | |
| *** zigzapgabe_ is now known as zigzapgabe | 05:31 | |
| *** zigzapgabe_ has joined #openobject | 05:33 | |
| *** yangoon has joined #openobject | 05:35 | |
| *** dylan` has joined #openobject | 05:54 | |
| *** dylan` has left #openobject | 05:55 | |
| *** dylan` has joined #openobject | 05:56 | |
| *** dylan` has left #openobject | 05:56 | |
| *** zigzapgabe has quit IRC | 06:24 | |
| *** zigzapgabe_ is now known as zigzapgabe | 06:24 | |
| *** Billynkid1 has joined #openobject | 06:41 | |
| *** Billynkid1 has joined #openobject | 07:12 | |
| *** mrcast has joined #openobject | 07:29 | |
| *** mr_amit has joined #openobject | 07:34 | |
| *** Gavin_Achado has joined #openobject | 07:48 | |
| *** Gavin_Achado has left #openobject | 07:52 | |
| *** mrcast has quit IRC | 08:08 | |
| *** tarik has quit IRC | 08:10 | |
| *** hounddog has quit IRC | 08:24 | |
| *** digitalsatori has quit IRC | 08:29 | |
| *** enlightx has joined #openobject | 08:32 | |
| *** digitalsatori has joined #openobject | 08:55 | |
| *** rona1 has joined #openobject | 09:05 | |
| *** rona1 has left #openobject | 09:05 | |
| *** Nyx has joined #openobject | 09:10 | |
| *** cjeske has joined #openobject | 09:15 | |
| *** simahawk has joined #openobject | 09:23 | |
| *** aPD-Knez has joined #openobject | 09:23 | |
| *** eLBati has joined #openobject | 09:24 | |
| *** dylan` has joined #openobject | 09:29 | |
| *** dylan` has left #openobject | 09:29 | |
| *** bechamel has joined #openobject | 09:31 | |
| *** KangOl has quit IRC | 09:36 | |
| *** edannenbe has joined #openobject | 09:37 | |
| *** stijnbe has joined #openobject | 09:52 | |
| *** Nyx has quit IRC | 10:06 | |
| *** jeroen has joined #openobject | 10:15 | |
| *** KangOl has joined #openobject | 10:20 | |
| *** ChanServ sets mode: +o KangOl | 10:20 | |
| *** ludo2 has joined #openobject | 10:45 | |
| jeroen | an inherited view of type form shows my custom field, doing the same for type tree does nothing | 11:00 |
|---|---|---|
| jeroen | is there a difference for a tree? | 11:01 |
| simahawk | jeroen, check the content of the view from administration --> customization --> user interface --> views | 11:01 |
| jeroen | the view as shown via admin looks fine | 11:02 |
| jeroen | it has my custom field | 11:03 |
| jeroen | it just never shows-up in the UI list | 11:03 |
| jeroen | simahawk, it is possible to add a field to the tree using the same syntax as for type form? | 11:07 |
| simahawk | jeroen, yep but u have to declare that it's a tree view...of course | 11:08 |
| jeroen | the tree element is in the parent view, do i need to redefine it in my custom view? | 11:10 |
| matrixise | your view is in the database ? | 11:15 |
| jeroen | yes, i can see it via admin-customizations | 11:16 |
| matrixise | the type is 'tree' ? | 11:16 |
| jeroen | yep | 11:16 |
| jeroen | and it just contains the field position after, then my custom field | 11:17 |
| jeroen | just like I did for type=form, which works | 11:18 |
| matrixise | is it the right xml_id in your inherit_id reference ? | 11:18 |
| jeroen | yes, project.view_task_work_tree | 11:20 |
| matrixise | without your code , we can't help you :/ | 11:25 |
| matrixise | is it the right object ? | 11:25 |
| matrixise | the inheritance of view is right ? | 11:25 |
| jeroen | where can i paste code? | 11:27 |
| jeroen | dpaste/ | 11:28 |
| jeroen | http://dpaste.com/215412/ | 11:30 |
| *** KangOl has quit IRC | 11:38 | |
| *** KangOl has joined #openobject | 11:43 | |
| *** ChanServ sets mode: +o KangOl | 11:43 | |
| jeroen | any comments on http://dpaste.com/215412/ and why my custom field isn't shown? | 11:49 |
| jeroen | same thing works for type=form | 11:49 |
| *** ludo2 has quit IRC | 11:49 | |
| enlightx | jeroen: did you try to change the priority of the view? | 11:57 |
| enlightx | maybe there's a view with a lower priority | 11:57 |
| enlightx | lower means higher in this case :) | 11:58 |
| jeroen | enlightx, i changed it to 1 but nothing changed | 12:03 |
| *** enlightx has quit IRC | 12:24 | |
| *** simahawk is now known as simahawk|lunch | 12:57 | |
| *** zigzapgabe_ has joined #openobject | 13:03 | |
| *** ludo2 has joined #openobject | 13:25 | |
| *** ludo2 has quit IRC | 13:31 | |
| *** eLBati has quit IRC | 13:36 | |
| *** eLBati has joined #openobject | 13:38 | |
| *** simahawk|lunch is now known as simahawk | 13:39 | |
| *** eLBati has quit IRC | 13:50 | |
| *** zigzapgabe_ has quit IRC | 13:59 | |
| *** eLBati has joined #openobject | 14:05 | |
| *** digitalsatori has quit IRC | 14:07 | |
| *** r3c4ll has joined #openobject | 14:38 | |
| mr_amit | why not publishing daily snapshots of bzr repos? | 14:41 |
| mr_amit | I am having trouble fetching entire repository of server addons | 14:41 |
| mr_amit | matrixise: what you think? | 14:42 |
| matrixise | If I find the time, I will read the doc of LaunchPad for the auto-generation of a tarball | 14:44 |
| *** mrcast has joined #openobject | 14:53 | |
| *** elbati_ has joined #openobject | 14:53 | |
| *** eLBati has quit IRC | 14:54 | |
| *** elbati_ has quit IRC | 15:00 | |
| *** elbati_ has joined #openobject | 15:02 | |
| *** Billynkid1 has quit IRC | 15:16 | |
| *** bechamel has quit IRC | 15:24 | |
| *** elbati_ has quit IRC | 15:34 | |
| *** zyphos has joined #openobject | 15:35 | |
| *** Nyx has joined #openobject | 15:41 | |
| *** eLBati has joined #openobject | 15:51 | |
| *** hounddog has joined #openobject | 16:28 | |
| *** bechamel has joined #openobject | 16:30 | |
| *** ovnicraft has joined #openobject | 16:31 | |
| *** digitalsatori has joined #openobject | 16:34 | |
| *** pheller has joined #openobject | 16:35 | |
| pheller | greetings. I'm having trouble getting trg_validate to fire a workflow. can anyone lend some assistance? | 16:36 |
| *** ovnicraft has quit IRC | 16:48 | |
| *** hounddog has quit IRC | 16:50 | |
| *** ovnicraft has joined #openobject | 16:51 | |
| *** simahawk has quit IRC | 17:00 | |
| *** ludo2 has joined #openobject | 17:11 | |
| *** zyphos has left #openobject | 17:21 | |
| *** stijnbe has quit IRC | 17:47 | |
| *** simahawk has joined #openobject | 17:53 | |
| *** pheller has quit IRC | 17:56 | |
| *** mr_amit has quit IRC | 18:08 | |
| *** cjeske has quit IRC | 18:14 | |
| *** jehan has joined #openobject | 18:15 | |
| *** julian1828 has quit IRC | 18:31 | |
| *** digitalsatori has quit IRC | 18:32 | |
| *** mrcast has quit IRC | 18:34 | |
| *** julian1828 has joined #openobject | 18:35 | |
| *** jeroen has quit IRC | 18:38 | |
| *** pheller has joined #openobject | 18:44 | |
| *** eLBati has quit IRC | 18:51 | |
| *** digitalsatori has joined #openobject | 18:52 | |
| pheller | workflow experience, anyone? | 18:58 |
| *** mr_amit has joined #openobject | 19:02 | |
| *** julian1828 has quit IRC | 19:04 | |
| ovnicraft | pheller, can you describe what you need ? XD | 19:06 |
| pheller | I just posted on the forum: http://openobject.com/forum/topic17384.html | 19:07 |
| pheller | but I can re-summarize here, if you'd prefer | 19:07 |
| pheller | basically, I can't for the life of me get a subsequent workflow activity to fire. | 19:08 |
| pheller | I've tried removing the signal from the transition definition, which as I understand should cause the "to" activity to fire when the "from" activity completes. | 19:09 |
| pheller | I've also tried executing trg_validate, with the "to" activities name, in the last lines of the function of the "from" activity. | 19:09 |
| pheller | in the latter, I think it doesn't fire because the "from" activity state is "running" (rather than "active") | 19:10 |
| ovnicraft | subsequent as sub-workflow? | 19:12 |
| pheller | well, I wouldn't necessarily call it a sub-workflow. | 19:12 |
| ovnicraft | pheller, the activities must return True if complete | 19:12 |
| ovnicraft | and can continue the next | 19:13 |
| pheller | so, per my example in the forum, device_aprov() returns True | 19:13 |
| pheller | so then shouldn't the available transition (of which there is only one) begin execution, since there is no signal? | 19:14 |
| pheller | or must the signal actually be set like so: <field name="signal">Null</field> | 19:14 |
| ovnicraft | workflow needs a definition, activities and transitions and you need to say what is the start and the stop | 19:19 |
| ovnicraft | in the activities <field name="flow_start">True</field> | 19:20 |
| ovnicraft | and flow_stop | 19:20 |
| pheller | Yes, I have flow_start in the definition for the "new" state, and I have flow_stop for each of the various states where execution might stop. | 19:22 |
| pheller | on the forums, I posted only an excerpt | 19:22 |
| pheller | should I repost with the entire workflow? | 19:22 |
| *** ovnicraft has quit IRC | 19:30 | |
| *** ludo2 has quit IRC | 19:33 | |
| *** KangOl has quit IRC | 19:37 | |
| *** jehan has quit IRC | 19:41 | |
| *** digitalsatori has quit IRC | 19:45 | |
| *** simahawk has quit IRC | 19:55 | |
| *** luser has joined #openobject | 19:57 | |
| luser | so im having difficulty finding something | 19:58 |
| luser | i was able to use UPDATE ir_act_window SET "limit" = 100 WHERE "limit" = 80; to change how many results are shown in a search box | 19:58 |
| luser | however i have a categories field on the normal product view page that defaults to a limit of 5 | 19:58 |
| luser | and i cannot seem to find where this value is stored | 19:59 |
| luser | anybody know what im talking about? | 19:59 |
| pheller | did you also look in the client code? | 20:07 |
| *** julian1828 has joined #openobject | 20:21 | |
| *** KangOl has joined #openobject | 20:24 | |
| *** ChanServ sets mode: +o KangOl | 20:24 | |
| *** xrg_ has joined #openobject | 20:26 | |
| *** julian1828 has quit IRC | 20:38 | |
| *** jeroen has joined #openobject | 20:48 | |
| *** ludo2 has joined #openobject | 21:11 | |
| *** julian1828 has joined #openobject | 21:12 | |
| *** julian1828 has quit IRC | 21:21 | |
| *** Nyx has quit IRC | 21:24 | |
| *** Billynkid has joined #openobject | 21:48 | |
| *** matrixis1 has joined #openobject | 22:18 | |
| *** matrixis1 is now known as stephane_wirtel | 22:18 | |
| *** Billynkid has quit IRC | 22:19 | |
| *** Billynkid has joined #openobject | 22:19 | |
| *** ludo2 has quit IRC | 22:20 | |
| *** julian1828 has joined #openobject | 22:59 | |
| *** xlyz has joined #openobject | 23:00 | |
| *** stephane_wirtel has quit IRC | 23:20 | |
| *** stephane_wirtel has joined #openobject | 23:21 | |
| *** pheller has quit IRC | 23:30 | |
| *** bechamel has quit IRC | 23:32 | |
| luser | adding purchase order lines one at a time is a pain in the ass, there must be a way to change those radio buttons to checkboxes and add products all at once then change the quantity of each | 23:34 |
| *** stephane_wirtel is now known as stephane | 23:48 | |
| *** mozmck_work has quit IRC | 00:02 | |
| *** jeroen has quit IRC | 00:03 | |
| *** KangOl has quit IRC | 00:03 | |
| *** jeroen has joined #openobject | 00:05 | |
| *** KangOl has joined #openobject | 00:05 | |
| *** barjavel.freenode.net sets mode: +o KangOl | 00:05 | |
| *** jeroen has quit IRC | 00:10 | |
| *** KangOl has quit IRC | 00:10 | |
| *** aPD-Knez has quit IRC | 00:13 | |
| *** Billynkid has quit IRC | 00:14 | |
| *** eLBati has joined #openobject | 00:15 | |
| *** jeroen has joined #openobject | 00:16 | |
| *** KangOl has joined #openobject | 00:16 | |
| *** barjavel.freenode.net sets mode: +o KangOl | 00:16 | |