IRC logs of #tryton for Thursday, 2016-05-19

chat.freenode.net #tryton log beginning Thu May 19 00:00:01 CEST 2016
2016-05-19 00:34 -!- ccaz(~ccr@ax313-1-82-66-159-99.fbx.proxad.net) has joined #tryton
2016-05-19 03:08 -!- JosDzG(~Thunderbi@fixed-188-72-187-188-72-36.iusacell.net) has joined #tryton
2016-05-19 03:50 -!- smarro(~sebastian@181.16.7.104) has joined #tryton
2016-05-19 04:50 -!- smarro(~sebastian@181.16.7.104) has joined #tryton
2016-05-19 07:15 -!- ccaz(~ccr@ax313-1-82-66-159-99.fbx.proxad.net) has joined #tryton
2016-05-19 07:40 -!- jesusnan(4de7b630@gateway/web/freenode/ip.77.231.182.48) has joined #tryton
2016-05-19 07:40 -!- frispete_(~frispete@p54A90A6D.dip0.t-ipconnect.de) has joined #tryton
2016-05-19 07:42 -!- aneolf(~chatzilla@77.231.182.48) has joined #tryton
2016-05-19 07:58 -!- rpit(~rpit@2a02:908:e672:9420:56ee:75ff:fe0d:d3c7) has joined #tryton
2016-05-19 08:07 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton
2016-05-19 08:21 -!- rpit(~rpit@2a02:908:e672:9420:56ee:75ff:fe0d:d3c7) has joined #tryton
2016-05-19 08:24 -!- aneolf(~chatzilla@77.231.182.48) has joined #tryton
2016-05-19 08:24 -!- tbruyere(~smuxi@mail.saluc.com) has joined #tryton
2016-05-19 08:26 -!- udono(~udono@ip-178-202-239-138.hsi09.unitymediagroup.de) has joined #tryton
2016-05-19 08:28 -!- aneolf(~chatzilla@77.231.182.48) has joined #tryton
2016-05-19 08:40 -!- notizblock(~notizbloc@nblock.org) has joined #tryton
2016-05-19 08:49 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2016-05-19 09:20 -!- udono(~udono@tmo-109-154.customers.d1-online.com) has joined #tryton
2016-05-19 09:24 <notizblock> Hi, I have the following problem with a Tryton 3.8 installation.
2016-05-19 09:25 <notizblock> I accidentally edited 'meters' in product -> unit of measure.
2016-05-19 09:26 <notizblock> On the next upgrade trytond spits out the following warning: WARNING trytond.convert Field name of 12@product.uom not updated (id: uom_meter), because it has changed since the last update
2016-05-19 09:26 <notizblock> I tried to solve the issue using: https://groups.google.com/forum/#!topic/tryton/alBlc75jXBA
2016-05-19 09:26 <notizblock> via Administration>Models>Models>Data
2016-05-19 09:27 <notizblock> uom_meter is listed there. But also a lot of other entries from product_oum such as uom_day, uom_second, (20 in total)
2016-05-19 09:28 <notizblock> The sync button does nothing, so I manually edited the uom_meter entry and synced it by hand
2016-05-19 09:28 <notizblock> after saving, it is no longer listed in the list of "out of sync" data
2016-05-19 09:29 -!- udono(~udono@tmo-109-154.customers.d1-online.com) has joined #tryton
2016-05-19 09:29 <notizblock> As soon as I re-run the database upgrade the above warning is still present and all 20 entries are back in the "out of sync" list
2016-05-19 09:29 <notizblock> what am I doing wrong?
2016-05-19 09:30 <notizblock> trytond: 3.8.5
2016-05-19 09:30 <cedk> notizblock: I guess there is a bug
2016-05-19 09:31 <notizblock> ah ok
2016-05-19 09:32 <notizblock> cedk: what can I do to fix it?
2016-05-19 09:32 <notizblock> bug report with the above description?
2016-05-19 09:34 -!- udono(~udono@tmo-109-154.customers.d1-online.com) has joined #tryton
2016-05-19 09:36 <cedk> notizblock: I guess there is a problem in the data format, so we need specific values for at least one record
2016-05-19 09:38 <notizblock> cedk: the difference between the entries was: ["rate", 1] vs ["rate", 1.0]
2016-05-19 09:39 <notizblock> cedk: same for factor
2016-05-19 09:41 <cedk> notizblock: which is which one?
2016-05-19 09:43 <cedk> notizblock: and after the Data Sync, do the update still show the warning?
2016-05-19 09:44 <notizblock> cedk: for uom_meter:
2016-05-19 09:44 <notizblock> cedk: "Values": [["category", 4], ["factor", 1.0], ["name", "Meter"], ["rate", 1.0], ["symbol", "m"]]
2016-05-19 09:44 <notizblock> cedk: "Values on file system": [["category", 4], ["factor", 1], ["name", "Meter"], ["rate", 1], ["symbol", "m"]]
2016-05-19 09:45 <notizblock> cedk: yes after manually syncing the changes the database upgrade still shows the warning
2016-05-19 09:45 <notizblock> cedk: as stated above, the sync button does nothing
2016-05-19 09:46 <cedk> notizblock: we need to have the values tested that trigger the message
2016-05-19 09:49 <notizblock> cedk: what can I do?
2016-05-19 10:09 <cedk> notizblock: put print statement in convert.py where this warning is generated
2016-05-19 10:18 <notizblock> 56932 140706556602112 [2016-05-19 08:17:58,658] WARNING trytond.convert db_field: 20 Meter
2016-05-19 10:18 <notizblock> 56932 140706556602112 [2016-05-19 08:17:58,658] WARNING trytond.convert expected_value: Meter
2016-05-19 10:18 <notizblock> 56932 140706556602112 [2016-05-19 08:17:58,658] WARNING trytond.convert Field name of 12@product.uom not updated (id: uom_meter), because it has changed since the last update
2016-05-19 10:19 <cedk> notizblock: so you have changed the name of the uom
2016-05-19 10:20 <notizblock> cedk: appears to be
2016-05-19 10:27 <notizblock> cedk: found the culprit
2016-05-19 10:28 <notizblock> cedk: the translation had the entry with '20m'. changed it back to 'm' in the translation entry and the warning disappeared
2016-05-19 10:28 <cedk> notizblock: but you still need to fill an issue about the wrong "out of sync"
2016-05-19 10:28 <notizblock> cedk: true
2016-05-19 10:42 -!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton
2016-05-19 11:26 <notizblock> here is an interesting observation:
2016-05-19 11:26 <notizblock> The client language is set to german.
2016-05-19 11:27 <notizblock> If a run a database upgrade with --all the name warehouse names are displayed in english
2016-05-19 11:27 <notizblock> If I run the upgrade again: german
2016-05-19 11:27 <notizblock> once again: english
2016-05-19 11:27 <notizblock> and so on
2016-05-19 11:28 <notizblock> the warehouse names alternate with each database upgrade. Other labels such as product, template, party are not affected
2016-05-19 11:34 <cedk> notizblock: fill issues
2016-05-19 11:34 <notizblock> cedk: ok
2016-05-19 11:50 <notizblock> cedk: https://bugs.tryton.org/issue5557
2016-05-19 11:57 <cedk> notizblock: and the other?
2016-05-19 11:58 <notizblock> still looking into it. I'll open one later.
2016-05-19 12:14 -!- udono(~udono@tmo-107-181.customers.d1-online.com) has joined #tryton
2016-05-19 12:59 <pokoli> cedk: do you plan to update drone.tryton.org to new version?
2016-05-19 13:03 -!- mariomop(~quassel@181.90.64.202) has joined #tryton
2016-05-19 13:09 <cedk> pokoli: I would like
2016-05-19 13:09 <pokoli> cedk: but the .drone.yml syntax has changed on newer versions, so all modules must be updated
2016-05-19 13:10 <cedk> pokoli: yes, I don't expect to update before the end of the year and maybe even later
2016-05-19 13:16 <pokoli> cedk: have you thought about the update process? I imagine that the trypod remote must be splited from drone and use it as a plugin
2016-05-19 13:20 <cedk> pokoli: no there is no remote plugins
2016-05-19 13:25 -!- smarro(~sebastian@181.16.7.104) has joined #tryton
2016-05-19 14:46 -!- titou(~matt@2a01:e35:1386:d790:250:fcff:fe42:7bed) has joined #tryton
2016-05-19 15:56 -!- perilla1(~perilla@201.238.171.178) has joined #tryton
2016-05-19 16:44 -!- zmijunkie(~Adium@i59F5E72B.versanet.de) has joined #tryton
2016-05-19 18:18 -!- ccaz(~ccr@125-117-190-109.dsl.ovh.fr) has joined #tryton
2016-05-19 18:18 -!- ccaz(~ccr@125-117-190-109.dsl.ovh.fr) has left #tryton
2016-05-19 18:18 -!- ccaz(~ccr@125-117-190-109.dsl.ovh.fr) has joined #tryton
2016-05-19 19:03 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2016-05-19 19:13 -!- kstenger(~karla@r186-54-187-28.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-05-19 19:34 -!- lucasSlam_(beb0c69b@gateway/web/freenode/ip.190.176.198.155) has joined #tryton
2016-05-19 19:36 <lucasSlam_> hello consultation
2016-05-19 19:37 <lucasSlam_> Someone tested the module FARM?
2016-05-19 19:38 <lucasSlam_> because I can not create an animal
2016-05-19 21:05 -!- JosDzG(~Thunderbi@fixed-188-72-187-188-72-36.iusacell.net) has joined #tryton
2016-05-19 21:09 -!- pokoli(~pokoli@unaffiliated/pokoli) has joined #tryton
2016-05-19 21:53 -!- kstenger(~karla@r186-55-75-147.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-05-19 22:43 -!- prayashm(~prayashm@unaffiliated/prayashm) has joined #tryton
2016-05-19 23:13 -!- JosDzG(~Thunderbi@fixed-188-72-187-188-72-36.iusacell.net) has joined #tryton
2016-05-19 23:52 -!- sisalp(~sisalpuse@boxoo.sisalp.net) has joined #tryton
2016-05-19 23:53 -!- smarro(~sebastian@190.14.157.18) has joined #tryton

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