IRC logs of #tryton for Wednesday, 2017-06-21

chat.freenode.net #tryton log beginning Wed Jun 21 00:00:01 CEST 2017
2017-06-21 00:14 -!- oxidworks(~lounge-us@v2201609745737187.powersrv.de) has joined #tryton
2017-06-21 00:17 -!- cryptic(~cryptic@67-8-35-31.res.bhn.net) has joined #tryton
2017-06-21 00:17 -!- tbruyere(~smuxi@mail.saluc.com) has joined #tryton
2017-06-21 06:37 -!- kobain(~kobain@unaffiliated/kobain) has joined #tryton
2017-06-21 07:07 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2017-06-21 07:16 -!- _2cadz(~ccr@212-198-245-154.rev.numericable.fr) has joined #tryton
2017-06-21 07:59 -!- JanGB(~jan@ip92343817.dynamic.kabel-deutschland.de) has joined #tryton
2017-06-21 08:26 -!- savumies(~morato@82-203-190-95.bb.dnainternet.fi) has joined #tryton
2017-06-21 08:30 -!- semarie(~semarie@unaffiliated/semarie) has joined #tryton
2017-06-21 08:50 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2017-06-21 09:02 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton
2017-06-21 09:34 -!- fabix(~chatmovil@qena.raceme.org) has joined #tryton
2017-06-21 09:50 -!- fabix(~chatmovil@qena.raceme.org) has left #tryton
2017-06-21 09:56 <alexbodn> hello friends
2017-06-21 09:58 <alexbodn> how could i programatically initialize a tryton database?
2017-06-21 10:01 <cedk> alexbodn: using trytond-admin
2017-06-21 10:05 -!- csotelo(~csotelo@2001:1388:49c6:5c38:1513:89ca:be23:6b46) has joined #tryton
2017-06-21 10:24 <_2cadz> Hi, is there a work around the possibility to add image to a product and of course to see it in the view ?
2017-06-21 10:26 -!- thaneor1(~ldlc6@r179-25-102-182.dialup.adsl.anteldata.net.uy) has joined #tryton
2017-06-21 10:26 <mrichez> _2cadz: https://bitbucket.org/nantic/trytond-product_images
2017-06-21 10:31 <alexbodn> COOL cedk. i oversaw it ;)
2017-06-21 10:32 <_2cadz> mrichez: Thanks :-)
2017-06-21 10:32 <alexbodn> thanks a lot cedk
2017-06-21 10:34 -!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton
2017-06-21 10:43 -!- jmpoure_(~jmpoure@soy95-2-82-236-103-229.fbx.proxad.net) has joined #tryton
2017-06-21 10:49 -!- vbastos(~vbastos@san1823193.lnk.telstra.net) has joined #tryton
2017-06-21 12:22 -!- vbastos(~vbastos@CPE-58-165-80-196.lns2.cha.bigpond.net.au) has joined #tryton
2017-06-21 12:28 -!- mariomop(~quassel@181.93.9.73) has joined #tryton
2017-06-21 12:59 -!- jmpoure_(~jmpoure@soy95-2-82-236-103-229.fbx.proxad.net) has left #tryton
2017-06-21 13:28 -!- luc_(29e1c85a@gateway/web/freenode/ip.41.225.200.90) has joined #tryton
2017-06-21 13:28 <luc_> hello
2017-06-21 13:45 <vbastos> Hi
2017-06-21 14:09 -!- smarro(~sebastian@181.16.7.104) has joined #tryton
2017-06-21 14:28 <alexbodn> will trytond-admin install a module i'd choose to update? or should i first install it with proteus?
2017-06-21 14:29 <cedk> alexbodn: it activates modules passed to update option
2017-06-21 14:31 <alexbodn> thanks cedk. do you suggest that all modules installed by their setup.py are available to be activated this way?
2017-06-21 14:33 <cedk> alexbodn: I do not understand the question
2017-06-21 14:35 <luc_> hello i want to know if tryton have some reference in defense industry
2017-06-21 14:36 <luc_> and if Mylar (https://github.com/acidsound/mylar/) could be used in tryton ?
2017-06-21 14:36 <luc_> to have a military grade encryption in tryton ?
2017-06-21 14:38 <alexbodn> sorry cedk. you say trytond-admin would *activate* modules by -u. does activating mean saving these modules' fields in the ir and ui tables? and which modules may be activated like this? every module that has been "python setup.py install"-ed ?
2017-06-21 14:38 <cedk> luc_: what do you want to encrypt?
2017-06-21 14:39 <cedk> alexbodn: activate means exactly the same as the activate button on the module list
2017-06-21 14:41 <alexbodn> cedk: and does the modules list contain every installed modules in the entry-point?
2017-06-21 14:41 <cedk> alexbodn: yes
2017-06-21 14:42 <alexbodn> thanks, cedk. with time, my questions will be more clear, i promise
2017-06-21 14:44 <luc_> Hello Cedk, for military purpose we need a way to encrypt some data in the client side, so even if a server is compromised, the data will not be available for the server administrator
2017-06-21 14:44 <luc_> Mylar is a way to create this way a encryption for defense sector
2017-06-21 14:45 <cedk> luc_: you will have to write a plugin for the client
2017-06-21 14:46 <luc_> https://github.com/acidsound/mylar/ it is a way to do it without plugin
2017-06-21 14:46 <luc_> but it is based on Meteor
2017-06-21 14:47 <luc_> https://github.com/acidsound/mylar/blob/master/docs/MIT_Mylar.pdf
2017-06-21 14:48 <luc_> the system that we want to develop base on tryton is a Battlefield Management System
2017-06-21 14:48 <luc_> with a Sensor Network-Based Countersniper System
2017-06-21 14:48 <luc_> but security requirements are very high
2017-06-21 14:49 <luc_> and Meteor it is not the best way to do it, tryton is better
2017-06-21 14:58 <nicoe> luc_: as cedk said you should use a plugin on the client side to encrypt the data ; I think GNU Health has done something like that
2017-06-21 15:16 -!- LordVan(~LordVan@gentoo/developer/LordVan) has joined #tryton
2017-06-21 15:25 <LordVan> hi
2017-06-21 15:25 <LordVan> got a question:
2017-06-21 15:26 <LordVan> is tryton's stock system easily extended for our Sheet Metal storage? : we need material type (and surface type) , thickness and measurements (X,Y) + some comments (or maybe even pic)
2017-06-21 15:29 <LordVan> meaning i want to use it to keep stock of our material we use to make our products (so i do not want to create products for that)
2017-06-21 15:30 <cedk> LordVan: use lot to store information about specific items of a product
2017-06-21 15:31 <LordVan> lot?
2017-06-21 15:32 <LordVan> what i mean is i want this seperate from our finished products
2017-06-21 15:32 <LordVan> so not in the product list
2017-06-21 15:39 -!- alexbodn(~alex@213.57.190.189) has joined #tryton
2017-06-21 15:39 -!- JanGB(~jan@nat3.hmt-leipzig.de) has joined #tryton
2017-06-21 15:40 -!- lukio(~lukio@200.68.72.41) has joined #tryton
2017-06-21 15:42 <LordVan> looking at the product and inventory system i think it'd need to be something else - a customized version of product
2017-06-21 15:44 <LordVan> how difficult would you rate writing a module like that (for someone who has python experience but none with tryton)
2017-06-21 15:44 <cedk> LordVan: I do not understand your requirements
2017-06-21 15:45 <LordVan> let me try to explain what i need:
2017-06-21 15:45 <LordVan> we work with sheet metal and cut, bend, solder,.. that
2017-06-21 15:45 <LordVan> so we buy the sheet metal, but because we usually have low numbers of individual products
2017-06-21 15:46 <LordVan> we do have left over half a metal sheet here and there (different measurements,..)
2017-06-21 15:46 <LordVan> i want to keep track of what is where and how many
2017-06-21 15:46 <LordVan> but it's not something we'd directly sell
2017-06-21 15:46 <LordVan> so adding it as product would be not really useful
2017-06-21 15:49 <LordVan> so data wise it would be like this: Sheet Metal ( material , location, size_x, size_y, thickness, comment/description - maybe picture)
2017-06-21 15:49 <LordVan> maybe i misunderstand something here and it can be solved already without any/much coding
2017-06-21 15:50 <LordVan> since i am rather new to (this version) of tryton
2017-06-21 15:50 <LordVan> but i don'T want those metal sheets in my product list as they are not going to be for sale, just internal use usually
2017-06-21 15:51 <LordVan> materials would be a (nested) list like "Steel, Stainless Steel, Stainless steel brushed, stainless steel mirror, .."
2017-06-21 15:51 <LordVan> it is rather special need
2017-06-21 15:53 <mrichez> LordVan: maybe with module product_attribute ?
2017-06-21 15:53 <LordVan> i shall have a look
2017-06-21 15:54 <LordVan> hmm
2017-06-21 15:55 <LordVan> product is impractical ..i t requires a price
2017-06-21 15:57 <LordVan> i shall ponder this.. back later
2017-06-21 17:39 -!- _2cadz(~ccr@ax313-1-82-66-159-99.fbx.proxad.net) has joined #tryton
2017-06-21 18:00 -!- JanGB(~jan@p54B985A1.dip0.t-ipconnect.de) has joined #tryton
2017-06-21 18:02 -!- savumies(~morato@82-203-190-95.bb.dnainternet.fi) has joined #tryton
2017-06-21 18:04 -!- JanGB(~jan@p54B985A1.dip0.t-ipconnect.de) has joined #tryton
2017-06-21 18:18 -!- JosDzG(~Thunderbi@189.250.45.130) has joined #tryton
2017-06-21 18:51 -!- JosDzG(~Thunderbi@189.250.45.130) has joined #tryton
2017-06-21 19:01 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2017-06-21 19:29 -!- lukio(~lukio@iplan.gcoop.com.ar) has joined #tryton
2017-06-21 19:38 -!- savumies(~morato@82-203-190-95.bb.dnainternet.fi) has joined #tryton
2017-06-21 19:56 -!- _2cadz(~ccr@ax313-1-82-66-159-99.fbx.proxad.net) has joined #tryton
2017-06-21 21:31 -!- csotelo_at_work(~csotelo@179.43.99.44) has joined #tryton
2017-06-21 22:01 -!- semarie(~semarie@unaffiliated/semarie) has joined #tryton
2017-06-21 22:02 -!- JosDzG(~Thunderbi@189.250.45.130) has joined #tryton
2017-06-21 22:28 -!- vbastos(~vbastos@san1823193.lnk.telstra.net) has joined #tryton
2017-06-21 22:28 -!- thaneor(~ldlc6@179.26.143.31) has joined #tryton
2017-06-21 22:43 -!- lukio(~lukio@iplan.gcoop.com.ar) has left #tryton
2017-06-21 23:01 -!- JosDzG(~Thunderbi@189.250.45.130) has joined #tryton
2017-06-21 23:12 -!- _2cadz(~ccr@ax313-1-82-66-159-99.fbx.proxad.net) has joined #tryton
2017-06-21 23:50 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton

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