chat.freenode.net #tryton log beginning Thu Sep 29 00:00:01 CEST 2016 | ||
2016-09-29 00:53 -!- jcm(~jcm@imb69-1-78-194-214-115.fbxo.proxad.net) has joined #tryton | ||
2016-09-29 01:35 -!- gytis(~gytis@k250.nfq.lt) has joined #tryton | ||
2016-09-29 03:25 -!- Piiteri(~Thunderbi@37.33.59.195) has joined #tryton | ||
2016-09-29 04:12 -!- Piiteri(~Thunderbi@213-243-186-180.bb.dnainternet.fi) has joined #tryton | ||
2016-09-29 04:31 -!- Piiteri1(~Thunderbi@82-181-242-198.bb.dnainternet.fi) has joined #tryton | ||
2016-09-29 04:38 -!- Piiteri1(~Thunderbi@dffyyyyyyygcmbwhp255t-3.rev.dnainternet.fi) has joined #tryton | ||
2016-09-29 05:44 -!- JosDzGx(~Thunderbi@189.130.241.57) has joined #tryton | ||
2016-09-29 05:47 -!- yangoon(~mathiasb@pD9F01173.dip0.t-ipconnect.de) has joined #tryton | ||
2016-09-29 05:50 -!- jcm(~jcm@imb69-1-78-194-214-115.fbxo.proxad.net) has joined #tryton | ||
2016-09-29 06:13 -!- JosDzGx(~Thunderbi@189.130.241.57) has joined #tryton | ||
2016-09-29 08:30 -!- nicoe(~nicoe@157.70-64-87.adsl-dyn.isp.belgacom.be) has joined #tryton | ||
2016-09-29 08:40 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2016-09-29 08:53 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton | ||
2016-09-29 08:54 -!- gytis(~gytis@v100.nfq.lt) has joined #tryton | ||
2016-09-29 09:08 -!- nicoe_(~nicoe@211.140-246-81.adsl-dyn.isp.belgacom.be) has joined #tryton | ||
2016-09-29 09:45 -!- rpit(~rpit@2a02:908:e672:1520:56ee:75ff:fe0d:d3c7) has joined #tryton | ||
2016-09-29 09:53 -!- fmo(~frank@80.146.165.65) has joined #tryton | ||
2016-09-29 11:15 <mrichez> hi, is there a way to limit the height of a text field in the xml view because rowspan is not an attribute for field ? | ||
2016-09-29 11:36 <cedk> mrichez: no but you can ask to not expand verticaly with yexpand="0" | ||
2016-09-29 11:39 <mrichez> cedk: yes, it's for a description field, filling all the screen is too much, one line is not enough... it try putting in a group but it doesn't align on the other fields of the form | ||
2016-09-29 11:40 <cedk> mrichez: do like purchase line form | ||
2016-09-29 11:42 <mrichez> cedk: :-) thanks! | ||
2016-09-29 11:47 -!- Saurabh(b645fddd@gateway/web/freenode/ip.182.69.253.221) has joined #tryton | ||
2016-09-29 11:51 <cedk> mrichez: indeed it is always good to mimic other views because it create homogenity for the UI | ||
2016-09-29 11:52 -!- mrichez_(~smuxi@mail.saluc.com) has joined #tryton | ||
2016-09-29 11:53 <mrichez> cedk: ok | ||
2016-09-29 11:54 <Saurabh> Is it possible to add credit card processing? | ||
2016-09-29 11:56 <cedk> Saurabh: for me, it should be an extention of the account_payment module | ||
2016-09-29 11:57 <Saurabh> Thanks! I am looking at tryton first time, so I am kind of lost. Is this going to be a new extension? | ||
2016-09-29 11:58 <cedk> Saurabh: for now, there is no extension that does that | ||
2016-09-29 12:01 <cedk> Saurabh: also I think the extension will be linked to the service provider of the credit card | ||
2016-09-29 12:02 <Saurabh> sure.. | ||
2016-09-29 12:02 <Saurabh> where can i find developer reference documentation on how to extend modules? | ||
2016-09-29 12:02 <cedk> Saurabh: on http://www.tryton.org/papers.html, there is http://downloads.tryton.org/TUL2014/crash-course.pdf | ||
2016-09-29 12:03 <Saurabh> thanks! | ||
2016-09-29 12:47 <Saurabh> cedk: is there anything more detailed and step by step kind of documentation available? | ||
2016-09-29 12:49 <cedk> Saurabh: I can see how it could be more detailed | ||
2016-09-29 12:49 <cedk> Saurabh: I can *not* see how it could be more detailed | ||
2016-09-29 12:54 <Saurabh> cedk: looking at http://doc.tryton.org/4.0/trytond/doc/topics/. Ground 0 of docs. Good starting point. | ||
2016-09-29 13:03 <gytis> Hi! I have some questions. It is possible to make dynamically generated fields (subject, body) in Thunderbird when I generate a report? Currently I see that only subject and attachment are set. | ||
2016-09-29 13:04 -!- nicoe(~nicoe@91.176.176.218) has joined #tryton | ||
2016-09-29 13:04 -!- mariomop(~quassel@181.93.9.28) has joined #tryton | ||
2016-09-29 13:06 -!- nicoe__(~nicoe@109.128.225.250) has joined #tryton | ||
2016-09-29 13:14 <pokoli> gytis: you can use the email attribute of reports: http://hg.tryton.org/trytond/file/eeb0f848170c/trytond/ir/action.py#l481 | ||
2016-09-29 13:21 -!- nicoe(~nicoe@81.244.30.153) has joined #tryton | ||
2016-09-29 13:21 <gytis> pokoli, yes, I found it and it works great with a static data, but I need to generate fields dependently on the selected row. Lets say I have some purchase rows and I want to add a reference of the selected purchase to the Thuderbird's subject field. | ||
2016-09-29 13:23 <pokoli> gytis: i think this is not possible (for now) | ||
2016-09-29 13:23 <pokoli> gytis: could you explain your use case, please? | ||
2016-09-29 13:24 <pokoli> gytis: also there is https://discuss.tryton.org/t/email-notification/71/1 | ||
2016-09-29 13:25 <gytis> pokoli, thanks! :) | ||
2016-09-29 13:43 -!- nicoe(~nicoe@91.177.114.61) has joined #tryton | ||
2016-09-29 14:22 -!- rpit(~rpit@aftr-37-24-149-112.unity-media.net) has joined #tryton | ||
2016-09-29 15:33 -!- SamSagaZ_(~SamSagaZ@190.18.85.238) has joined #tryton | ||
2016-09-29 15:39 -!- leio(~leio@gentoo/developer/leio) has joined #tryton | ||
2016-09-29 15:49 -!- gytis(~gytis@v100.nfq.lt) has joined #tryton | ||
2016-09-29 15:53 <sisalp> hello, can someone remind me where to set stock reorder rules ? | ||
2016-09-29 15:57 -!- silwol(~silwol@80.66.37.182) has joined #tryton | ||
2016-09-29 16:01 <pokoli> sisalp: I'm not sure to understand you, can you clarify what do you mean by "stock reorder rules"? | ||
2016-09-29 16:06 <sisalp> I have an empty stok, sell some units and expect the planner to calculate reorder according to a stock rule (min units and order quantity) | ||
2016-09-29 16:08 <nicoe> sisalp: It's an order point int stock_supply | ||
2016-09-29 16:08 <pokoli> sisalp: See http://doc.tryton.org/4.0/modules/stock_supply/doc/index.html | ||
2016-09-29 16:17 <sisalp> nicoe:pokoli: thank you | ||
2016-09-29 16:18 -!- kstenger(~karla@r186-55-75-207.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-09-29 16:36 <sisalp> nicoe: is there a planner on the demo ? | ||
2016-09-29 16:37 <sisalp> nicoe: why some stocks are negative | ||
2016-09-29 16:37 <sisalp> ? | ||
2016-09-29 16:40 <sisalp> another question : is there a possibility to get the reception pre-filled with what was ordered ? | ||
2016-09-29 16:41 <nicoe> sisalp: IIRC stock_supply is not installed on the demo | ||
2016-09-29 16:41 <nicoe> sisalp: some stock might be negative because people have used the demo and forced the assignation | ||
2016-09-29 16:42 <gytis> one more question: do I need every button to assign to the group like this http://pastebin.com/CPgzj6sN or can I leave it without a group like this http://pastebin.com/5NCSL8Gb ? I just want to restrict button's action for some people.. | ||
2016-09-29 16:43 <pokoli> sisalp: you can use the + button in the supplier shipment to select exsiting moves which have been created by a purchase | ||
2016-09-29 16:43 <nicoe> sisalp: you can select the incoming move lines when filling an incoming shipment | ||
2016-09-29 16:46 <pokoli> gytis: if you don't define groups all the users will be able to access de button, so you should define the groups which are allowed to acccess the button, and all others will be restricted | ||
2016-09-29 16:47 <gytis> pokoli, I can understand now the logic. Thank you again! | ||
2016-09-29 17:01 <pokoli> gytis: it's all explained here: http://doc.tryton.org/4.0/trytond/doc/topics/access_rights.html?highlight=button | ||
2016-09-29 18:20 -!- Piiteri(~Thunderbi@dffyyyyyyygcmbwhp255t-3.rev.dnainternet.fi) has joined #tryton | ||
2016-09-29 18:30 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2016-09-29 18:55 -!- JosDzG(~Thunderbi@189.130.241.57) has joined #tryton | ||
2016-09-29 19:06 -!- Piiteri(~Thunderbi@dffyyyyyyygcmbwhp255t-3.rev.dnainternet.fi) has joined #tryton | ||
2016-09-29 19:20 <Piiteri> This may be a silly question, but would it make sense to have modules installed outside the tryton package folder? | ||
2016-09-29 19:22 <pokoli> Piiteri: yes if you install them as python packages | ||
2016-09-29 19:25 <Piiteri> pokoli: but even when installed as python packages, they are currently installed inside the trytond folder because that is the only way they are detected, correct? | ||
2016-09-29 19:29 <Piiteri> pokoli: Would it work installing modules in a python path of the user's choosing and then having trytond load the modules based on a config (e.g. trytond.conf)? | ||
2016-09-29 19:33 <Piiteri> pokoli: To me it seems like that would greatly simplify setting up a dev environment. Could be as simple as pip install trytond (+ any modules you want to depend on), enable the modules and then just start working on your own module in a neatly separate folder somewhere. No need to worry about any dependencies other than those of your own module then. | ||
2016-09-29 19:40 <Piiteri> pokoli: Maybe I am missing something really obvious here? | ||
2016-09-29 20:35 -!- kstenger1(~karla@r186-50-1-107.dialup.adsl.anteldata.net.uy) has joined #tryton | ||
2016-09-29 20:40 -!- LurkingNewbie(~iLurk@c-208-90-103-70.netflash.net) has joined #tryton | ||
2016-09-29 22:21 <pokoli> Piiteri: as fas as you define the valid entry points there is no need to copy the module to the folder | ||
2016-09-29 22:22 <pokoli> Piiteri: just use pip install a module and all the dependencies are downloaded | ||
2016-09-29 22:58 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2016-09-29 23:05 -!- tbruyere(~smuxi@mail.saluc.com) has joined #tryton |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!