[tryton-fr] Impression en PDF

2018-01-17 Thread remy dev
Bonjour, Je pense avoir fait ce qu'il faut pour imprimer en PDF une facture, malheureusement je n'arrive pas au résultat escompté. * Unoconv est bien installé tryton:~$ unoconv --version unoconv 0.8.2 * J'ai sélectionné dans extension "portable document format" soit PDF Je continue à avoir

Re: [tryton] Generating warnings during report run

2018-01-17 Thread Jon Levy
On Wednesday, January 17, 2018 at 12:40:06 PM UTC-5, Cédric Krier wrote: That's what I suspected. Thanks for verifying. -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit

Re: [tryton] Warnings without the option to silence in future

2018-01-17 Thread Jon Levy
On Wednesday, January 17, 2018 at 1:05:06 PM UTC-5, Cédric Krier wrote: Thank you. -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit

Re: [tryton] Generating warnings during report run

2018-01-17 Thread Cédric Krier
On 2018-01-17 08:59, Jon Levy wrote: > I am wondering what the correct idiom is to issue warnings while running a > report. Reports do not inherit from WarningErrorMixin, and run in readonly > transaction. I have a report that requires quite a bit of computation, and I > would like to be able

[tryton] Warnings without the option to silence in future

2018-01-17 Thread Jon Levy
Warnings give the user the option to check a box and not receive the warning in the future. If I don't want to provide the user to be able to silence in future, is it appropriate to instead call raise_user_error with raise_exception=False? -- You received this message because you are

[tryton] Generating warnings during report run

2018-01-17 Thread Jon Levy
I am wondering what the correct idiom is to issue warnings while running a report. Reports do not inherit from WarningErrorMixin, and run in readonly transaction. I have a report that requires quite a bit of computation, and I would like to be able to possibly issue a warning. If I try to

Re: [tryton-contrib] New Module: FinTS-Banking | Standard German (and Austrian?) Banking Protokoll

2018-01-17 Thread Cédric Krier
On 2018-01-17 07:45, 'Richard Martin' via tryton-contrib wrote: > Hallo, > > we developed a FinTS-Banking-Modul (FinTS=FinancialTransactionServices) for > Tryton 4.6. > > I don't know whether FinTS is more of a German-specific banking protocol. But > in Germany it will work (as a standard)

[tryton-contrib] New Module: FinTS-Banking | Standard German (and Austrian?) Banking Protokoll

2018-01-17 Thread 'Richard Martin' via tryton-contrib
Hallo, we developed a FinTS-Banking-Modul (FinTS=FinancialTransactionServices) for Tryton 4.6. I don't know whether FinTS is more of a German-specific banking protocol. But in Germany it will work (as a standard) with most of the banks. Feedback is very much appreciated. Regards, Richard

Re: [tryton] hpaned, vpaned, and their child example on tryton 3.8.x

2018-01-17 Thread Dominique Chabord
2018-01-17 15:36 GMT+01:00 Francisco Maria Moyano Casco : > Hi, > >> does grep fail to provide the answer ? > Sorry, maybe I don't explain myself. What do you mean about grep? man grep grep -rin "hpaned" * #at the root of the code directory. > > I need to know if

Re: [tryton] hpaned, vpaned, and their child example on tryton 3.8.x

2018-01-17 Thread Francisco Maria Moyano Casco
Hi, > does grep fail to provide the answer ? Sorry, maybe I don't explain myself. What do you mean about grep? I need to know if is any example of hpaned for the views. Thanks -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this

Re: [tryton-es] Filtrar lista por usuario tryton domain

2018-01-17 Thread Sergi Almacellas Abellana
Puedes subir el código completo en algún sitio así lo podemos probar? Que version de tryton estas usando? El 17/01/18 a les 12:37, Gloworms Glow ha escrit: > Gracias por responder! > Sigue sin funcionarme, no se que estoy haciendo mal. > > No tengo mucha experiencia en tryton, asi que les

Re: [tryton] hpaned, vpaned, and their child example on tryton 3.8.x

2018-01-17 Thread Dominique Chabord
does grep fail to provide the answer ? regards 2018-01-17 14:00 GMT+01:00 Francisco Maria Moyano Casco : > Hello, >Is there any example of hpaned, vpaned and child for tryton 3.8.x? >Thanks > Francisco > > -- > You received this message because you

Re: [tryton] hpaned, vpaned, and their child example on tryton 3.8.x

2018-01-17 Thread Dominique Chabord
does grep fail to provide the answer ? regards 2018-01-17 14:00 GMT+01:00 Francisco Maria Moyano Casco : > Hello, >Is there any example of hpaned, vpaned and child for tryton 3.8.x? >Thanks > Francisco > > -- > You received this message because you

[tryton] hpaned, vpaned, and their child example on tryton 3.8.x

2018-01-17 Thread Francisco Maria Moyano Casco
Hello, Is there any example of hpaned, vpaned and child for tryton 3.8.x? Thanks Francisco -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit

Re: [tryton] Delete or Null invoice

2018-01-17 Thread Carlos Eduardo Sotelo Pinto
Hi Raimon That is exactly was I as looking for Best regards On Wed, Jan 17, 2018 at 1:16 AM, Raimon Esteve wrote: > Hie Carlos, > > Maybe you are interesting with > > https://bitbucket.org/trytonspain/trytond-account_invoice_posted2draft > > Regards > > -- > You

Re: [tryton-es] Filtrar lista por usuario tryton domain

2018-01-17 Thread Gloworms Glow
El miércoles, 3 de enero de 2018, 3:09:37 (UTC-3), raimonesteve escribió: > > > > El dia 2 gen. 2018 12:48 p. m., "Gloworms Glow" <47g...@gmail.com > > va escriure: > > Hola, > > Estoy usando Tryton 4.6 y estoy intentando aplicar un filtro de dominio en > una lista de reclamos hecha por los

Re: [tryton-es] Filtrar lista por usuario tryton domain

2018-01-17 Thread Gloworms Glow
Gracias por responder! Sigue sin funcionarme, no se que estoy haciendo mal. No tengo mucha experiencia en tryton, asi que les comento que es lo que hice: En la clase (archivo .py): user = fields.Many2One('res.user', 'User') @staticmethod def default_user(): return

Re: [tryton] relations

2018-01-17 Thread Sergi Almacellas Abellana
El 17/01/18 a les 08:51, Cato Nano ha escrit: > Il giorno mercoledì 17 gennaio 2018 08:20:45 UTC+1, Cato Nano ha scritto: > >> Aaah it' s like this >> >> bollettaDataCommissione = fields.Function(fields.Date('tributi.bolletta', >> 'Data di Commissione'),