Commit graph

15 commits

Author SHA1 Message Date
richard
c452f88798 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>
2014-09-10 12:05:38 +00:00
richard
47825a6014 revert py-tryton 2014-09-10 10:48:17 +00:00
richard
cfd0295a64 adding devel/py-hgnested
hgnested is a Mercurial extension to work with nested repositories.

It was inspired by the forest extension.

The extension allows to apply common Mercurial commands to all the nested
repositories at once like pull, push etc. It also allows to fetch a complete
tree of repositories through ssh or http.

To enable the "hgnested" extension, create an entry for it in your hgrc, like
this:

    [extensions]
    hgnested =

See `hg help hgnested` for the complete list of commands.

For more information please visit the following website:

	http://code.google.com/p/hgnested/
2014-09-10 10:14:07 +00:00
richard
698b681e1c Add py-trytond/Makefile.common to simplify modules
ok wiz@
2014-06-25 06:00:39 +00:00
joerg
16c99c3458 Don't use set literal syntax not supported by Python 2.6. 2014-06-06 12:48:00 +00:00
rodent
d345d4aa9b Updated to latest release, 3.2.1. ChangeLog cites "bug fixes" as the diff.
py34 was listed twice in options.mk? Fixed.
2014-05-18 15:08:33 +00:00
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
ryoon
60806aa001 Recursive revbump from x11/pixman
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
obache
af20d87364 Add ALTERNATIVES for moved bin/tryton to bin/tryton${PYVERSSUFFIX} 2014-05-03 13:33:14 +00:00
rodent
3724cd3058 Update to latest release, 3.2.0. Move bin/tryton to bin/tryton${PYVERSSUFFIX}
in post-install to support concurrent installed python versions. From CHANGELOG:

* Bug fixes (see mercurial logs for details)
* Add option to show revisions
* Add a multi selection widget for many2many
* Remove auto-refresh
* Add support of domain for non-relation field
* Allow drag & drop on the attachment button
* Replace sha widget by password
* Add Len to PYSON
* Use a pool of connection
* Manage client actions from button and wizard
* Add tree_invisible attribute to button in tree view
* Add buttons of the view in actions menu
* Don't evaluate anymore relate action with the record
* Paste on editable list create new records if needed
* Drop support of Python 2.6
* Allow to search on rec_name of Reference fields
* Use local timezone
* Sanitize report file extension
2014-05-03 13:09:55 +00:00
richard
470f708ab7 Don't use USE_PKGLOCALEDIR as tryton puts all locales in 'share' already.
Fixes packaging on SunOS.
2014-03-08 07:19:51 +00:00
wiz
1bce99593a Fix dependency pattern. 2014-02-09 16:54:12 +00:00
rodent
e0c198ced9 DEPENDS+=devel/py2app if OPSYS == Darwin. 2014-02-09 15:32:19 +00:00
wiz
98f8e8fcaf Mark some stuff not available for python and use versioned_dependencies.mk,
so that pbulk can finish a scan again.
2014-01-31 19:32:04 +00:00
rodent
7291454e3f Import py27-tryton-3.0.2 as devel/py-tryton.
Tryton is a three-tiers high-level general purpose application platform under
the license GPL-3 written in Python and using PostgreSQL as database engine.

It is the core base of a complete business solution providing modularity,
scalability and security.
2014-01-30 03:46:18 +00:00