summaryrefslogtreecommitdiff
path: root/devel/py-tryton
diff options
context:
space:
mode:
authorrichard <richard>2014-09-10 12:05:38 +0000
committerrichard <richard>2014-09-10 12:05:38 +0000
commit4e34494f66ee6ea8c4086225c309609e2fdade00 (patch)
treef23c94dc107ae873145bb52a5909168de3a87c16 /devel/py-tryton
parent14b3a98f8bca049f6c6c05d4fd8ebdbd8b864404 (diff)
downloadpkgsrc-4e34494f66ee6ea8c4086225c309609e2fdade00.tar.gz
update tryton client to 3.2.3
Changelog from mercurial: 2014-05-07 Cédric Krier <ced@b2ck.com> * CHANGELOG: Prepare release 3.2.1 [41c2b1119e77] [3.2.1] <3.2> * .hgtags: Added tag 3.2.1 for changeset 41c2b1119e77 [e023e0931a72] <3.2> * tryton/version.py: Increase version number [ea8cda98fb8e] <3.2> * tryton/gui/window/view_form/view/form_gtk/many2one.py: Fix update completion for empty reference issue3890 review12271002 (grafted from b5dfbddfcd96c62b61b9e4c5f38514eec95adfaa) [8684e4c9a9c8] <3.2> 2014-05-09 Cédric Krier <ced@b2ck.com> * tryton/gui/window/view_form/view/form_gtk/char.py: Use the right widget to get text in Char widget issue3898 review9301002 (grafted from 64eae7781c5170b8c3339c01857263cab5177129) [a60ba42dae30] <3.2> 2014-05-17 Cédric Krier <ced@b2ck.com> * tryton/common/domain_inversion.py: Fix eval_leaf when field equals 0 Only None must be considered as a value not set which will be forced by the domain inversion. issue3896 review14271002 (grafted from 6f199f6ec408ffec15cc202067e2347702d8fe0c) [d43242fb4b4f] <3.2> * tryton/common/button.py, tryton/gui/window/view_form/screen/screen.py, tryton/gui/window/view_form/view/list_gtk/parser.py: Set button readonly when record or group is readonly issue3904 review13301002 (grafted from 16b9fc83f836f06ed3aec9463238e28b44c1cbae) [fc85cf557c9e] <3.2> * tryton/gui/window/view_form/model/field.py: O2M.set_client should compare with active records issue3914 review14281004 (grafted from 47264a4a7b02e312e57d43b9e597ae30fddb741b) [8a0bb5899ee4] <3.2> 2014-05-22 Cédric Krier <ced@b2ck.com> * tryton/gui/window/view_form/view/list.py: Set None instead of False when moving record on top issue3912 review14291002 (grafted from 0439ac9001836e87780e4631c4498952485df4a9) [a9c30f198396] <3.2> * tryton/gui/window/view_form/view/form_gtk/parser.py: Some widgets are registered many times This could lead to have buttons clicked many times because the clicked event will be registered many time. issue3924 review8371002 (grafted from d97ea070448917d64af20fcb043455a8e1adf526) [2cd728dd8c6e] <3.2> 2014-06-02 Guillem Barba <guillem@nan-tic.com> * tryton/gui/window/view_form/model/field.py: Detect correctly when to parse value from DateTime, Date or Time field issue3957 review12341002 (grafted from 50820068cef9807e8775ae8e2768f7ab80395d5f) [ed8ba769c241] <3.2> 2014-07-02 Cédric Krier <ced@b2ck.com> * CHANGELOG: Prepare release 3.2.2 [b6ebffbfa9ab] [3.2.2] <3.2> * .hgtags: Added tag 3.2.2 for changeset b6ebffbfa9ab [ac542cde2365] <3.2> * tryton/version.py: Increase version number [44e9c4d05dfc] <3.2> 2014-06-08 Cédric Krier <ced@b2ck.com> * tryton/gui/window/view_form/view/form_gtk/reference.py: Don't guess the values for no reference No reference could use '' or None as selection value for the model. So to prevent to detect false-positive modification and to set invalid value, the widget must find which one is used as empty model. issue3933 review11291002 (grafted from e2ccc0ff4368c3342f300eb5205c2a3fa2fd7df5) [f77767bfa651] <3.2> * tryton/common/domain_inversion.py: Fix simplify for simple domains ['AND'], ['OR'] issue3955 review9411002 (grafted from 90b6308d43a17fc9f0d775a48670277d25162abc) [28c0a8b104c6] <3.2> 2014-06-11 Nicolas Évrard <nicoe@b2ck.com> * tryton/gui/window/view_form/view/list.py: Quote doublequote characters when copying records to clipboard issue3972 review6341002 (grafted from 52b6005d779a4a7c07291fb6f7628ee8d8c5263e) [94499cc28049] <3.2> 2014-06-16 Cédric Krier <ced@b2ck.com> * tryton/common/popup_menu.py: Fix mix up of record and id in popup_menu issue3990 review10371002 (grafted from 42a053cf61ff39ed7c2be82e67489fceb9a1c6b4) [7147cdbb594c] <3.2> * tryton/gui/window/view_form/view/form_gtk/many2one.py: Clean many2one only if text was modified As update_completion emit the signal changed to force the display of the popup when the completion model is changed. In this case the many2one should not be cleaned. issue3881 review7371002 (grafted from 439e92599164af699ba3daca928590d3fd1acd82) [b14c2573b71f] <3.2> 2014-07-09 Cédric Krier <ced@b2ck.com> * tryton/gui/window/view_form/model/field.py: Fix when number's factor is negative It must use the absolute value of factor to compute the digit shift using the logarithm. issue4031 review11361002 (grafted from 901f343723bf1a32640cc8cc7e1e1bbdc5332b9c) [f50ec0364a34] <3.2> 2014-08-03 Cédric Krier <ced@b2ck.com> * CHANGELOG: Prepare release 3.2.3 [8581032eff00] [3.2.3] <3.2>
Diffstat (limited to 'devel/py-tryton')
-rw-r--r--devel/py-tryton/Makefile4
-rw-r--r--devel/py-tryton/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-tryton/Makefile b/devel/py-tryton/Makefile
index 9262028928f..57abce59020 100644
--- a/devel/py-tryton/Makefile
+++ b/devel/py-tryton/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2014/09/10 10:48:17 richard Exp $
+# $NetBSD: Makefile,v 1.12 2014/09/10 12:05:38 richard Exp $
-TRYTON_CLIENT_REVISION=1
+TRYTON_CLIENT_REVISION=3
.include "../../devel/py-trytond/Makefile.common"
DISTNAME= tryton-${TRYTON_VERSION}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
diff --git a/devel/py-tryton/distinfo b/devel/py-tryton/distinfo
index af0f0e16ca0..e5648b9423f 100644
--- a/devel/py-tryton/distinfo
+++ b/devel/py-tryton/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2014/09/10 10:48:17 richard Exp $
+$NetBSD: distinfo,v 1.7 2014/09/10 12:05:38 richard Exp $
-SHA1 (tryton-3.2.1.tar.gz) = e97455fbac90c08d664a652b31e73a8f251be62b
-RMD160 (tryton-3.2.1.tar.gz) = 890e8c08d6692996883135b5c0f5a36703a4ccd7
-Size (tryton-3.2.1.tar.gz) = 808894 bytes
+SHA1 (tryton-3.2.3.tar.gz) = 91438f398ee969d1249028af5cdae954885a1b8c
+RMD160 (tryton-3.2.3.tar.gz) = 494c613245336c45717f99f9d938d6a440be3fb8
+Size (tryton-3.2.3.tar.gz) = 809497 bytes
SHA1 (patch-tryton_gui_window_view__form_view_form__gtk_multiselection.py) = 5a6f2fdf6bcdef39201e516959b4b40ed58d68bd