IRC logs of #tryton for Thursday, 2013-12-05

chat.freenode.net #tryton log beginning Thu Dec 5 00:00:03 CET 2013
2013-12-05 16:18 -!- strebitz(~sebastian@91.183.59.105) has left #tryton
2013-12-05 17:54 <motaro> Is anybody aware if there's a Gantt chart?
2013-12-05 17:56 <cedk> motaro: there is none but should not be too difficult to write a png one
2013-12-05 17:56 <motaro> cedk, thanks I'll go for that.
2013-12-05 18:20 -!- pablovannini(~pablo@181.47.181.28) has left #tryton
2013-12-05 18:28 -!- vcardon(~vcardon@LNeuilly-152-23-15-185.w193-252.abo.wanadoo.fr) has left #tryton
2013-12-05 18:33 <guillemNaN> cedk: hi cedk, can I manipulate a python-sql query object modifying the 'params' attribute or I have to redefine the query?
2013-12-05 18:46 <cedk> guillemNaN: params is a property
2013-12-05 18:51 <guillemNaN> cedk: I found how to change what I want (the states of moves)
2013-12-05 18:52 <guillemNaN> cedk: but the where clause for input and output moves is the same object, so I can't define a diferent filter over move's state for inputs than outputs :-(
2013-12-05 18:53 <guillemNaN> cedk: we need the "not assigned stock": stock computing done input moves and done+assigned output moves
2013-12-05 18:53 <guillemNaN> cedk: python-sql objects doesn't have an easy way to copy them, it do?
2013-12-05 20:02 <cedk> guillemNaN: no
2013-12-05 22:19 <motaro> cedk, earlier you told me to write a solution for a gantt chart, is there an example of something that resembles it to have an idea. Thank you.
2013-12-05 22:21 <cedk> motaro: I remember there was in the past such script in TinyERP
2013-12-05 22:26 <cedk> motaro: probably not the best: https://pypi.python.org/pypi/googlegantt/
2013-12-05 22:28 <cedk> motaro: example with matplotlib: http://stackoverflow.com/questions/18066781/create-gantt-plot-with-python-matplotlib
2013-12-05 22:30 <cedk> motaro: also http://www.logilab.org/project/projman
2013-12-05 22:32 <motaro> ok thanks let me take a look.

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