IRC Channels

For open discussions, an IRC Channel have been set up for Open ERP and Open Object: irc://irc.freenode.net/#openobject.

Thursday, 2010-06-10

*** tc0703 has quit IRC00:33
*** tc0703 has joined #openobject00:37
*** tc0703 has quit IRC00:59
*** ovnicraft has quit IRC01:31
*** ovnicraft has joined #openobject01:35
*** digitalsatori has joined #openobject01:52
*** ovnicraft has quit IRC01:53
*** bechamel has quit IRC02:24
*** mozmck has quit IRC02:36
*** edannenbe has quit IRC04:24
*** mr_amit has joined #openobject07:08
*** mr_amit has joined #openobject07:13
*** mr_amit_ has joined #openobject07:16
*** mr_amit_ has left #openobject07:16
*** digitalsatori has quit IRC07:28
*** digitalsatori has joined #openobject07:29
*** hounddog has joined #openobject07:40
*** Guest14251 has joined #openobject08:20
*** Guest14251 has quit IRC08:25
*** eLBati has joined #openobject08:52
*** mrcast has joined #openobject09:00
*** cedk has quit IRC09:00
*** Nyx has joined #openobject09:02
*** Nyx has left #openobject09:02
*** cjeske has joined #openobject09:15
*** mrcast has quit IRC09:20
*** mrcast has joined #openobject09:21
*** yangoon_rm has joined #openobject09:22
*** ecarreras has quit IRC09:24
*** ecarreras has joined #openobject09:24
*** ecarreras has joined #openobject09:27
*** simahawk has joined #openobject09:28
*** cedk has joined #openobject09:33
*** apoh has joined #openobject09:42
*** Flydoire|Taktik has joined #openobject09:45
*** Flydoire|Taktik has quit IRC09:47
*** ludo2 has joined #openobject10:11
*** kalymero has joined #openobject10:41
*** digitalsatori has joined #openobject11:09
*** eLBati has quit IRC11:10
digitalsatorihi, is there any difference between the tag <act_window> and <record model=ir.actions.act_winodw ...>11:16
digitalsatoriI thought they are the same, but with <act_window> I can show a action button at the right side of any form,11:17
digitalsatorinot any form, I mean the form with the same modle as defined in atrribute src_model11:19
digitalsatorifor <record model=ir.actions.act_window > tag even I define the <field name="src_model ...., it still won't show a action button at the right side of corresponding form11:20
digitalsatoripls. anybody enlight me11:21
digitalsatorimr_amit: do you have any idea about my above question?11:22
*** mrcast has quit IRC11:23
*** edannenbe has joined #openobject11:24
*** rationalperseus has joined #openobject11:25
digitalsatoricedk: you must have the answer, please kindly advise me11:26
*** mrcast has joined #openobject11:27
digitalsatorifor people just come into this channel, I repeat my question:11:28
digitalsatori<digitalsatori> hi, is there any difference between the tag <act_window> and <record model=ir.actions.act_winodw ...>11:28
digitalsatori[17:00] <digitalsatori> I thought they are the same, but with <act_window> I can show a action button at the right side of any form,11:28
digitalsatori[17:01] <digitalsatori> not any form, I mean the form with the same modle as defined in atrribute src_model11:28
digitalsatori[17:02] <digitalsatori> for <record model=ir.actions.act_window > tag even I define the <field name="src_model ...., it still won't show a action button at the right side of corresponding form11:28
*** boran has joined #openobject11:32
mr_amitdigitalsatori: to my knowledge act_window can be referenced from a button on a form or sidebar11:32
mr_amitwhile records are generally used with menu items11:32
mr_amitnot sure whether act_window will be automatically listed in sidebar or not11:33
digitalsatorimr_amit: thank you very for the answer11:39
digitalsatoriI read the docs, it said that if I define src_model attribute, the action will show in the sidebar11:40
mr_amitdigitalsatori: act_window can also be used with new style wizards11:41
digitalsatorimr_amit:  another question for you, with the old wizard system I can run an function call without binding with a button11:44
digitalsatoribut for the osv_memory wizard, I have no way to run a function without binding it with a button11:44
digitalsatorifor example, I would like to call a function in the init state, how can I achieve this in osv_memory11:46
mr_amitnext steps are decided based on the return value of actions performed on previous step11:48
mr_amitaction can be anything, a window action or workflow action11:49
mr_amitor even a report action11:49
digitalsatorifor example I can define an old wizard that doesn't even launch a new window except excuteing a function11:51
digitalsatori'init': {11:52
digitalsatori            'actions': [],11:52
digitalsatori            'result': {'type': 'action', 'action': _view_relation_product, 'state':'end'}11:52
digitalsatori        }11:52
digitalsatorihow can I do this in the new osv_memory11:52
digitalsatoriis there anything like 'action' in osv_memory except for those function bind with buttons11:53
cedkdigitalsatori: act_window is a shortcut for <record model="ir.actions.act_window"11:54
digitalsatorihi cedk, I thought the same way, but when I tried, I found the difference11:54
cedkdigitalsatori: I don't use act_window because other is more precsis11:55
digitalsatoriand I noticed that act_window can use the key2 attribute while the record can't11:55
digitalsatoriand record can't show the button at the side bar,11:56
digitalsatorithat's why I came and ask for the difference11:56
cedkdigitalsatori: data model of this is really crappy11:57
digitalsatoricedk: forget about those damn tags then ; ), can you answer my question about the osv_memory12:06
digitalsatoriI would like to have the same effect like below in the osv_memory12:08
digitalsatori'init': {12:08
digitalsatori            'actions': [],12:08
digitalsatori            'result': {'type': 'action', 'action': _view_relation_product, 'state':'end'}12:08
digitalsatori_view_relation_product return a dict with all the value for an action definition12:11
*** hawodi has joined #openobject12:15
hawodihi everyone.12:15
hawodiUnder product->Prices & Suppliers, what does the "Variant Price Margin and Variant Price Extra" mean please?12:16
cedkdigitalsatori: I don't know osv_memory, it is a clone of Tryton wizard but also crappy :-)12:19
*** boran has quit IRC12:24
*** jehan has joined #openobject12:44
*** ludo2 has quit IRC12:44
*** apoh has quit IRC12:48
*** jehan has quit IRC12:53
*** jehan has joined #openobject12:56
*** digitalsatori has quit IRC13:00
*** jehan has quit IRC13:03
*** digitalsatori has joined #openobject13:10
*** hounddog has quit IRC13:10
*** rationalperseus_ has joined #openobject13:16
*** rationalperseus has quit IRC13:17
*** mr_amit has left #openobject14:08
*** simahawk is now known as simahawk|lunch14:09
*** mrcast has quit IRC14:24
*** mrcast has joined #openobject14:24
*** ludo2 has joined #openobject14:34
zanagadoes anyone here use the project_mrp so that the hours used for a task is getting billed properly?14:34
*** hounddog has joined #openobject14:35
*** rationalperseus_ has quit IRC14:50
*** rationalperseus has joined #openobject14:58
*** bechamel has joined #openobject15:01
*** simahawk|lunch is now known as simahawk15:04
*** digitalsatori has quit IRC15:12
*** digitalsatori has joined #openobject15:12
*** rationalperseus has quit IRC15:13
*** rationalperseus has joined #openobject15:15
*** komsas has joined #openobject15:19
*** rationalperseus has quit IRC15:48
*** rationalperseus has joined #openobject15:51
*** digitalsatori has quit IRC15:59
*** digitalsatori has joined #openobject16:00
*** simahawk has quit IRC16:02
*** ovnicraft has joined #openobject16:04
*** smrln has joined #openobject16:06
smrlnanyone use the crm module?16:07
*** eLBati has joined #openobject16:15
*** apoh has joined #openobject16:22
apohhi16:23
apohwhy ist it not possible to set a field via attrs invisible?16:24
ecarrerasI don't know apoh, but you can use group wrapping this field, then works16:31
edannenbethink it worked on field too for me, just need to remember to include the attr you are testing on into the view16:32
edannenbeie, you test for state: xxx, include state as invisible field into the view16:32
ecarrerasedannenbe, in gtk client or web client?16:34
apohendannenbe, i think this didn't work in the gtk-client16:36
edannenbejust did it yesterday in gtk16:37
apohecarreras, group wrapping is not the nice way16:37
apohedannenbe, in wich version?16:37
ecarrerasI know... I know...16:38
edannenbe5.0.1116:38
*** bechamel has quit IRC16:42
*** bechamel` has joined #openobject16:42
la_loOsehmmmm about old versions16:43
la_loOsetell me i'm blind and the 5.0.10 is somewhere ?16:44
la_loOsehttp://openerp.com/download/old/16:44
smrlnIf I create a new section in the CRM and then create stages and assign them to that section, and then create a menu item for that section, how am I to get the stages to show up in the form view when creating a new record in that section?16:46
smrlnanyone know what I'm missing?16:46
*** eLBati has quit IRC16:47
*** mozmck has joined #openobject16:47
*** eLBati has joined #openobject16:50
apohedannenbe, i try this out with boolean fields a it still dont work16:50
dbala_loOse: http://archive.debian-maintainers.org/open-object/packages/16:50
la_loOsedba: thanks16:51
dbathe orig.tar.gz are (except for openerp-web) unmodified (same checksums) as the ones from upstream.16:51
la_loOsedba: thanks again :-)16:52
dbathe openerp-web has +dfsg i n the version and is without embeddded js stuff that is already packaged in debian.16:52
*** simahawk has joined #openobject16:53
*** digitalsatori has quit IRC17:08
*** apoh has left #openobject17:10
smrlnthe accounting of openerp is just awesome17:12
smrlntook me 12mos to figure it out, but wow17:13
*** mmahir has quit IRC17:23
*** edannenbe has quit IRC17:34
*** bechamel` has quit IRC17:44
*** cedk has quit IRC18:03
*** hawodi has quit IRC18:08
*** hawodi has joined #openobject18:09
zigzapgabesmrin: lol18:20
zigzapgabehey all - question on importing leads.  I have used the exported template, copied in my leads, and when i try to re-import it autodetects fields just fine, but then i get this message after attempting "Error Message: Line 1: Insertion Failed!"18:20
zigzapgabeand help would be greatly appreciated.  I have 2600 leads and i dont want to have to type them all in by hand :)18:21
smrlnzigzapgabe whenever I have trouble importing, its normally because I haven't satisfied one of the required fields on my csv18:26
smrlnit should give you more than "Error Message: Line 1: Insertion Failed!"18:26
zigzapgabesmrin: thank you. let me see if there is more of an error18:26
zigzapgabesmrin: it gives me "error trying to import this record" and then lists the record18:27
zigzapgabebut if i drop that record it does it on the next, and so on18:27
zigzapgabeit does say on partner_id: False and partner_address: False18:28
zigzapgabeare those required fields?18:28
smrlnprobably18:28
zigzapgabealright18:28
smrlnbest thing to do I've found, is enter a record using the form, then export it to a csv and use that as your template18:28
zigzapgabeyeah thats what i tried, i guess i should use all fields available?18:29
zigzapgabeand can i have null fields?18:30
smrlnnot sure18:34
*** julian18281 has joined #openobject18:43
*** simahawk has quit IRC18:45
*** julian18281 has left #openobject18:48
*** simahawk has joined #openobject18:49
komsaszigzapgabe: I propose to use csv fields names like they are in the database. Exp. importing products, requered fields are category and name, so you must fill 2 fields (csv columns) categ_id:id, name. Colon is for relation with category id.18:54
zigzapgabekomas: thank you, i think i understand :) i haven't done much in the way of importing to this yet, so i appreciate the help!18:57
*** simahawk has quit IRC18:59
komsaszigzapgabe: one more, and if you importing a lot of data, the best way is to create mini module for that. If you need exp. i can share.19:02
*** hawodi has quit IRC19:03
zigzapgabekomsas: yes, that would be wonderful, i have not built any modules yet, though i've looked at the code for all of them19:04
komsaszigzapgabe: ok, give me your email and I'll send you demo.19:06
*** pelzi_ has quit IRC19:06
zigzapgabekomsas: just messaged it to you19:08
zigzapgabesee it?19:08
komsasyee, I sent it.19:12
zigzapgabekomsas: thank you! any instructions on how to use it, or is it in the module19:12
komsasyou can use it like demo module, to create yours19:13
*** kalymero has quit IRC19:14
komsastake a look to csv files and __terp__, it is little so everythink is simple.19:14
komsasmain thing is to create correct csv files19:14
*** cedk has joined #openobject19:16
zigzapgabekomsas: ok, thank you, i really appreciate the help19:20
komsasno problem:)19:20
zigzapgabethat is very, very helpful.19:39
*** cjeske has quit IRC19:39
zigzapgabei have another question, do i need to import many fields, or can i just import required fields (highlighted in the gui)19:39
komsaszigzapgabe: you must import only required fields.19:44
*** rationalperseus has quit IRC19:52
*** rationalperseus has joined #openobject19:52
*** pelzi_ has joined #openobject19:56
*** rationalperseus has quit IRC19:56
*** eLBati has quit IRC20:06
*** Gavin_Achado has joined #openobject20:12
*** rationalperseus has joined #openobject20:13
*** LucaSub1 has joined #openobject20:14
*** Billynkid has joined #openobject20:17
*** Billynkid1 has joined #openobject20:17
*** ecn has joined #openobject20:23
*** ecn has quit IRC20:28
zigzapgabekomsas: how would you format this:20:29
*** LucaSub1 has quit IRC20:29
zigzapgabename,section_id, partner_name2,name,partner_mobile,note,partner_phone,partner_name,email_from20:29
zigzapgabeits the first line in my csv file20:30
komsasit is leads?20:30
*** LucaSub1 has joined #openobject20:30
zigzapgabeyes20:30
zigzapgabeim trying to follow your example, but i am just rather new to this still :)20:31
*** LucaSub1 has left #openobject20:31
komsasok, I will look what is lead structure20:32
zigzapgabethank you so much20:32
*** LucaSub1 has joined #openobject20:34
komsasname,section_id:id,partner_name2,partner_mobile,note,partner_phone,partner_name,email_from20:40
komsasWhy you have 2 "name" fields ?20:40
*** LucaSub1 has quit IRC20:46
zigzapgabekomsas: thank you!  i think that its prospect name, and contact name, not sure20:47
komsasfirst name is Lead subject, but second mm..20:47
*** LucaSub1 has joined #openobject20:49
zigzapgabegetting this error now:20:49
zigzapgabeError processing your first line of the file.20:49
zigzapgabeField name,section_id:id,partner_name2,partner_mobile,note,partner_phone,partner_name,email_from;;;;;;; is unknown !20:49
*** LucaSub1 has left #openobject20:50
*** LucaSub2 has joined #openobject20:51
komsashow you importing this data?20:52
zigzapgabetrying through your module i modded, and also just direct from the import menu20:53
komsascan you give me your csv with some lines with demo data?20:54
zigzapgabeyep20:54
zigzapgabesending it now, and again, i truly appreciate your assistance20:54
komsashow i said, no problem :)20:55
zigzapgabeyou should have it in a moment20:58
*** LucaSub2 has quit IRC20:58
*** LucaSub2 has joined #openobject20:59
*** LucaSub2 has joined #openobject21:03
*** LucaSub2 has quit IRC21:04
*** LucaSub1 has joined #openobject21:08
*** LucaSub1 has left #openobject21:09
*** zigzapgabe_ has joined #openobject21:32
zigzapgabei am not very good at this and it is frustrating :)21:32
*** zigzapgabe__ has joined #openobject21:41
*** zigzapgabe__ has joined #openobject21:45
*** zigzapgabe_ has quit IRC21:46
*** ludo2 has quit IRC21:51
*** zigzapgabe__ has quit IRC21:56
*** zigzapgabe_ has joined #openobject22:07
komsaszigzapgabe: Check your email.22:10
*** zigzapgabe_ has quit IRC22:15
zigzapgabekomsas: you are my hero22:19
komsaszigzapgabe: I think sometimes technical stuff must do work with importing a lof ot data, not CEO :))22:21
zigzapgabehaha22:21
zigzapgabeyou are probably right22:22
zigzapgabeim trying it now22:22
komsaszigzapgabe: ok, bye, time to go to bed. If you'll have hardly resolved problems you can contact me directly.22:30
zigzapgabekomsas: thank you so much22:31
zigzapgabeget some rest, and i'll talk to you again i hope22:31
komsasthanks22:31
*** komsas has quit IRC22:31
zigzapgabeit works perfect22:33
*** yangoon_rm has quit IRC22:48
*** ludo2 has joined #openobject22:51
*** yangoon_rm has joined #openobject22:59
*** yangoon_rm has quit IRC23:02
*** yangoon_rm has joined #openobject23:02
*** ToadP has joined #openobject23:02
*** ToadP1 has joined #openobject23:02
*** max3903 has quit IRC23:03
*** rationalperseus has quit IRC23:11
*** max3903 has joined #openobject23:16
*** Billynkid has left #openobject23:37
*** Billynkid1 has left #openobject23:37
*** eLBati has joined #openobject23:45
*** mrcast has left #openobject23:48
*** max3903 has quit IRC23:51
*** ludo2 has quit IRC23:55
*** max3903 has joined #openobject00:04
*** eLBati has quit IRC00:06
*** ovnicraft has quit IRC00:06
*** ovnicraft has joined #openobject00:15