IRC logs of #tryton for Tuesday, 2016-09-13

chat.freenode.net #tryton log beginning Tue Sep 13 00:00:01 CEST 2016
2016-09-13 01:26 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-09-13 04:15 -!- SamSagaZ(~SamSagaZ@190.18.95.126) has joined #tryton
2016-09-13 05:49 <SamSagaZ> guys, i copied an module to /home/user/.virtualenvs/tryton40/local/lib/python2.7/site-packages/module_name and are not displayed into my modules list of tryton, someone know some doc that tellme the right way to get listed?
2016-09-13 05:50 <SamSagaZ> tryton_my_invoice-4.0.1-py2.7.egg is the directory name of the module
2016-09-13 05:50 <SamSagaZ> and cant get it read by tryton, needs to run some command to get installed into tryton?
2016-09-13 05:51 <SamSagaZ> found -u option, testing...
2016-09-13 05:52 <SamSagaZ> looks like version 4 dont have -u option :(
2016-09-13 06:54 -!- brunnenschacht(~brunnensc@p5DD19303.dip0.t-ipconnect.de) has joined #tryton
2016-09-13 07:13 -!- rpit(~rpit@aftr-37-24-147-135.unity-media.net) has joined #tryton
2016-09-13 08:31 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton
2016-09-13 08:53 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2016-09-13 08:54 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-09-13 10:31 -!- Timitos(~kpreisler@tmo-080-145.customers.d1-online.com) has joined #tryton
2016-09-13 10:33 -!- udono(~udono@tmo-110-103.customers.d1-online.com) has joined #tryton
2016-09-13 10:56 <pokoli> SamSagaZ: you have to use trytond-admin in version 4.0 to manage your modules
2016-09-13 11:15 <pokoli> cedk: for updating modules with sequence_ordered, do you want me to upload a review for each module, only for one module, or with the current one is enought (as it's the same as done in ir.ui.menu)
2016-09-13 11:16 <cedk> pokoli: I think we can go without review
2016-09-13 11:17 <pokoli> cedk: ok, the other day i found https://github.com/Yelp/undebt which it may be usefull for this refactorings and can be shared for third party modules.
2016-09-13 11:19 <cedk> pokoli: I do not care about tools, dev are using as far as they commit correct code with the minimal changes
2016-09-13 11:19 <cedk> pokoli: often such tool can not do that correctly
2016-09-13 11:22 <pokoli> cedk: yes, normally is dificult but providing some code/xml migrations may help tryton users to update their modules to newer versions.
2016-09-13 11:23 <cedk> pokoli: for me, this gives the false impression that it will work
2016-09-13 11:24 <cedk> pokoli: also such tools break often the style
2016-09-13 11:31 -!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton
2016-09-13 12:07 <pokoli> cedk: agree that i may break the style
2016-09-13 13:08 -!- Timitos1(~kpreisler@tmo-080-212.customers.d1-online.com) has joined #tryton
2016-09-13 13:12 -!- mariomop(~quassel@host87.181-15-232.telecom.net.ar) has joined #tryton
2016-09-13 13:38 -!- Timitos(~kpreisler@tmo-080-212.customers.d1-online.com) has joined #tryton
2016-09-13 14:11 -!- brunnenschacht(~brunnensc@p5DD19303.dip0.t-ipconnect.de) has joined #tryton
2016-09-13 14:29 <cedk> pokoli: this will not work: http://hg.tryton.org/modules/account/rev/ed566b41e37e#l3.107
2016-09-13 14:30 <cedk> pokoli: oops indeed it is OK
2016-09-13 14:30 <cedk> pokoli: he no, because rule will be before sequence
2016-09-13 14:31 <cedk> pokoli: idem for http://hg.tryton.org/modules/bank?cmd=changeset;node=91dce2c0cb0a
2016-09-13 14:31 <cedk> pokoli: and for http://hg.tryton.org/modules/party?cmd=changeset;node=77aa1e77d06b
2016-09-13 14:32 <cedk> pokoli: and for http://hg.tryton.org/modules/product_price_list?cmd=changeset;node=4f6fe41813ed
2016-09-13 14:33 <cedk> pokoli: and http://hg.tryton.org/modules/sale_extra?cmd=changeset;node=af3ee1ac6980
2016-09-13 14:34 <cedk> pokoli: this is wrong, you can not update states like that: http://hg.tryton.org/modules/stock_location_sequence?cmd=changeset;node=3f16dfe49324#l1.33
2016-09-13 14:54 -!- SamSagaZ(~SamSagaZ@190.18.95.126) has joined #tryton
2016-09-13 15:12 <pokoli> ACTION is reviewing ceds comments
2016-09-13 15:15 <pokoli> cedk: for bank module, it's correct [('account', 'ASC'), ('sequence', 'ASC'), ('id', 'ASC')] and the same for party (the ones one the sequence is inserted at 1)
2016-09-13 15:16 <pokoli> cedk: and you are right about the ones which sequence is inserted at 0 with another field, as sequence should be the first element
2016-09-13 15:20 -!- Timitos(~kpreisler@tmo-080-145.customers.d1-online.com) has joined #tryton
2016-09-13 16:04 -!- brunnenschacht(~brunnensc@p5DD18D2D.dip0.t-ipconnect.de) has joined #tryton
2016-09-13 16:38 <pokoli> cedk: what's workn with stock_location_sequence module? I've tested and it's working correctly
2016-09-13 16:47 <cedk> pokoli: update remove any previous states
2016-09-13 16:48 <cedk> pokoli: maybe sequence_ordered should not override existing field
2016-09-13 16:49 <pokoli> cedk: but the field does not have any previous states as its added by the mixin
2016-09-13 16:49 <cedk> pokoli: for now
2016-09-13 16:52 <pokoli> cedk: then not overriding the field will miss the mixin states as well
2016-09-13 16:53 <cedk> pokoli: then you must update keeping previous existing states
2016-09-13 16:57 <pokoli> cedk: i will upload a review soon
2016-09-13 17:05 <pokoli> cedk: https://tryton-rietveld.appspot.com/30471003
2016-09-13 17:40 -!- JosDzG(~Thunderbi@fixed-188-72-187-188-72-36.iusacell.net) has joined #tryton
2016-09-13 18:01 -!- Timitos(~kpreisler@tmo-080-145.customers.d1-online.com) has joined #tryton
2016-09-13 19:25 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2016-09-13 20:21 -!- VaticanCameos(~VaticanCa@182.68.173.8) has joined #tryton
2016-09-13 21:18 -!- yangoon(~mathiasb@pD9F022A6.dip0.t-ipconnect.de) has joined #tryton
2016-09-13 21:18 -!- JosDzG(~Thunderbi@fixed-188-72-187-188-72-36.iusacell.net) has joined #tryton
2016-09-13 21:18 -!- udono(~udono@tmo-110-103.customers.d1-online.com) has joined #tryton
2016-09-13 21:18 -!- pokoli(~pokoli@unaffiliated/pokoli) has joined #tryton
2016-09-13 21:18 -!- postal_(~quassel@2001:41d0:8:baae::bad:deed) has joined #tryton
2016-09-13 21:18 -!- sebd(~seb@85.31.145.12) has joined #tryton
2016-09-13 21:19 -!- ChanServ(ChanServ@services.) has joined #tryton
2016-09-13 21:19 -!- sisalp(~sisalpuse@boxoo.sisalp.net) has joined #tryton
2016-09-13 21:19 -!- buxy(~rhertzog@mail.vm.ouaza.com) has joined #tryton
2016-09-13 21:19 -!- Pilou(~Pilou@pdpc/supporter/active/pilou) has joined #tryton
2016-09-13 21:19 -!- leio(~leio@gentoo/developer/leio) has joined #tryton
2016-09-13 21:19 -!- sharkcz(~sharkcz@server.danny.cz) has joined #tryton
2016-09-13 21:19 -!- apostatize(~visavis@unaffiliated/apostatize) has joined #tryton
2016-09-13 21:19 -!- SamSagaZ(~SamSagaZ@190.18.95.126) has joined #tryton
2016-09-13 21:20 -!- robink(~quassel@unaffilated/robink) has joined #tryton
2016-09-13 21:20 -!- giesen(~ggiesen@2001:19f0:0:1019:5400:ff:fe25:bda6) has joined #tryton
2016-09-13 21:20 -!- g5pw(~g5pw@mittelab/sudo/g5pw) has joined #tryton
2016-09-13 21:22 -!- marc0s(~marcos@unaffiliated/marc0s) has joined #tryton
2016-09-13 21:22 -!- jcm(~jcm@imb69-1-78-194-214-115.fbxo.proxad.net) has joined #tryton
2016-09-13 21:22 -!- woakas(~woakas@static.15.240.46.78.clients.your-server.de) has joined #tryton
2016-09-13 21:22 -!- flox(~florent@unaffiliated/flox) has joined #tryton
2016-09-13 21:22 -!- xcodinas(~xcodinas@5.134.115.102) has joined #tryton
2016-09-13 21:23 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2016-09-13 21:23 -!- silwol(~silwol@80.66.37.182) has joined #tryton
2016-09-13 21:23 -!- tbruyere(~smuxi@mail.saluc.com) has joined #tryton
2016-09-13 21:34 -!- robink_(~quassel@unaffilated/robink) has joined #tryton
2016-09-13 22:32 -!- niki(~niki@0x3e2c87f8.mobile.telia.dk) has joined #tryton
2016-09-13 23:29 -!- silwol(~silwol@80.66.37.182) has joined #tryton
2016-09-13 23:57 -!- 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/!