Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(524)

Unified Diff: tryton/gui/window/view_form/view/list_gtk/parser.py

Issue 3094041: Add One2One field (Closed)
Patch Set: Created 14 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tryton/gui/window/view_form/view/list_gtk/parser.py
===================================================================
--- a/tryton/gui/window/view_form/view/list_gtk/parser.py
+++ b/tryton/gui/window/view_form/view/list_gtk/parser.py
@@ -572,6 +572,9 @@
else:
return False, None
+class O2O(M2O):
+ pass
+
class UnsettableColumn(Exception):
def __init__(self):
@@ -911,4 +914,5 @@
'sip': Char,
'progressbar': ProgressBar,
'reference': Reference,
+ 'one2one': O2O,
}
« no previous file with comments | « tryton/gui/window/view_form/view/form_gtk/parser.py ('k') | tryton/gui/window/view_form/widget_search/form.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b