chat.freenode.net #tryton log beginning Sun Dec 16 00:00:01 CET 2012 | ||
2012-12-16 16:48 <coeps> Hey, | ||
2012-12-16 16:49 <coeps> is it wanted that the wiki is extended with tutorials and stuff? | ||
2012-12-16 16:49 <coeps> I was thinking of documenting stuff I just got along when learning to build my own modules? | ||
2012-12-16 16:59 <smarro> coeps: I think you can add examples in the Code Snippets section: http://code.google.com/p/tryton/wiki/CodeSnippets | ||
2012-12-16 18:27 -!- scrapper(~scrapper@80-121-24-230.adsl.highway.telekom.at) has left #tryton | ||
2012-12-16 21:43 <coeps> hi, can someone tell me the reason why for each product a property is created with three fields, listprice, costprice and costmethod. Whats the advantage of that property? | ||
2012-12-16 21:59 <rmu> coeps: i think it has something to do with multi-company, so you can have the product-price depend on the company of the logged-in user | ||
2012-12-16 22:00 <coeps> rmu: thank you! | ||
2012-12-16 22:09 <coeps> I just found that when I set the field party.active to false, the party dissappears from the list. However, if I open an object which references that party, I can open it and set it active again. How can I access it through the list again? | ||
2012-12-16 22:44 <rmu> coeps: try searching for parties with "active: False" | ||
2012-12-16 22:48 <rmu> hmm. seems this doesn't work any more | ||
2012-12-16 22:48 <coeps> rmu: such an easy solution, it works. I searched for active = false first :( | ||
2012-12-16 22:50 <coeps> rmu: I displayed the active field in the list. Is it possible to edit it directly in the list, without opening the form? | ||
2012-12-16 22:50 <coeps> it does not work just by displaying | ||
2012-12-16 23:15 -!- plantian(~ian@174.134.200.53) has left #tryton | ||
2012-12-16 23:35 <rmu> coeps: depends on the view definition. this list is called "tree view", if you define it as "editable", you can edit directly in the list | ||
2012-12-16 23:35 <rmu> http://doc.tryton.org/2.6/trytond/doc/topics/views/index.html#tree | ||
2012-12-16 23:39 <_julio_> hi all! do tryton and relatorio support python 3.2?? And if not, are there plans to port those packages to python 3.2?? | ||
2012-12-16 23:39 <cedk> _julio_: not yet but nicoe is working on it | ||
2012-12-16 23:40 <_julio_> ok, thanks.. That means I must change my default python to 2.7... | ||
2012-12-16 23:41 <cedk> _julio_: and indeed he got a patch where Tryton works on 3 | ||
2012-12-16 23:41 <_julio_> oh... is the patch in official hg repos? | ||
2012-12-16 23:42 <cedk> _julio_: I don't think he already publish it on codereview | ||
2012-12-16 23:43 <_julio_> if he publish it count me on to test it! | ||
2012-12-16 23:51 <cedk> _julio_: follow the tryton-dev@ |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!