chat.freenode.net #tryton log beginning Mon Feb 11 00:00:01 CET 2019 | ||
-!- Guest90767(~Pilou@pdpc/supporter/active/pilou) has joined #tryton | 23:09 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 23:53 | |
-!- thaneor1(~lenovo3@179.26.18.2) has joined #tryton | 00:30 | |
-!- cryptic(~cryptic@142.196.139.17) has joined #tryton | 02:08 | |
-!- yangoon(~mathiasb@i59F5F8B4.versanet.de) has joined #tryton | 03:06 | |
-!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton | 07:33 | |
semarie | what 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 |
Timitos | semarie: you should always create a ticket. there should be no review without ticket | 07:46 |
semarie | sure. 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 number | 07:48 |
semarie | it seems to me in both cases I will need to edit the first thing I created to reference the other | 07:48 |
Timitos | thats correct. i think there is no common rule which one to create first | 07:50 |
-!- mrichez(~smuxi@mail.saluc.com) has joined #tryton | 07:55 | |
-!- rpit(~rpit@p200300C88F269000ED6DCA807A0D06D4.dip0.t-ipconnect.de) has joined #tryton | 08:19 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 08:36 | |
-!- smorillo(8965d000@gateway/web/cgi-irc/kiwiirc.com/ip.137.101.208.0) has joined #tryton | 08:36 | |
-!- nzaniela(~nzaniela@41.80.10.234) has joined #tryton | 08:45 | |
-!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton | 08:47 | |
-!- tbruyere_(~smuxi@mail.saluc.com) has joined #tryton | 08:56 | |
-!- tbruyere(~smuxi@mail.saluc.com) has joined #tryton | 08:56 | |
nzaniela | cedk: the custom webshop presented on https://www.youtube.com/watch?v=MA1DnlnTy7I is the code available | 08:57 |
cedk | nzaniela: noop but it is mainly based on standard Tryton modules and flask-tryton | 09:01 |
-!- tbruyere(~smuxi@mail.saluc.com) has joined #tryton | 09:01 | |
nzaniela | cedk: ok,i was looking for a more advanced demo on the flask-tryton .. thanks | 09:03 |
nzaniela | cedk: if i have an excel sheet of products how can i load it to the product module .... ? can it lead to data inconsistency | 09:15 |
-!- csotelo(~csotelo@2800:200:f410:adb:2d8a:7caa:d18d:8442) has joined #tryton | 09:20 | |
-!- smorillo(3e5248ee@gateway/web/cgi-irc/kiwiirc.com/ip.62.82.72.238) has joined #tryton | 09:25 | |
-!- smorillo(8965d000@gateway/web/cgi-irc/kiwiirc.com/ip.137.101.208.0) has joined #tryton | 09:27 | |
-!- rpit(~rpit@p5B22B44D.dip0.t-ipconnect.de) has joined #tryton | 09:43 | |
cedk | nzaniela: you can try to use the CSV import but you need to understand a little bit the data layout of Tryton | 10:00 |
nzaniela | cedk: on data layout of Tryton could you please elaborate on this please | 10:02 |
-!- jcm(~jcm@78.194.214.115) has joined #tryton | 10:04 | |
cedk | nzaniela: you need to understand the data model | 10:47 |
nzaniela | cedk: okay the data model of the module i want to import into , i get that | 10:49 |
cedk | nzaniela: CSV import is a one shot | 10:51 |
cedk | nzaniela: if you want more control, I suggest to write a proteus script or a wizard | 10:51 |
-!- nzaniela(~nzaniela@41.80.10.234) has joined #tryton | 10:58 | |
-!- nzaniela(~nzaniela@41.80.10.234) has left #tryton | 11:01 | |
-!- nzaniela(~nzaniela@41.80.10.234) has joined #tryton | 11:02 | |
nzaniela | cedk: thanks | 11:02 |
jcm | hi 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 |
cedk | jcm: I do not know what you did | 11:09 |
jcm | cedk: 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 #tryton | 11:15 | |
cedk | jcm: I doubt, menu does not disapear when updating translations | 11:15 |
cedk | jcm: the menu entry visibility is menaged by the groups defined on them | 11:18 |
nzaniela | cedk: on the demo5.0.tryton.org on Inventories am trying to search a product using the count wizard but nothing appears ? | 11:19 |
cedk | nzaniela: please fill a bug report | 11:30 |
nzaniela | cedk: i was working on the online one , i will replicate the database and view in the trytond logs the error then fill a bug report | 11:32 |
jcm | cedk: 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 |
cedk | jcm: only if it is all the groups | 12:32 |
-!- thaneor(~lenovo3@r167-56-50-175.dialup.adsl.anteldata.net.uy) has joined #tryton | 12:32 | |
cedk | jcm: there is nothing special about admin except that in standard we always include in all groups | 12:35 |
jcm | cedk: 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 #tryton | 12:51 | |
pokoli | jcm: I've seen this behaviour on some database | 12:53 |
pokoli | jcm: 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 group | 12:54 |
pokoli | jcm: it should be fixed by adding the admin user to the new created group | 12:54 |
-!- smorillo(3e5248ee@gateway/web/cgi-irc/kiwiirc.com/ip.62.82.72.238) has joined #tryton | 13:06 | |
-!- nza(~nzaniela@41.80.10.234) has joined #tryton | 13:10 | |
jcm | pokoli: thks! indeed I added a new group "View invoices". But why adding menu access in this group removed it from Account Administration? | 13:13 |
jcm | I 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 #tryton | 13:19 | |
-!- nzaniela(~nzaniela@41.80.10.234) has joined #tryton | 13:29 | |
-!- nza(~nzaniela@41.80.10.234) has joined #tryton | 13:52 | |
-!- lukio(~lukio@190.191.95.243) has joined #tryton | 14:05 | |
-!- lukio(~lukio@190.191.95.243) has joined #tryton | 14:18 | |
-!- ion_cebotari(~ion@232.117.235.77.dyn.idknet.com) has joined #tryton | 14:24 | |
-!- smorillo(8965d000@gateway/web/cgi-irc/kiwiirc.com/ip.137.101.208.0) has joined #tryton | 14:26 | |
-!- ion_cebotari(~ion@232.117.235.77.dyn.idknet.com) has left #tryton | 14:39 | |
pokoli | jcm: 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 group | 14:47 |
pokoli | jcm: you should probably grant access to this menu to the accounting group | 14:47 |
-!- nzaniela(~nzaniela@41.80.10.234) has joined #tryton | 15:03 | |
nzaniela | has anyone build a trytond for windows with PyInstaller | 15:07 |
nzaniela | or any other way pls | 15:07 |
-!- smorillo(8965d000@gateway/web/cgi-irc/kiwiirc.com/ip.137.101.208.0) has joined #tryton | 15:16 | |
mrichez | hi, 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 |
cedk | nzaniela: check http://www.tryton.org/download#desktop-client | 15:21 |
cedk | mrichez: there is no reverse domain validation, it must be implemented case by case | 15:22 |
mrichez | cedk: ok thanks | 15:23 |
-!- smorillo(8965d000@gateway/web/cgi-irc/kiwiirc.com/ip.137.101.208.0) has joined #tryton | 15:24 | |
nzaniela | cedk: 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 |
cedk | nzaniela: there is no point to build a windows exe of the server because it is modular | 15:26 |
cedk | nzaniela: just setup a python environment on windows and run it from there | 15:27 |
nzaniela | cedk: i already do that .. looking on how i an bundle trytond in one setup with all dependencies | 15:29 |
cedk | nzaniela: what is the point? | 15:31 |
-!- smorillo(8965d000@gateway/web/cgi-irc/kiwiirc.com/ip.137.101.208.0) has joined #tryton | 15:31 | |
nzaniela | cedk: sastifaction that i can do it | 15:32 |
nzaniela | cedk: found neso in github reading it | 15:35 |
-!- smorillo(3e5248ee@gateway/web/cgi-irc/kiwiirc.com/ip.62.82.72.238) has joined #tryton | 15:45 | |
-!- smorillo(8965d000@gateway/web/cgi-irc/kiwiirc.com/ip.137.101.208.0) has joined #tryton | 15:54 | |
-!- lukio(~lukio@190.191.95.243) has joined #tryton | 17:24 | |
-!- lukio(~lukio@190.191.95.243) has joined #tryton | 19:30 | |
-!- semarie(~semarie@unaffiliated/semarie) has joined #tryton | 21:01 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!