For open discussions, an IRC Channel have been set up for Open ERP and Open Object: irc://irc.freenode.net/#openobject.
| *** quodt has quit IRC | 00:15 | |
| *** quodt has joined #openobject | 00:18 | |
| *** ludo2 has quit IRC | 00:19 | |
| *** Nyx has left #openobject | 00:29 | |
| *** quodt has quit IRC | 01:06 | |
| *** sraps_ has joined #openobject | 01:59 | |
| *** sraps has quit IRC | 02:01 | |
| *** hernanpd has quit IRC | 02:27 | |
| *** julian18281 has joined #openobject | 02:36 | |
| *** julian1828 has quit IRC | 02:39 | |
| *** Zergar has joined #openobject | 03:47 | |
| *** haggai has quit IRC | 03:55 | |
| *** haggai has joined #openobject | 04:07 | |
| *** julian18281 has left #openobject | 04:26 | |
| *** r3c4ll has quit IRC | 05:00 | |
| *** yangoon has quit IRC | 05:01 | |
| *** yangoon has joined #openobject | 05:17 | |
| *** Zergar has quit IRC | 05:36 | |
| *** Billynkid has joined #openobject | 07:08 | |
| *** Billynkid has quit IRC | 08:07 | |
| *** soohikei has joined #openobject | 08:32 | |
| soohikei | hi | 08:32 |
|---|---|---|
| soohikei | i have some probleme with open erp when the installation is on run that says postgre is alreday on your computer and when the installaition is a the end i run open erp and i can't create a database | 08:36 |
| *** quodt has joined #openobject | 08:36 | |
| *** sharoon has joined #openobject | 08:42 | |
| *** enlightx has joined #openobject | 08:45 | |
| soohikei | hi i have some probleme with open erp when the installation is running, an alert tell me : you have already postgreSQL on your cp, and the installaition continue when i click on ok. after that when i run open erp i try to create a database but c'ant do it all the time it says cannot create the database somebody can help me please ? | 08:46 |
| enlightx | soohikei: did you create a postgres user? (or using ident auth) | 08:49 |
| soohikei | well yeah | 08:52 |
| soohikei | but it does not work | 08:52 |
| enlightx | soohikei: are you passing those credentials to the server? (ie: openerp-server -r pguser -w pgpass) | 08:53 |
| soohikei | yes | 08:53 |
| *** mrcast has joined #openobject | 08:53 | |
| enlightx | soohikei: so, you can check logs and search for errors | 08:54 |
| enlightx | btw, try to run the server in foreground | 08:54 |
| soohikei | ok thanks | 08:55 |
| enlightx | then, on which OS are you working? | 08:55 |
| soohikei | vista x64 | 08:55 |
| enlightx | soohikei: ok, i can't be more helpful :) | 08:55 |
| soohikei | thanks for the try :) | 08:56 |
| enlightx | btw, you should have a shortcut in the programs menu | 08:56 |
| enlightx | to run openerp-server in a dos terminal | 08:56 |
| soohikei | ok i'm goind to try | 08:56 |
| *** edannenbe has joined #openobject | 08:59 | |
| *** cedk has joined #openobject | 09:02 | |
| *** Billynkid has joined #openobject | 09:04 | |
| *** soohikei has quit IRC | 09:08 | |
| *** Gavin_Achado_ has joined #openobject | 09:20 | |
| *** Red15 has joined #openobject | 09:26 | |
| *** javivf has joined #openobject | 09:34 | |
| *** Billynkid has quit IRC | 09:34 | |
| *** bechamel has joined #openobject | 09:35 | |
| *** zipgem has joined #openobject | 09:46 | |
| zipgem | hi | 09:46 |
| *** eLBati has joined #openobject | 09:46 | |
| *** rationalperseus has joined #openobject | 09:47 | |
| *** soohikei has joined #openobject | 09:54 | |
| *** mrcast has quit IRC | 09:56 | |
| *** soohikei has quit IRC | 10:03 | |
| *** LucaSub1 has joined #openobject | 10:03 | |
| *** LucaSub1 has left #openobject | 10:03 | |
| *** hounddog has joined #openobject | 10:05 | |
| *** apoh has joined #openobject | 10:19 | |
| *** Billynkid has joined #openobject | 10:24 | |
| *** ludo2 has joined #openobject | 10:26 | |
| *** Billynkid has quit IRC | 11:04 | |
| *** Billynkid1 has joined #openobject | 11:04 | |
| *** Billynkid has joined #openobject | 11:04 | |
| *** Billynkid1 has joined #openobject | 11:05 | |
| *** Billynkid has quit IRC | 11:06 | |
| apoh | hello | 11:09 |
| apoh | were can i report bugs for ther openerpserver | 11:09 |
| apoh | i found something in the report part off the server | 11:09 |
| *** Flydoire|Taktik has joined #openobject | 11:10 | |
| Flydoire|Taktik | hi everyone | 11:11 |
| Flydoire|Taktik | does anybody knows what the "multi" argument is in a fields.function ? | 11:11 |
| Red15 | apoh, use http://bugs.launchpad.net/openobject-server | 11:11 |
| apoh | thanks Red15 | 11:11 |
| Red15 | Flydoire|Taktik, multi is when you have several function fields which can be all calculated in one function | 11:12 |
| Red15 | instead of having to use 3 function calls you could combine them into one function which saves time | 11:12 |
| Red15 | you would then specify which "group" they belong to by specifying the same multi on those fields | 11:12 |
| Red15 | and the return value of your function then becomes a dict with as key the field names you calculated | 11:13 |
| *** Marcel|HSD has joined #openobject | 11:14 | |
| Flydoire|Taktik | thanks Red15 | 11:15 |
| apoh | lets talk about fields.function with type one2many | 11:20 |
| apoh | when this field has a lot entries the client will have real performance problems becaus they make hundrets of requests | 11:21 |
| Flydoire|Taktik | I don't understand | 11:21 |
| Flydoire|Taktik | I call write on a project.task obj | 11:22 |
| Flydoire|Taktik | and the functional fields are not re-computed | 11:22 |
| Flydoire|Taktik | why ? | 11:22 |
| apoh | hmm but when a call thers write method via client he refresh the list | 11:23 |
| apoh | for each entry allone | 11:24 |
| apoh | this happens just in when the fied has the type one2many | 11:24 |
| Flydoire|Taktik | but I call it manually using xml-rpc. I do not use the client | 11:26 |
| *** mr_amit has joined #openobject | 11:26 | |
| apoh | is think calling manualy is not the problem, | 11:27 |
| apoh | the problem is the client in this case | 11:27 |
| Flydoire|Taktik | I think I should change the fields and use the "store" dictionary to declare the link between fields and make them be re-computed | 11:28 |
| apoh | i thought so too, but it doesnt work to store a fields.function | 11:30 |
| apoh | anyway i found an other solution for my problem | 11:34 |
| apoh | but its realy strange | 11:34 |
| *** dukai has joined #openobject | 11:50 | |
| *** alex_joni has quit IRC | 11:56 | |
| *** alex_joni has joined #openobject | 11:58 | |
| *** Gavin_Achado_ has quit IRC | 11:59 | |
| apoh | me again :) | 12:01 |
| apoh | is there any way to drag n drop elemtens of an tree and in this case call a mehtod!? | 12:02 |
| *** bechamel has quit IRC | 12:10 | |
| *** enlightx has quit IRC | 12:19 | |
| *** sharoon has quit IRC | 12:38 | |
| *** Marcel|HSD has quit IRC | 12:39 | |
| *** enlightx has joined #openobject | 12:48 | |
| *** rationalperseus has quit IRC | 12:48 | |
| *** rationalperseus has joined #openobject | 12:50 | |
| *** rationalperseus has quit IRC | 13:02 | |
| *** rationalperseus has joined #openobject | 13:07 | |
| *** Neveen has joined #openobject | 13:29 | |
| Neveen | Hello Red15, | 13:37 |
| Neveen | How can i make domain on the group of the logged user? | 13:38 |
| Red15 | logged user ? | 13:45 |
| Red15 | what are you trying to do, maybe if you explain i can understand | 13:45 |
| Red15 | apoh, the only way i can think of is override the write method and see if the sequence value is in the 'vals' | 13:49 |
| alex_joni | Red15: ever seen something like this? http://openerp.pastebin.com/vH85LjS2 | 13:52 |
| alex_joni | that happens when I want to filter a view (for example products) | 13:52 |
| Red15 | ah that's webclient output, do you have the server output ? | 13:53 |
| Red15 | it's less dense | 13:53 |
| Red15 | if no output on the server, this means it's only a webclient proble, | 13:53 |
| Red15 | tried the gtk client? | 13:53 |
| alex_joni | it's probably a webclient problem | 13:53 |
| alex_joni | gtk client works ok, so does Koo | 13:53 |
| Red15 | try updating the webclient? | 13:54 |
| alex_joni | but I get this issue with the webclient in any view I want to filter | 13:54 |
| alex_joni | hmm.. I'll try that ;) | 13:54 |
| Red15 | i use bazaar version directly | 13:54 |
| Red15 | havent had many issues with it, but tbh i dont use it often | 13:54 |
| alex_joni | I use from remote.. using a vpn | 13:55 |
| Neveen | Red15: I wanna to make a field is required if the logged user has a specific group | 13:57 |
| Neveen | so i think that i will use attrs but what is the condition of the group | 13:58 |
| Red15 | that's a bit tricky | 13:59 |
| Red15 | i think a functional field would be best | 13:59 |
| Red15 | so on that model create a functional field which returns boolean true or false if user is in group | 13:59 |
| Red15 | then you can do domain and/or attr functions on it | 13:59 |
| Neveen | Thanks a lot Red15 | 14:26 |
| Neveen | :) | 14:26 |
| Neveen | How can i make in a table one2many relationship with itself | 14:30 |
| Neveen | i did: | 14:31 |
| Neveen | 'follow_up_ticket' : fields.one2many('centribee.ticket','follow_up_ticket','Ticket Follow up'), | 14:31 |
| Neveen | Is this right ?? | 14:32 |
| Neveen | P.S. This relation in class "centribee.ticket" | 14:32 |
| *** matrixise has joined #openobject | 14:42 | |
| matrixise | hi all | 14:44 |
| matrixise | @openerp, we are prepapring the community days of the next week | 14:44 |
| OpenObjectBot | matrixise: Error: "openerp," is not a valid command. | 14:44 |
| OpenObjectBot_ | matrixise: Error: "openerp," is not a valid command. | 14:44 |
| Red15 | Neveen, for example on one2many to yourself you should look at account.tax | 14:58 |
| Red15 | Neveen, i think your mistake is that your fields both seem to have the same name ? | 14:59 |
| Neveen | yes but what is the field that have fk of ticket | 14:59 |
| Neveen | ok i will look at account.tax, Thanks :) | 15:00 |
| Neveen | sorry for asking you too much but where is account.tax? | 15:02 |
| Red15 | account/account.py ? | 15:05 |
| Red15 | the field should be the name of the many2one | 15:06 |
| Neveen | yes i missed that, Many thanks | 15:10 |
| *** rvalyi has joined #openobject | 15:23 | |
| *** mr_amit has quit IRC | 15:27 | |
| *** ludo2 has quit IRC | 15:31 | |
| *** Billynkid1 has left #openobject | 15:38 | |
| *** cedk has quit IRC | 15:55 | |
| *** cedk has joined #openobject | 15:55 | |
| *** Neveen has quit IRC | 15:59 | |
| *** Neveen has joined #openobject | 16:03 | |
| *** ToadP has joined #openobject | 16:03 | |
| *** r3c4ll has joined #openobject | 16:05 | |
| *** dukai has quit IRC | 16:09 | |
| *** ludo2 has joined #openobject | 16:21 | |
| *** Neveen has quit IRC | 16:34 | |
| *** hounddog has quit IRC | 16:39 | |
| *** ovnicraft has joined #openobject | 16:55 | |
| ovnicraft | hi folks, i create an object in my one2many field with a wizard, but the view is not updated, how i can do this? | 16:58 |
| apoh | u mean the view from where u start the wizard? | 17:00 |
| Red15 | that's a tricky one ovnicraft , because if you do a write from the wizard and a save on the client you will get concurrency warning | 17:15 |
| ovnicraft | so, the object is create when i refresh the view my one2many record appears | 17:16 |
| ovnicraft | Red15, i think i can execute the process from refresh button | 17:16 |
| *** zipgem has left #openobject | 17:23 | |
| *** edannenbe has quit IRC | 17:24 | |
| Red15 | ovnicraft, but if the user writes anything and does a save he gets a concurrency warning | 17:35 |
| Red15 | if he does write before reload | 17:35 |
| *** quodt has quit IRC | 17:35 | |
| ovnicraft | Red15, but from wizard exec reload then users saves works ok without warning | 17:36 |
| Red15 | didnt know you can do a reload ? | 17:38 |
| Red15 | what action is that ? | 17:38 |
| Red15 | ovnicraft, ? | 17:39 |
| Red15 | am just about to close down, but interested in this action, hence the poking :) | 17:39 |
| ovnicraft | i am searching that action now in the code | 17:40 |
| *** Red15 has quit IRC | 17:47 | |
| *** Flydoire|Taktik has quit IRC | 17:53 | |
| *** javivf has quit IRC | 17:58 | |
| *** enlightx has quit IRC | 18:05 | |
| *** eLBati has quit IRC | 18:12 | |
| *** rvalyi has quit IRC | 18:27 | |
| *** apoh has quit IRC | 18:29 | |
| *** rationalperseus has quit IRC | 18:30 | |
| *** rationalperseus has joined #openobject | 18:31 | |
| *** enlightx has joined #openobject | 18:44 | |
| *** enlightx has quit IRC | 18:54 | |
| *** ToadP has quit IRC | 18:54 | |
| *** enlightx has joined #openobject | 19:05 | |
| *** hernanpd has joined #openobject | 19:11 | |
| *** matrixise has quit IRC | 19:39 | |
| *** milledel has joined #openobject | 19:45 | |
| milledel | I entered an expense, pushed it though the system and then canceled it. Is there any way to return it to a valid expense? The status line that says, 'canceled' is grayed out and won't let me change it. | 19:47 |
| *** enlightx has quit IRC | 19:47 | |
| *** xrg_ has joined #openobject | 19:49 | |
| *** LucaSub1 has joined #openobject | 19:54 | |
| *** ToadP has joined #openobject | 19:58 | |
| *** enlightx has joined #openobject | 20:01 | |
| *** LucaSub1 has quit IRC | 20:43 | |
| *** LucaSub1 has joined #openobject | 20:43 | |
| *** sharoon has joined #openobject | 20:59 | |
| *** openobject has joined #openobject | 21:03 | |
| openobject | Hi, Well, I've got my Eurostar train booked, so I can go to Community days ! ;-) | 21:04 |
| openobject | Just wondering which hotels people are staying in , Gembloux looks about as near as you can get and be close to a main train ... | 21:05 |
| enlightx | ...unfortunately i can't get to the meeting. please take notes :) | 21:10 |
| openobject | I didnt expect to go, but its timing for our project | 21:12 |
| openobject | I have to go now, but will check back later, (As I will be coming and leaving on the train, I could do with getting a lift if anyone is staying at same hotel .....) | 21:13 |
| *** Nyx has joined #openobject | 21:49 | |
| *** ludo2 has quit IRC | 21:51 | |
| *** r3c4ll_ has joined #openobject | 21:57 | |
| *** r3c4ll has quit IRC | 21:58 | |
| *** rationalperseus has quit IRC | 22:09 | |
| *** julian1828 has joined #openobject | 22:15 | |
| *** LucaSub1 has left #openobject | 22:21 | |
| *** LucaSub1 has joined #openobject | 22:22 | |
| *** ludo2 has joined #openobject | 22:29 | |
| *** julian1828 has quit IRC | 22:36 | |
| *** julian1828 has joined #openobject | 22:39 | |
| *** LucaSub1 has quit IRC | 22:39 | |
| *** sharoon has quit IRC | 23:02 | |
| *** joolsr has joined #openobject | 23:10 | |
| *** hernanpd has quit IRC | 23:10 | |
| *** hernanpd has joined #openobject | 23:18 | |
| *** Gavin_Achado_ has joined #openobject | 23:27 | |
| *** Gavin_Achado_ is now known as Gavin_Achado | 23:27 | |
| *** cedk has quit IRC | 23:56 | |