Re: [tryton-dev] Missing translations for release 4.8

2018-05-08 Thread 'Udo Spallek' via tryton-dev
Hi, Mon, 7 May 2018 14:45:39 +0200 Sergi Almacellas Abellana : >El 07/05/18 a les 14:38, Udo Spallek ha escrit: >> Is it correct that there are more than 5000 entries to edit? >This probably because you get results from country and currency >modules. Skipping this modules gives (at least for cata

Re: [tryton-dev] NSIS new string PreviousInstall

2018-05-08 Thread 'Udo Spallek' via tryton-dev
Tue, 8 May 2018 10:30:43 +0200 Udo Spallek : >Tue, 8 May 2018 00:15:32 +0200 >Cédric Krier : >>LangString PreviousInstall ${CURLANG} "Tryton is already >> installed.$\n$\nClick `OK` to remove the previous version or `Cancel` >> to cancel this upgrade." >German: "Tryton ist bereits install

Re: [tryton-dev] MySQL backend removal

2018-01-23 Thread 'Udo Spallek' via tryton-dev
Hi, Sun, 21 Jan 2018 19:24:41 +0100 Cédric Krier : >I'm working on https://bugs.tryton.org/issue7017 which remove the mysql >backend from trytond repository and move it to its own backend >repository (like for trytond-gis). But I'm facing many issues to make >it working. Indeed it is broken since y

Re: [tryton-dev] Extending python-sql

2018-01-04 Thread 'Udo Spallek' via tryton-dev
Thu, 4 Jan 2018 19:38:54 +0100 Sergi Almacellas Abellana : >El 04/01/18 a les 18:13, 'Udo Spallek' via tryton-dev ha escrit: >> Thu, 4 Jan 2018 15:31:45 +0100 >> Sergi Almacellas Abellana : >>> El 04/01/18 a les 11:26, Cédric Krier ha escrit: >>>&

Re: [tryton-dev] Extending python-sql

2018-01-04 Thread 'Udo Spallek' via tryton-dev
Hi, Thu, 4 Jan 2018 15:31:45 +0100 Sergi Almacellas Abellana : >El 04/01/18 a les 11:26, Cédric Krier ha escrit: >> In general, I think it is the wrong way to implement a discount. The >> discount should modify the unit price. Is this in general your proposal? On sale.line/invoice.line, if ther

[tryton-dev] Extending python-sql

2017-12-30 Thread 'Udo Spallek' via tryton-dev
Hi, I would like to extend account_invoice.Invoice.search_total_amount[A] which is based on a python-sql query. It should be extended with another module. In my extension I would like to replace the following column[B]:: Coalesce(Sum(Round( ( line.quantity * line.unit_pric

Re: [tryton-dev] reconciliation in GeneralLedgerLine

2017-03-31 Thread 'Udo Spallek' via tryton-dev
Wed, 29 Mar 2017 18:09:00 +0200 Richard PALO : >I initially thought to put the fields.Many2One for >account.move.reconciliation I added in a fields.Function and provide >a 'getter' function get_reconciliation, but then I realised that I >probably didn't have the context necessary (namely >GeneralL

Re: [tryton-dev] CI is producing false positives

2016-12-17 Thread 'Udo Spallek' via tryton-dev
Fri, 16 Dec 2016 14:17:41 +0100 Sergi Almacellas Abellana : >P.S: For those who want to now more details about the issue you can >have a look on the irc log: > >http://www.tryton.org/~irclog/latest.log.html#t2016-12-16%2012:26 Fixed address: http://www.tryton.org/~irclog/2016-12-16.log.html#t2016-

Re: [tryton-dev] How to write tooltips

2016-09-28 Thread 'Udo Spallek' via tryton-dev
Hi, Wed, 28 Sep 2016 10:34:21 +0200 Cédric Krier : >I started a discussion to rationalize how we should write tooltips in >Tryton: >https://discuss.tryton.org/t/how-to-write-tooltips/212 >I think the TUB2016 sprint could be a good place to improve the >discoverability of the application. (to repla

Re: [tryton-dev] Renaming rec_name label?

2016-06-07 Thread 'Udo Spallek' via tryton-dev
Hi, Mon, 6 Jun 2016 18:58:10 +0200 "Jordi Esteve (Zikzakmedia)" : >> I propose to change the label for "rec_name" though I don't have a >> strong opinion on what should it be. >> Here are some ideas that came to my mind: >> - Summary >> - Record Summary >> - Record Name >> - Record Title >> - Reco

Re: [tryton-dev] New release on Monday

2016-04-22 Thread 'Udo Spallek' via tryton-dev
Hi, Fri, 22 Apr 2016 18:10:24 +0200 Cédric Krier : >I'm sad to say that I will not make the release on Monday because we >don't have the news written: >https://codereview.tryton.org/24161003/ its a pity, but I understand your decision. Haven't recognized the codereview of the release message, bu

Re: [tryton-dev] Looking for mentors for GSoC 2016

2016-03-04 Thread 'Udo Spallek' via tryton-dev
Hi, Thu, 3 Mar 2016 18:55:44 +0100 Cédric Krier : >On 2016-02-20 15:04, Cédric Krier wrote: >> I would like to submit Tryton as sub-org under the umbrella of Python >> for the GSoC 2016 [1]. >> I have already some project ideas but before starting to collect >> them, I would need to get at least t

Re: [tryton-dev] Installable languages

2016-02-23 Thread 'Udo Spallek' via tryton-dev
Tue, 23 Feb 2016 11:17:38 +0100 Sergi Almacellas Abellana : >El 22/02/16 a les 13:19, 'Udo Spallek' via tryton-dev ha escrit: >> Hi, >> Mon, 22 Feb 2016 11:42:08 +0100 >> Sergi Almacellas Abellana: >>> >El 22/02/16 a les 11:40, Axel Braun ha escrit:

Re: [tryton-dev] Installable languages

2016-02-22 Thread 'Udo Spallek' via tryton-dev
Hi, Mon, 22 Feb 2016 11:42:08 +0100 Sergi Almacellas Abellana : >El 22/02/16 a les 11:40, Axel Braun ha escrit: >> Am Samstag, 20. Februar 2016 18:20:03 UTC+1 schrieb Cédric Krier: >> On 2016-02-20 09:03, Axel Braun wrote: >> > why does a language have to be translatable in order to use

Re: [tryton-dev] New wiki

2016-02-09 Thread 'Udo Spallek' via tryton-dev
Tue, 9 Feb 2016 12:13:47 +0100 Cédric Krier : >On 2016-02-09 11:59, 'Udo Spallek' via tryton-dev wrote: >> Tue, 9 Feb 2016 11:21:52 +0100 >> Cédric Krier : >> You are talking about a scribbling pad where we can plan >> and discuss new ideas and bluep

Re: [tryton-dev] New wiki

2016-02-09 Thread 'Udo Spallek' via tryton-dev
Tue, 9 Feb 2016 11:21:52 +0100 Cédric Krier : >On 2016-02-09 11:00, 'Udo Spallek' via tryton-dev wrote: >> Sat, 6 Feb 2016 16:44:50 +0100 >> Cédric Krier : >> >On 2016-01-23 12:11, Cédric Krier wrote: >> >> As we talked previously, we need to set

Re: [tryton-dev] New wiki

2016-02-09 Thread 'Udo Spallek' via tryton-dev
Tue, 9 Feb 2016 11:08:47 +0100 Sergi Almacellas Abellana : >El 09/02/16 a les 11:00, 'Udo Spallek' via tryton-dev ha escrit: >> Sat, 6 Feb 2016 16:44:50 +0100 >> Cédric Krier: >>> >On 2016-01-23 12:11, Cédric Krier wrote: >>>> >>As we t

Re: [tryton-dev] New wiki

2016-02-09 Thread 'Udo Spallek' via tryton-dev
Sat, 6 Feb 2016 16:44:50 +0100 Cédric Krier : >On 2016-01-23 12:11, Cédric Krier wrote: >> As we talked previously, we need to setup a new wiki. >> I think MoinMoin [1] will do the job. I looked up and I think it >> will be quite ease to write a authentication plugin to use the >> roundup user base

Re: [tryton-dev] About Testing

2016-02-02 Thread 'Udo Spallek' via tryton-dev
Hi, thanks for reply! Mon, 1 Feb 2016 12:53:42 +0100 Sergi Almacellas Abellana : >El 29/01/16 a les 18:52, Cédric Krier ha escrit: >> I think by using this way [1] of writing reports the problem is >> solved because report are just there to layout the data. Moving the report complexity to a SQL-

[tryton-dev] About Testing

2016-01-29 Thread 'Udo Spallek' via tryton-dev
Hi, Tryton has two general testing targets unittest (direct Tryton API access) and scenario tests (based on proteus). While unittests are very powerfull to intensive test small parts of code, are scenario tests excellent for testing large functional related parts. Running tests with run-tests.py

Re: [tryton-dev] Stopping all developments on Tryton [resolved]

2015-12-14 Thread 'Udo Spallek' via tryton-dev
Sat, 12 Dec 2015 07:42:50 +0700 Cédric Krier : >On 2015-12-03 11:33, Cédric Krier wrote: >> On 2015-11-24 19:21, Cédric Krier wrote: >> So this means that the all Tryton development is still on hold for an >> undetermined time. >Thanks to the contribution of the Foundation and some donors, the

Re: [tryton-dev] Colors of fields

2015-07-07 Thread 'Udo Spallek' via tryton-dev
Mon, 6 Jul 2015 23:36:22 +0200 Cédric Krier : >On 2015-07-04 08:58, Cédric Krier wrote: >> Hi, >> >> For now, we put a blue color on entries when they are required (and >> switch to red when validated as empty). >> I think it is a bad practice for 2 reasons: >> >> - the colors are not custum

Re: [tryton-dev] Reading data from tryton database

2015-06-30 Thread 'Udo Spallek' via tryton-dev
Hi, Mon, 29 Jun 2015 09:42:49 -0300 Daniela Barroso : >I need to read imported datas storaged in the tryton database. How Ido >this? it depends on the database type you choose in the tryton.conf file. For postgres databases I use ``psql`` or if you like a GUI I can recommend ``pgadmin3``. For sqli

Re: [tryton-dev] Built Status

2015-06-11 Thread 'Udo Spallek' via tryton-dev
Thu, 11 Jun 2015 08:52:52 +0200 Cédric Krier : >I wrote a simple page that shows the built status from drone for each >active branch of each repository: >http://tests.tryton.org/ >I patched trypod to generate dynamically the page: >https://codereview.tryton.org/7221002/ >PS: You need to hav