IRC logs of #tryton for Monday, 2013-01-28

chat.freenode.net #tryton log beginning Mon Jan 28 00:00:01 CET 2013
2013-01-28 01:05 <zodman> ping cedk
2013-01-28 01:06 <zodman> what it is the differences of ir.sequence and ir.sequence.strict ?
2013-01-28 01:17 <cedk> zodman: strict will not allow hole
2013-01-28 01:17 <zodman> a hole ?
2013-01-28 01:18 <cedk> zodman: in the sequence
2013-01-28 01:19 <zodman> here >> ir_sequence_strict.number_increment
2013-01-28 06:34 <iamnoob> anyone up?
2013-01-28 08:06 <iamnoob> just wondering.. i got a def on_change_<something> but when i test it.. it prompts me it takes atleast 5 argument and 2 given, whats the cause for this? im looking into account_invoice module to see some on_change events.. and i made mines like those.. but im getting the error..
2013-01-28 08:22 <iamnoob> iamnoob: ok got my problem's fixed :)
2013-01-28 09:27 <iamnoob> hi, how do i get the id of the selected row in a Many2One field?
2013-01-28 11:17 <iamnoob> how can i enable the delete button on the tryton client?
2013-01-28 11:21 <iamnoob> found it.. nvrmind my Q' :)
2013-01-28 11:21 <jcav> iamnoob: Hi. I am not sure that such a button exists. To delete a link (M2O), you just have to backspace it
2013-01-28 11:22 <jcav> iamnoob: how did you do ?
2013-01-28 11:22 <iamnoob> umm since i came from ver 1.4 im used to having the delete button at the top
2013-01-28 11:23 <iamnoob> jcav: now its inside the little icon on the left side of the Module name (the wrench and screwdriver icon)
2013-01-28 11:54 -!- calbasi(~joan@161.44.14.37.dynamic.jazztel.es) has left #tryton
2013-01-28 15:12 -!- calbasi(~joan@161.44.14.37.dynamic.jazztel.es) has left #tryton
2013-01-28 20:52 <plantian> Is the order of classes passed to Pool.register important?
2013-01-28 20:52 <cedk> plantian: yes for foreign key creation
2013-01-28 20:54 <plantian> cedk: okay, thank you
2013-01-28 21:10 <plantian> Is the best way to alter an existing field in a subclass to copy the field and then change the attributes of the field object and re-assign it? -- This is my old code -- https://gist.github.com/4658581 -- I don't see any such examples in any of the official tryton modules.
2013-01-28 21:17 <cedk> plantian: no more needed to copy
2013-01-28 21:18 <cedk> plantian: nor _reset_columns
2013-01-28 21:18 <cedk> plantian: just append your field in on_change
2013-01-28 21:18 <plantian> cedk: okay, cool, i'm doing this in __setup__ and will be converting to cls from self, which seems the new way too
2013-01-28 21:18 <cedk> plantian: yes

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!