IRC logs of #tryton for Tuesday, 2019-06-18

chat.freenode.net #tryton log beginning Tue 18 Jun 2019 12:00:01 AM CEST
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton22:02
-!- yangoon(~mathiasb@i59F4B255.versanet.de) has joined #tryton22:09
-!- ChanServ(ChanServ@services.) has joined #tryton22:14
-!- yangoon1(~mathiasb@i59F72ADD.versanet.de) has joined #tryton02:37
-!- udono1(~udono@200-136-067-156.ip-addr.inexio.net) has joined #tryton03:54
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton04:58
-!- springwurm(~Springwur@5.104.149.54) has joined #tryton04:58
-!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton06:23
-!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton06:36
-!- mrichez(~Maxime@mail.saluc.com) has joined #tryton06:50
-!- udono(~udono@037-103-000-128.ip-addr.inexio.net) has joined #tryton07:18
-!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has left #tryton07:22
-!- noosanon(~noosanon@41.222.254.50) has joined #tryton07:22
-!- Timitos1(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton07:22
-!- udono(~udono@195-101-000-128.ip-addr.inexio.net) has joined #tryton07:42
-!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton07:49
-!- noosanon(~noosanon@41.222.254.50) has joined #tryton07:55
mrichezhi, try to understand this method http://hg.tryton.org/modules/purchase_request_quotation/file/tip/purchase.py#l500   wondering if test is not missing (something like if request.party == supplier: )?07:57
-!- nicoe(~nicoe@2a02:578:858c:500:7e2a:31ff:fe5e:b25d) has joined #tryton08:08
-!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton08:34
-!- rpit(~rpit@p200300C88F375C00B9EBAA8748E28B8B.dip0.t-ipconnect.de) has joined #tryton08:40
-!- noosanon(~noosanon@41.222.254.50) has joined #tryton09:22
-!- udono(~udono@195-101-000-128.ip-addr.inexio.net) has joined #tryton10:02
-!- nicoe(~nicoe@2a02:578:858c:500:7e2a:31ff:fe5e:b25d) has joined #tryton10:16
cedkmrichez: for me, the goal is to allow customization to filter per supplier10:17
cedklike skip product that we know supplier does not sale10:17
cedkbut by default we make request for quotation for all selected suppliers10:18
mrichezcedk: ok thanks :-)10:40
-!- mariomop(~quassel@host5.181-14-169.telecom.net.ar) has joined #tryton11:04
-!- rpit(~rpit@p5B22B6B9.dip0.t-ipconnect.de) has joined #tryton11:46
-!- rpit(~rpit@p5B22B6B9.dip0.t-ipconnect.de) has joined #tryton11:58
-!- springwurm(~Springwur@5.104.149.54) has joined #tryton12:04
-!- noosanon(~noosanon@41.222.254.50) has joined #tryton12:15
-!- noosanon(~noosanon@41.222.254.50) has joined #tryton12:39
-!- noosanon(~noosanon@41.222.254.50) has joined #tryton13:08
-!- noosanon(~noosanon@41.222.254.50) has joined #tryton13:27
-!- nicoe(~nicoe@2a02:578:858c:500:7e2a:31ff:fe5e:b25d) has joined #tryton13:28
-!- noosanon(~noosanon@41.222.254.50) has joined #tryton13:32
-!- csotelo(~csotelo@190.234.41.50) has joined #tryton13:43
-!- mrichez(~Maxime@mail.saluc.com) has joined #tryton13:54
-!- noosanon(~noosanon@41.222.254.50) has joined #tryton13:56
-!- csotelo(~csotelo@190.234.41.50) has joined #tryton14:22
-!- noosanon(~noosanon@41.63.189.39) has joined #tryton14:43
-!- noosanon(~noosanon@41.63.189.39) has joined #tryton14:53
-!- noosanon(~noosanon@41.63.189.39) has joined #tryton15:34
-!- noosanon(~noosanon@41.63.189.39) has joined #tryton15:47
-!- sebste(~sebste@x4d026f53.dyn.telefonica.de) has joined #tryton16:02
sebsteGood evening, all! Is there a way to include a logo in the odtf template for invoices? I can put i in in libre office, but tryton seems to remove it while processing the template.16:04
sebsteoh - 5.2.1 btw16:05
-!- noosanon(~noosanon@41.63.189.39) has joined #tryton16:05
cedksebste: normally you can add it to the template16:11
cedksebste: but be sure to insert it not use a link16:12
sebstewell, that's what I did. I downloaded the file from Administration->Actions->Reports-> Invoice (accont.invoice). I customized it by adding the png image logo to the header using Insert-> Image in LibreOffice Writer, making sure it is not inserted as link. I then saved and reuploaded the document the same way i downloaded it.16:18
sebsteThe template seems to be processed correctely with all the changes to the text. just the image is missing.16:19
cedksebste: well you should test on the last version of relatorio and if still happens, report it on https://relatorio.tryton.org/ with a minimal example16:21
sebsteOh, I got it!16:23
sebsteSorry, my mistake, althought it is a bit of a trap: The image was inserted inside of <if test="invoice.company.header"> with the company header being empty16:24
sebsteHow would I access the companies full address from within the invoice template?16:25
cedksebste: invoice.company.party.addresses16:29
sebsteAh, thank you! Lifesaver!16:30
-!- noosanon(~noosanon@41.63.189.39) has joined #tryton16:50
sebsteSorry I need to ask again: 'invoice.company.party.addresses' gives me 'party.address.1'16:53
sebsteIs there any documentation appart from the trytond docs on Reports, that I could read?16:54
-!- csotelo_(~csotelo@190.234.41.50) has joined #tryton17:05
sebsteOK, I found it. I was not aware, that I could simply iterate trought the tuple. Thanks again!17:06
-!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton17:07
-!- csotelo_(~csotelo@190.234.41.50) has joined #tryton17:20
-!- noosanon(~noosanon@41.222.254.32) has joined #tryton17:31
-!- noosanon(~noosanon@41.222.254.32) has joined #tryton19:13
-!- rpit(~rpit@p200300C88F375C00B9EBAA8748E28B8B.dip0.t-ipconnect.de) has joined #tryton19:42
-!- semarie_(~semarie@unaffiliated/semarie) has joined #tryton20:01
-!- noosanon(~noosanon@41.222.254.32) has joined #tryton20:13
-!- udono(~udono@161-061-210-188.ip-addr.inexio.net) has joined #tryton20:28
-!- csotelo_(~csotelo@190.234.41.50) has joined #tryton20:36
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton21:28

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!