IRC logs of #tryton for Wednesday, 2013-03-13

chat.freenode.net #tryton log beginning Wed Mar 13 00:00:02 CET 2013
2013-03-13 17:28 <prusglajotemis> where can i find a sample for this case: add new / replace wizard's button, StateAction
2013-03-13 17:32 <cedk> prusglajotemis: I don't think there is such thing in Tryton
2013-03-13 17:33 <cedk> prusglajotemis: but it is an attribute like anything else
2013-03-13 18:09 <prusglajotemis> so if i have a wizard in one module and I extend that wizard from another module, can I add StateAction with the same name and then wizard will be registered with new StateAction ?
2013-03-13 18:10 <cedk> prusglajotemis: no you must modify the original StateAction in the __setup__ method
2013-03-13 18:15 <prusglajotemis> cedk: and I can do that with StateView, StateTransition, Button in the same way ?
2013-03-13 18:17 <cedk> prusglajotemis: yes
2013-03-13 18:23 <prusglajotemis> cedk: thank you i wil try it.
2013-03-13 18:30 <prusglajotemis> one more question :)
2013-03-13 18:30 <prusglajotemis> i have noticed, that classes from other modules are not being imported directly but can be take them from pool. Is it a bad idea to import them directly.
2013-03-13 18:36 <cedk> prusglajotemis: yes because it will break the modularity
2013-03-13 18:43 <prusglajotemis> cedk: one more question :))
2013-03-13 18:43 <prusglajotemis> what is the best way to log only your own write log in terminal ?
2013-03-13 18:44 <cedk> prusglajotemis: don't understand
2013-03-13 18:47 <prusglajotemis> cedk: i know that there is a way to launch tryton client with a log option, but then too much information is shown in terminal. I want to see only my own module's logs there.

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