chat.freenode.net #tryton log beginning Fri Feb 23 00:00:01 CET 2018 | ||
-!- _2cadz(~2cadz@82.64.14.213) has joined #tryton | 23:32 | |
-!- _2cadz(~2cadz@82.64.14.213) has joined #tryton | 23:59 | |
-!- thaneor1(~ldlc6@r186-48-74-34.dialup.adsl.anteldata.net.uy) has joined #tryton | 01:01 | |
-!- yangoon(~mathiasb@i59F4A14B.versanet.de) has joined #tryton | 03:13 | |
-!- hedererjs(~hedererjs@dig50-1-78-222-206-45.fbx.proxad.net) has joined #tryton | 05:44 | |
-!- _2cadz(~2cadz@82.64.14.213) has joined #tryton | 06:31 | |
-!- semarie(~semarie@unaffiliated/semarie) has joined #tryton | 07:11 | |
-!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton | 07:12 | |
-!- rpit(~rpit@p200300C88F1BB40056EE75FFFE0DD3C7.dip0.t-ipconnect.de) has joined #tryton | 07:31 | |
-!- mrichez(~smuxi@mail.saluc.com) has joined #tryton | 07:50 | |
-!- nicoe(~nicoe@2a02:578:858c:500:ee55:f9ff:fe7b:f7ac) has joined #tryton | 08:09 | |
-!- nicoe(~nicoe@2a02:578:858c:500:ee55:f9ff:fe7b:f7ac) has joined #tryton | 08:33 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 08:42 | |
-!- sim6(sim6matrix@gateway/shell/matrix.org/x-knimgsornrglkwrw) has joined #tryton | 09:06 | |
-!- rpit(~rpit@p200300C88F1BB40056EE75FFFE0DD3C7.dip0.t-ipconnect.de) has joined #tryton | 10:22 | |
-!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton | 10:24 | |
-!- giggio(5b7e4c02@gateway/web/freenode/ip.91.126.76.2) has joined #tryton | 10:28 | |
-!- meigallodixital(~Thunderbi@162.200.26.77.dynamic.reverse-mundo-r.com) has joined #tryton | 10:29 | |
-!- meigallodixital(~meigallod@162.200.26.77.dynamic.reverse-mundo-r.com) has joined #tryton | 11:25 | |
-!- thaneor(~ldlc6@r186-48-74-34.dialup.adsl.anteldata.net.uy) has joined #tryton | 11:48 | |
-!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton | 13:24 | |
-!- csotelo(~csotelo@179.43.97.56) has joined #tryton | 13:39 | |
-!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton | 13:44 | |
-!- csotelo(~csotelo@179.7.40.151) has joined #tryton | 14:01 | |
-!- csotelo(~csotelo@179.43.97.56) has joined #tryton | 14:32 | |
-!- hedererjs(~hedererjs@dig50-1-78-222-206-45.fbx.proxad.net) has joined #tryton | 14:47 | |
csotelo | Dear coders, I am trying to use account.invoice report for a new format, I just create a new odt template and a new mldefinition, but using the account.invoice model and account.invoice report, since is the same data but with a different template, but since invoice uses cache for the reports, then once the report is generated the new template still renders the origin template, any suggest, I want to reuse acccount.invoice report instead create a new | 15:13 |
---|---|---|
csotelo | definition since is the same content.Any suggest? thanks a lot | 15:13 |
cedk | csotelo: use another Report | 15:21 |
pokoli | csotelo: create a new keyword for your report | 15:22 |
csotelo | cedk, that is what I was trying to avoid, to create a new one since the content is exactly the same, just different format | 15:23 |
csotelo | pokoli, I undrstand that the kework is just for a new entry on the menu ( I just think so ), I was thinking on a way to avoid cache or probably, just reuse the get_context method, I meean, create a new report and call account_invoice report and call get_context could be ok? | 15:24 |
pokoli | csotelo: just store on format on the cache and the other should be rendered on the fly | 15:29 |
pokoli | csotelo: that's why I suggest a separate keyword | 15:29 |
csotelo | pokoli, sorry for this so dumb question, do you refer this keyword "<field name="keyword">form_print</field" | 15:32 |
pokoli | csotelo: yes. A new ir.action.report with your new format and a new keyword to your report | 15:32 |
csotelo | thanks a lot!!!! | 15:33 |
cedk | I do not think it will work because the Invoice(Report) is responsible of the cache | 15:39 |
cedk | csotelo: also the only specific code in Invoice(Report) is almost only for cache, except the context | 15:40 |
cedk | so it is not duplication | 15:40 |
-!- udono1(~udono@134-138-067-156.ip-addr.inexio.net) has joined #tryton | 15:48 | |
csotelo | cedk, I see.. and I understand | 15:49 |
-!- catonano(~user@151.50.159.186) has joined #tryton | 15:52 | |
-!- maxky(~maxky@p4FE2410A.dip0.t-ipconnect.de) has joined #tryton | 17:05 | |
-!- rpit(~rpit@p200300C88F1BB40056EE75FFFE0DD3C7.dip0.t-ipconnect.de) has joined #tryton | 17:19 | |
maxky | I have a problem with sao: I don't see any data | 18:03 |
maxky | I can enter new data (e.g. a timesheet line) and see it then. | 18:04 |
maxky | but they vanish when I switch to something else and back. | 18:04 |
maxky | In the tryton client I see them and they remain | 18:05 |
cedk | maxky: you must click on save | 18:05 |
maxky | I have done that | 18:05 |
cedk | maxky: then check the browser console for error | 18:06 |
maxky | I only see warnings which are probably unrelated | 18:10 |
maxky | I just noticed, that i have tryton 4.2. and sao 4.6. May this be a mistake? | 18:12 |
cedk | maxky: for sure, only same version works | 18:13 |
-!- cedk_(~ced@gentoo/developer/cedk) has joined #tryton | 18:40 | |
maxky | I updated everything to 4.6, now it works | 19:08 |
-!- robink(~quassel@unaffilated/robink) has joined #tryton | 20:00 | |
maxky | Is there any end user manual for tryton? | 20:12 |
maxky | What do I need to do to be able to enter a timesheet? | 20:25 |
maxky | Yet I have created a user and an Employee and added that employee to the user. | 20:26 |
maxky | But when I log in as that user und go to "Enter Timesheet" tryton asks fo an Employee and doesn't find any. What's missing? | 20:26 |
-!- robink(~quassel@unaffilated/robink) has joined #tryton | 20:28 | |
maxky | Ok, I have found it. I did add the Employee to the Employees list in the Users Form. But I didn't set the Current Employee field. To be able to to this I had to fill the Main Company and the Current Company field first. Now everything works. | 20:56 |
-!- semarie(~semarie@unaffiliated/semarie) has joined #tryton | 21:00 | |
maxky | How can I delete things? I do not see any trash icon, delete button or appropriate menu item. | 21:38 |
maxky | This holds at least for Parties, Timesheet Lines and Tasks, even as an Administrator. | 21:39 |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 21:51 | |
-!- giesen(~ggiesen@ego.giesen.me) has joined #tryton | 22:43 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!