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

chat.freenode.net #tryton log beginning Wed Mar 20 00:00:02 CET 2013
2013-03-20 08:01 <devlab> Hi
2013-03-20 08:03 <devlab> how can I package Tryton as an RPM file?
2013-03-20 16:03 <Pilou> Is there a difference between "Eval('active', True)" used by Template.purchasable and "Eval('active')" used by Template.purchase_uom (http://hg.tryton.org/modules/purchase/file/3b0ef536ec34/purchase.py#l1287) ?
2013-03-20 16:27 <cedk> Pilou: yes, if active is not there the first will be True and the second False
2013-03-20 16:27 <cedk> Pilou: moreover the type checking will see the first one as a boolean and the second as a string
2013-03-20 16:31 <Pilou> In this particular, isn't the 'active' field always here (because defined in product.template model) ?
2013-03-20 16:31 <cedk> Pilou: depends where and when it is used
2013-03-20 19:55 <devlab> Can tryton be packaged as an RPM?
2013-03-20 19:57 <cedk> devlab: it is packages in fedora: https://admin.fedoraproject.org/pkgdb/acls/list/?searchwords=tryton*
2013-03-20 19:59 <devlab> cedk: I've looked up tryton for openSUSE, and I wonder how to package tryton as an RPM
2013-03-20 20:49 <ralf58> Hi, depending on the product, I want to use the list-price stored in the product-template or use an calculated one. Therefore I defined a function-field in product named list-price.
2013-03-20 20:49 <ralf58> In the product-form view this works okay, but in the tree-view always the list-price from template is used. How can I force tryton to call the getter-function in tree view, too?
2013-03-20 21:12 <ralf58> okay, I found it. There is no list_price in tree view, only list_price_ uom

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