[tryton-dev] Un-assigned Tryton issue tracker requests

2013-05-10 Thread Tryton issue tracker
Created ID Activity Title === bug yesterday 3210 yesterday unsupported operand type(s) for *: 'cd ... bug 1 week ago 3191 1 week ago Blank buttons in notebooks bug 1 week ago 3184 1

[tryton-dev] Error: Maximum recursion depth excedded in __instancecheck__

2013-05-10 Thread Jesús Martín Jiménez
Hi all, I'm developing a wizard with a binary field in the last view, and when I try to show this field in this view, I get this message error: Error: Maximum recursion depth excedded in __instancecheck__ The issue comes in the way I pass the default value to this view. In the previous view,

Re: [tryton-dev] Error: Maximum recursion depth excedded in __instancecheck__

2013-05-10 Thread Jesús Martín Jiménez
2013/5/9 Jesús Martín Jiménez jmar...@zikzakmedia.com Hi all, I'm developing a wizard with a binary field in the last view, and when I try to show this field in this view, I get this message error: Error: Maximum recursion depth excedded in __instancecheck__ The issue comes in the way I

Re: [tryton-dev] Add units to product attributes

2013-05-10 Thread edbo . design
On Wednesday, May 8, 2013 11:42:26 PM UTC+2, Cédric Krier wrote: On 08/05/13 11:42 -0700, edbo@gmail.com javascript: wrote: We are very happy with the product_attribute module. It work quite well. The only thing we actually miss is the possibility to add a unit to the attribute,

[tryton-dev] PATCH: tryton: honnor keyword_open in board when defined (issue 859002)

2013-05-10 Thread nicolas . evrard
Reviewers: , Please review this at http://codereview.tryton.org/859002/ Affected files: tryton/gui/window/view_board/action.py Index: tryton/gui/window/view_board/action.py === --- a/tryton/gui/window/view_board/action.py