[tryton-dev] PATCH: trytond: Add definition for lithuanian language (issue 807002)

2013-04-18 Thread giedrius . slavinskas
Reviewers: , Please review this at http://codereview.tryton.org/807002/ Affected files: M setup.py M trytond/ir/lang.xml M trytond/protocols/dispatcher.py Index: setup.py === --- a/setup.py +++ b/setup.py @@ -45,6 +45,7

Re: [tryton-dev] Freeze of repositories

2013-04-18 Thread Mathias Behrle
* Betr.: Re: [tryton-dev] Freeze of repositories (Sun, 24 Mar 2013 15:05:41 +0100): * Betr.: Re: [tryton-dev] Freeze of repositories (Sun, 24 Mar 2013 13:41:32 +0100): On 24/03/13 12:53 +0100, Mathias Behrle wrote: Release dates are fixed since the begining and thus the translation

Re: [tryton-dev] Freeze of repositories

2013-04-18 Thread Cédric Krier
On 18/04/13 10:30 +0200, Mathias Behrle wrote: * Betr.: Re: [tryton-dev] Freeze of repositories (Sun, 24 Mar 2013 15:05:41 +0100): * Betr.: Re: [tryton-dev] Freeze of repositories (Sun, 24 Mar 2013 13:41:32 +0100): I herewith resign from leadership of the German translation. Wiki

Re: [tryton-dev] Freeze of repositories

2013-04-18 Thread Mathias Behrle
* Betr.: Re: [tryton-dev] Freeze of repositories (Thu, 18 Apr 2013 10:37:05 +0200): On 18/04/13 10:30 +0200, Mathias Behrle wrote: * Betr.: Re: [tryton-dev] Freeze of repositories (Sun, 24 Mar 2013 15:05:41 +0100): * Betr.: Re: [tryton-dev] Freeze of repositories (Sun, 24 Mar 2013

Re: [tryton-dev] Freeze of repositories

2013-04-18 Thread Cédric Krier
On 18/04/13 10:45 +0200, Mathias Behrle wrote: * Betr.: Re: [tryton-dev] Freeze of repositories (Thu, 18 Apr 2013 10:37:05 +0200): On 18/04/13 10:30 +0200, Mathias Behrle wrote: * Betr.: Re: [tryton-dev] Freeze of repositories (Sun, 24 Mar 2013 15:05:41 +0100): * Betr.: Re:

Re: [tryton-dev] Freeze of repositories

2013-04-18 Thread Mathias Behrle
* Betr.: Re: [tryton-dev] Freeze of repositories (Thu, 18 Apr 2013 10:50:57 +0200): On 18/04/13 10:45 +0200, Mathias Behrle wrote: * Betr.: Re: [tryton-dev] Freeze of repositories (Thu, 18 Apr 2013 10:37:05 +0200): On 18/04/13 10:30 +0200, Mathias Behrle wrote: * Betr.: Re:

Re: [tryton-dev] Freeze of repositories

2013-04-18 Thread Cédric Krier
On 18/04/13 10:52 +0200, Mathias Behrle wrote: * Betr.: Re: [tryton-dev] Freeze of repositories (Thu, 18 Apr 2013 10:50:57 +0200): On 18/04/13 10:45 +0200, Mathias Behrle wrote: * Betr.: Re: [tryton-dev] Freeze of repositories (Thu, 18 Apr 2013 10:37:05 +0200): On 18/04/13

[tryton-dev] account: Alert if sequence journal is empty when create a account move (issue 808002)

2013-04-18 Thread resteve
Reviewers: , Please review this at http://codereview.tryton.org/808002/ Affected files: M move.py Index: move.py === --- a/move.py +++ b/move.py @@ -89,6 +89,8 @@ 'because it\'s date is outside its

Re: [tryton-dev] Freeze of repositories

2013-04-18 Thread Mathias Behrle
* Betr.: Re: [tryton-dev] Freeze of repositories (Thu, 18 Apr 2013 10:54:01 +0200): On 18/04/13 10:52 +0200, Mathias Behrle wrote: * Betr.: Re: [tryton-dev] Freeze of repositories (Thu, 18 Apr 2013 10:50:57 +0200): On 18/04/13 10:45 +0200, Mathias Behrle wrote: * Betr.: Re:

Re: [tryton-dev] Freeze of repositories

2013-04-18 Thread Cédric Krier
On 18/04/13 11:27 +0200, Mathias Behrle wrote: * Betr.: Re: [tryton-dev] Freeze of repositories (Thu, 18 Apr 2013 10:54:01 +0200): On 18/04/13 10:52 +0200, Mathias Behrle wrote: * Betr.: Re: [tryton-dev] Freeze of repositories (Thu, 18 Apr 2013 10:50:57 +0200): On 18/04/13

[tryton-dev] Enable Ctrl + Space on selection-like Dict entries (issue 809002)

2013-04-18 Thread jean . cavallo
Reviewers: , Description: Enable Ctrl + Space on selection-like Dict entries Safer get_values and lambdas. issue3163 Please review this at http://codereview.tryton.org/809002/ Affected files: M tryton/gui/window/view_form/view/form_gtk/dictionary.py Index:

[tryton-dev] Selection widget of Dict fields should test if the value is in the list (issue 810002)

2013-04-18 Thread jean . cavallo
Reviewers: , Description: Selection widget of Dict fields should test if the value is in the list Please review this at http://codereview.tryton.org/810002/ Affected files: M tryton/gui/window/view_form/view/form_gtk/dictionary.py Index:

[tryton-dev] Better test for quoting empty string (issue 811002)

2013-04-18 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/811002/ Affected files: M tryton/common/domain_parser.py Index: tryton/common/domain_parser.py === --- a/tryton/common/domain_parser.py +++

[tryton-dev] www.tryton.org: New Tryton release 2.8 (issue 812002)

2013-04-18 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/812002/ Affected files: files/images/tryton_act_window_domain.png files/images/tryton_bookmark.png files/images/tryton_completion.png files/images/tryton_contact_mechanisms_url.png files/images/tryton_global_search.png

[tryton-dev] account: Fix tax_code usage as it can be None (issue 813002)

2013-04-18 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/813002/ Affected files: M move.py Index: move.py === --- a/move.py +++ b/move.py @@ -808,7 +808,9 @@ line.debit or line.credit, 1):