[tryton-dev] Nereid. Not get locale from URL

2013-10-01 Thread Raimon Esteve
Hello Nereid developers, Yesterday I try new commits in Nereid project. We have problem about commit 0f0238b because I don't get language from URL; Language is from Transition, not get lang from URL. (1) I worked some internal codereview (in get_locale method) but I don't like it :( I'm waiting

[tryton-dev] trytond: Fix Translation.search_model to return a domain instead of sql Expression

2013-10-01 Thread Code Review - New issues: ced
issue3390 URL: http://codereview.tryton.org/1113002/

Re: [tryton-dev] Action Domain for Dates

2013-10-01 Thread Josias Pérez
+1 On Tuesday, October 1, 2013 11:22:27 AM UTC-6, Cédric Krier wrote: > > On 01/10/13 09:56 -0700, Josias Pérez wrote: > > HI, > > > > I would appreciate if can tell me how to add dates domains to date > fields, > > specially in actions. > > Using a pyson.Date: > > http://doc.tryton.org/2.8

Re: [tryton-dev] Action Domain for Dates

2013-10-01 Thread Cédric Krier
On 01/10/13 09:56 -0700, Josias Pérez wrote: > HI, > > I would appreciate if can tell me how to add dates domains to date fields, > specially in actions. Using a pyson.Date: http://doc.tryton.org/2.8/trytond/doc/ref/pyson.html?highlight=pyson.date#trytond.pyson.Date -- Cédric Krier B2CK SPRL

[tryton-dev] Action Domain for Dates

2013-10-01 Thread Josias Pérez
HI, I would appreciate if can tell me how to add dates domains to date fields, specially in actions. Thanks in advance.

[tryton-dev] trytond. Fix domain concatenation between list and tuple

2013-10-01 Thread Code Review - New issues: resteve
(No description) URL: http://codereview.tryton.org/1112002/

[tryton-dev] www.tryton.org: Add presentations and papers

2013-10-01 Thread Code Review - New issues: ced
(No description) URL: http://codereview.tryton.org/1110003/

Re: [tryton-dev] sale: Sale sequence domain when not company, is None

2013-10-01 Thread Cédric Krier
On 01/10/13 15:35 -, Code Review - New issues: resteve wrote: > (No description) > > URL: http://codereview.tryton.org/002/ > Please open a bug as I suspect other modules are also affected like purchase, stock, account. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium

Re: [tryton-dev] www.tryton.org: message to commit

2013-10-01 Thread Cédric Krier
On 01/10/13 12:18 -, Code Review - New issues: Coogorsailing wrote: > (No description) > > URL: http://codereview.tryton.org/1110002/ > My concern is that it is a personal package and not an official openSUSE (if I understand correctly). I would prefer (as I don't have any knowledge in open

[tryton-dev] sale: Sale sequence domain when not company, is None

2013-10-01 Thread Code Review - New issues: resteve
(No description) URL: http://codereview.tryton.org/002/

[tryton-dev] www.tryton.org: message to commit

2013-10-01 Thread Code Review - New issues: Coogorsailing
(No description) URL: http://codereview.tryton.org/1110002/

Re: [tryton-dev] Submitting change via mercurial

2013-10-01 Thread Axel Braun
Am Dienstag, 1. Oktober 2013 13:50:39 UTC+2 schrieb Nicolas Évrard: > > > It should work. > What is the result of: > > python -c 'import hgreview' > > If there is problem importing hgreview then it's an installation > problem otherwise it is a mercurial problem. > > It was a typo proble

[tryton-dev] stock: Fix infinite loop when setting internal_quantity

2013-10-01 Thread Code Review - New issues: ced
There could be difference for Float field between the written value and the read one. This could lead to an infinite loop of write calls, so we also test that it is not already writing the same internal value. issue3332 URL: http://codereview.tryton.org/1109002/

Re: [tryton-dev] Submitting change via mercurial

2013-10-01 Thread Nicolas Évrard
* Axel Braun [2013-10-01 13:29 +0200]: >hg: unknown command 'review' > >Any hints? Just like any mercurial extension you need to activate it in your .hgrc To do so, in [extensions] add this line: hgreview = Does not help: linux-qpe9:/mnt/www.tryton.org # hg review -m "www.tryton.org: mes

Re: [tryton-dev] Submitting change via mercurial

2013-10-01 Thread Axel Braun
Am Dienstag, 1. Oktober 2013 12:34:13 UTC+2 schrieb Nicolas Évrard: > > * Axel Braun [2013-10-01 12:22 +0200]: > >> Looks like here is my next problem. I created a patch file with > >>> hg export 71:67c2c9a02e55 > changed_links.diff > >>> > >> > >> Before you do a commit, you need to publi

Re: [tryton-dev] Submitting change via mercurial

2013-10-01 Thread Raimon Esteve
> ...this looks OK so far, but did not result in a command 'hgreview' or 'hg > review': > hg: unknown command 'review' After install, in ~/.hgrc add: [extensions] hgreview=

Re: [tryton-dev] Submitting change via mercurial

2013-10-01 Thread Nicolas Évrard
* Axel Braun [2013-10-01 12:22 +0200]: Looks like here is my next problem. I created a patch file with hg export 71:67c2c9a02e55 > changed_links.diff Before you do a commit, you need to publish in codereview.tryton.org. How to? hg clone http://hg.tryton.org/www.tryton.org [ modifiy files

Re: [tryton-dev] Submitting change via mercurial

2013-10-01 Thread Axel Braun
- If you are not yet experienced with mercurial, it would probably be better to > push to a codereview first. There you and others can control, if the > commit > will be ok. > > Hmmm...I created a patch file hg export 71:67c2c9a02e55 > changed_links.diff but the import in rietveld compl

Re: [tryton-dev] Submitting change via mercurial

2013-10-01 Thread Axel Braun
Am Montag, 30. September 2013 22:39:58 UTC+2 schrieb raimonesteve: > > > Looks like here is my next problem. I created a patch file with >> hg export 71:67c2c9a02e55 > changed_links.diff >> > > Before you do a commit, you need to publish in codereview.tryton.org. > How to? > > hg clone http://

[tryton-dev] trytond: Add missing default value for res_id

2013-10-01 Thread Code Review - New issues: ced
issue3392 URL: http://codereview.tryton.org/1108002/