IRC logs of #tryton for Monday, 2019-02-11

chat.freenode.net #tryton log beginning Mon Feb 11 00:00:01 CET 2019
-!- Guest90767(~Pilou@pdpc/supporter/active/pilou) has joined #tryton23:09
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton23:53
-!- thaneor1(~lenovo3@179.26.18.2) has joined #tryton00:30
-!- cryptic(~cryptic@142.196.139.17) has joined #tryton02:08
-!- yangoon(~mathiasb@i59F5F8B4.versanet.de) has joined #tryton03:06
-!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton07:33
semariewhat is the usual workflow used for proposing changes when using rietveld ? creating issue on bugs.t.o or creating review on codereview.t.o first ?07:44
semarie(and yes, I finally created a google account... shame on me)07:45
Timitossemarie: you should always create a ticket. there should be no review without ticket07:46
semariesure. my concerns is more a pragmatic question. here I created a review first and next a ticket (with review number), and next I edited the review to include the ticket number07:48
semarieit seems to me in both cases I will need to edit the first thing I created to reference the other07:48
Timitosthats correct. i think there is no common rule which one to create first07:50
-!- mrichez(~smuxi@mail.saluc.com) has joined #tryton07:55
-!- rpit(~rpit@p200300C88F269000ED6DCA807A0D06D4.dip0.t-ipconnect.de) has joined #tryton08:19
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton08:36
-!- smorillo(8965d000@gateway/web/cgi-irc/kiwiirc.com/ip.137.101.208.0) has joined #tryton08:36
-!- nzaniela(~nzaniela@41.80.10.234) has joined #tryton08:45
-!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton08:47
-!- tbruyere_(~smuxi@mail.saluc.com) has joined #tryton08:56
-!- tbruyere(~smuxi@mail.saluc.com) has joined #tryton08:56
nzanielacedk: the custom webshop  presented on https://www.youtube.com/watch?v=MA1DnlnTy7I  is the code available08:57
cedknzaniela: noop but it is mainly based on standard Tryton modules and flask-tryton09:01
-!- tbruyere(~smuxi@mail.saluc.com) has joined #tryton09:01
nzanielacedk: ok,i was  looking for a more advanced  demo on the flask-tryton .. thanks09:03
nzanielacedk: if i have an excel sheet of products how can i load it to the product module .... ? can it lead to data inconsistency09:15
-!- csotelo(~csotelo@2800:200:f410:adb:2d8a:7caa:d18d:8442) has joined #tryton09:20
-!- smorillo(3e5248ee@gateway/web/cgi-irc/kiwiirc.com/ip.62.82.72.238) has joined #tryton09:25
-!- smorillo(8965d000@gateway/web/cgi-irc/kiwiirc.com/ip.137.101.208.0) has joined #tryton09:27
-!- rpit(~rpit@p5B22B44D.dip0.t-ipconnect.de) has joined #tryton09:43
cedknzaniela: you can try to use the CSV import but you need to understand a little bit the data layout of Tryton10:00
nzanielacedk: on data layout of Tryton could you please elaborate on this  please10:02
-!- jcm(~jcm@78.194.214.115) has joined #tryton10:04
cedknzaniela: you need to understand the data model10:47
nzanielacedk: okay the data model of the module i want to import into , i get that10:49
cedknzaniela: CSV import is a one shot10:51
cedknzaniela: if you want more control, I suggest to write a proteus script or a wizard10:51
-!- nzaniela(~nzaniela@41.80.10.234) has joined #tryton10:58
-!- nzaniela(~nzaniela@41.80.10.234) has left #tryton11:01
-!- nzaniela(~nzaniela@41.80.10.234) has joined #tryton11:02
nzanielacedk: thanks11:02
jcmhi cedk! I have a strange pb here: the menu "Client Invoices" is not visible anymore with user admin: not in left bar, neither in User permission search results. How could I repair that?11:05
cedkjcm: I do not know what you did11:09
jcmcedk: nothin intentional, except updating my custom module for some translations on invoices.11:10
-!- mariomop(~quassel@host13.201-253-196.telecom.net.ar) has joined #tryton11:15
cedkjcm: I doubt, menu does not disapear when updating translations11:15
cedkjcm: the menu entry visibility is menaged by the groups defined on them11:18
nzanielacedk: on the  demo5.0.tryton.org on Inventories am trying to search a product using the count wizard but nothing appears ?11:19
cedknzaniela: please fill a bug report11:30
nzanielacedk:  i was working on the online one , i will replicate  the database and view  in the trytond logs the error then fill a bug report11:32
jcmcedk: If I try to edit a new group as admin user, I cannot add Customer invoice menu (not in results for the search "Invoice"). Shouldn't user admin access all menus?11:58
cedkjcm: only if it is all the groups12:32
-!- thaneor(~lenovo3@r167-56-50-175.dialup.adsl.anteldata.net.uy) has joined #tryton12:32
cedkjcm: there is nothing special about admin except that in standard we always include in all groups12:35
jcmcedk: so if someone accidentally removed some authorisation from a group, he could'nt anymore add it back?12:44
-!- lukio(~lukio@190.191.95.243) has joined #tryton12:51
pokolijcm: I've seen this behaviour on some database12:53
pokolijcm: the issue is reproducible by creating a new group, restrict the menu to only this group and do not add the admin user to the new created group12:54
pokolijcm: it should be fixed by adding the admin user to the new created group12:54
-!- smorillo(3e5248ee@gateway/web/cgi-irc/kiwiirc.com/ip.62.82.72.238) has joined #tryton13:06
-!- nza(~nzaniela@41.80.10.234) has joined #tryton13:10
jcmpokoli: thks! indeed I added a new group "View invoices". But why adding menu access in this group removed it from Account Administration?13:13
jcmI added admin in this new group and now the menu is back...13:14
-!- ion_cebotari(~ion@232.117.235.77.dyn.idknet.com) has joined #tryton13:19
-!- nzaniela(~nzaniela@41.80.10.234) has joined #tryton13:29
-!- nza(~nzaniela@41.80.10.234) has joined #tryton13:52
-!- lukio(~lukio@190.191.95.243) has joined #tryton14:05
-!- lukio(~lukio@190.191.95.243) has joined #tryton14:18
-!- ion_cebotari(~ion@232.117.235.77.dyn.idknet.com) has joined #tryton14:24
-!- smorillo(8965d000@gateway/web/cgi-irc/kiwiirc.com/ip.137.101.208.0) has joined #tryton14:26
-!- ion_cebotari(~ion@232.117.235.77.dyn.idknet.com) has left #tryton14:39
pokolijcm: the access is remove because everyone with access to financial menu can access this menu, so when you add a new restriction you restrict to only the users of the new group14:47
pokolijcm: you should probably grant access to this menu to the accounting group14:47
-!- nzaniela(~nzaniela@41.80.10.234) has joined #tryton15:03
nzanielahas  anyone build  a trytond for  windows  with PyInstaller15:07
nzanielaor any other way  pls15:07
-!- smorillo(8965d000@gateway/web/cgi-irc/kiwiirc.com/ip.137.101.208.0) has joined #tryton15:16
mrichezhi, if you use a many2one with a domain (on the state for instance). Is there something to check domain integrity (you update the state but it doesn't follow the rules) or you have to define a method ? Best example is supplier_quotation : you can select the best quotation with state received, but you can change the state of the quotation and so quotation could have state 'draft' and staying as best quotation even if domain allow only 'received' state...15:17
cedknzaniela: check http://www.tryton.org/download#desktop-client15:21
cedkmrichez: there is no reverse domain validation, it must be implemented case by case15:22
mrichezcedk: ok thanks15:23
-!- smorillo(8965d000@gateway/web/cgi-irc/kiwiirc.com/ip.137.101.208.0) has joined #tryton15:24
nzanielacedk: i am  looking for the trytond(server) version ... i understand trytond is supposed to be in a linux system but am looking on how i can make it work with in windows ..15:25
cedknzaniela: there is no point to build a windows exe of the server because it is modular15:26
cedknzaniela: just setup a python environment on windows and run it from there15:27
nzanielacedk: i already do that .. looking on how  i an bundle trytond in one setup with  all dependencies15:29
cedknzaniela: what is the point?15:31
-!- smorillo(8965d000@gateway/web/cgi-irc/kiwiirc.com/ip.137.101.208.0) has joined #tryton15:31
nzanielacedk: sastifaction that i can do it15:32
nzanielacedk: found neso in github reading it15:35
-!- smorillo(3e5248ee@gateway/web/cgi-irc/kiwiirc.com/ip.62.82.72.238) has joined #tryton15:45
-!- smorillo(8965d000@gateway/web/cgi-irc/kiwiirc.com/ip.137.101.208.0) has joined #tryton15:54
-!- lukio(~lukio@190.191.95.243) has joined #tryton17:24
-!- lukio(~lukio@190.191.95.243) has joined #tryton19:30
-!- semarie(~semarie@unaffiliated/semarie) has joined #tryton21:01

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