Add patch for issue4723

This commit is contained in:
Sergi Almacellas Abellana 2015-04-28 13:50:01 +02:00
parent 1f21f42195
commit 94a374b41f
2 changed files with 23 additions and 0 deletions

22
issue11221002_1.diff Normal file
View File

@ -0,0 +1,22 @@
# HG changeset patch
# User Sergi Almacellas Abellana <sergi@koolpi.com>
Fix tree click on board view
issue4723
review11221002
Index: tryton/tryton/gui/window/view_board/action.py
===================================================================
--- a/tryton/tryton/gui/window/view_board/action.py
+++ b/tryton/tryton/gui/window/view_board/action.py
@@ -94,7 +94,7 @@
return
if (self.screen.current_view.view_type == 'tree' and
- self.screen.current_view.treeview.keyword_open):
+ self.screen.current_view.attributes.get('keyword_open')):
GenericAction.exec_keyword('tree_open', {
'model': self.screen.model_name,
'id': self.screen.id_get(),

1
series
View File

@ -52,3 +52,4 @@ issue6241002_1.diff
top.diff
issue15211002-sale-confirmed-to-done.diff
issue9231002_20001.diff
issue11221002_1.diff