pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-tryton
Module Name: pkgsrc
Committed By: richard
Date: Wed Sep 10 12:05:38 UTC 2014
Modified Files:
pkgsrc/devel/py-tryton: Makefile distinfo
Log Message:
update tryton client to 3.2.3
Changelog from mercurial:
2014-05-07 Cédric Krier <ced%b2ck.com@localhost>
* 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@localhost>
* 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@localhost>
* 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@localhost>
* 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@localhost>
* 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@localhost>
* 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@localhost>
* 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@localhost>
* 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@localhost>
* 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@localhost>
* 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@localhost>
* CHANGELOG:
Prepare release 3.2.3
[8581032eff00] [3.2.3] <3.2>
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-tryton/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-tryton/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index