Re: [tryton-dev] Tryton Client 2.0 Mac Os version

2011-09-14 Thread Oscar Andres Alvarez Montero
Hi, Phillip Thanks for your work in Mac client, I used Linux, but my boss use Mac, so I happy for listen you that soon we will have update the client, Regards, Oscar Alvarez Colombia 2011/9/14 Phillip Heller > GTK made a change to the location of the pixbuf loaders in the latest > stable, and

Re: [tryton-dev] Tryton Client 2.0 Mac Os version

2011-09-14 Thread Phillip Heller
GTK made a change to the location of the pixbuf loaders in the latest stable, and changes to improve keyboard accelerators should be integrated to stable very soon. Also, some changes are necessary to the build environment for 10.7. Once gtk is ready, I will update the build environment instruc

[tryton-dev] Tryton Client 2.0 Mac Os version

2011-09-14 Thread oscar_andres_col
Hi Boys, To exist any Tryton Client 2.0 version Mac Os in development? Oscar Alvarez -- tryton-dev@googlegroups.com mailing list

[tryton-dev] tryton: store also non ssl server in fingerprint (issue110004)

2011-09-14 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/110004/ Affected files: M tryton/fingerprints.py M tryton/jsonrpc.py Index: tryton/fingerprints.py === --- a/tryton/fingerprints.py +++ b/tryton/fingerprints.p

[tryton-dev] tryton: remove tabpos from notebook for issue2135 (issue110003)

2011-09-14 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/110003/ Affected files: M tryton/gui/window/view_board/parser.py M tryton/gui/window/view_form/view/form_gtk/parser.py Index: tryton/gui/window/view_board/parser.py ===

[tryton-dev] trytond: remove tabpos from notebook for issue2135 (issue111001)

2011-09-14 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/111001/ Affected files: M CHANGELOG M trytond/ir/ui/board.rnc M trytond/ir/ui/board.rng M trytond/ir/ui/form.rnc M trytond/ir/ui/form.rng Index: CHANGELOG ===

[tryton-dev] tryton: Make jsonrpc more robust against socket error for issue2136 (issue110002)

2011-09-14 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/110002/ Affected files: M tryton/jsonrpc.py Index: tryton/jsonrpc.py === --- a/tryton/jsonrpc.py +++ b/tryton/jsonrpc.py @@ -258,6 +258,9 @@ requ

[tryton-dev] sale: remove default read access for issue2067 (issue109001)

2011-09-14 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/109001/ Affected files: M party.xml M sale.xml Index: party.xml === --- a/party.xml +++ b/party.xml @@ -14,6 +14,11 @@ party.party,0

[tryton-dev] stock_supply: remove default read access for issue2067 (issue110001)

2011-09-14 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/110001/ Affected files: M purchase_request.xml Index: purchase_request.xml === --- a/purchase_request.xml +++ b/purchase_request.xml @@ -85,6 +85,11 @@

[tryton-dev] stock: remove default read access for issue2067 (issue109003)

2011-09-14 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/109003/ Affected files: M configuration.xml M inventory.xml M move.xml M party.xml M period.xml M product.xml M shipment.xml M stock.xml Index: configuration.xml ==

[tryton-dev] sale_opportunity: remove default read access for issue2067 (issue109002)

2011-09-14 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/109002/ Affected files: M opportunity.xml Index: opportunity.xml === --- a/opportunity.xml +++ b/opportunity.xml @@ -217,6 +217,14 @@ sea

[tryton-dev] purchase: remove default read access for issue2067 (issue107002)

2011-09-14 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/107002/ Affected files: M party.xml M purchase.xml Index: party.xml === --- a/party.xml +++ b/party.xml @@ -14,6 +14,11 @@ party.party,0

[tryton-dev] trytond: don't fail on all keywords if one is not readable (issue108001)

2011-09-14 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/108001/ Affected files: M trytond/ir/action.py Index: trytond/ir/action.py === --- a/trytond/ir/action.py +++ b/trytond/ir/action.py @@ -9,6 +9,7 @@ from trytond

[tryton-dev] tryton: toolbar cache must be done on the rpc level (issue107001)

2011-09-14 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/107001/ Affected files: M tryton/gui/window/form.py M tryton/rpc.py Index: tryton/gui/window/form.py === --- a/tryton/gui/window/form.py +++ b/tryton/gui/window

[tryton-dev] account: icons is not a module and use glob syntax in package_data for issue2149 (issue106001)

2011-09-14 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/106001/ Affected files: R icons/__init__.py M setup.py Index: icons/__init__.py === deleted file mode 100644 Index: setup.py ===