chat.freenode.net #tryton log beginning Mon Aug 17 00:00:01 CEST 2015 | ||
-!- hiaselhans(~Thunderbi@88.210.170.218) has joined #tryton | 00:02 | |
-!- digitalsatori(~Thunderbi@125.7.119.155) has joined #tryton | 03:21 | |
-!- digitalsatori(~Thunderbi@125.7.119.155) has joined #tryton | 04:05 | |
-!- digitalsatori1(~Thunderbi@125.7.119.155) has joined #tryton | 06:46 | |
-!- frispete(~frispete@p54A906C6.dip0.t-ipconnect.de) has joined #tryton | 07:40 | |
-!- rpit(~rpit@2a02:908:e670:6ac0:f91a:be26:aa5c:3ebc) has joined #tryton | 08:03 | |
-!- digitalsatori(~Thunderbi@125.7.119.155) has joined #tryton | 08:10 | |
-!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton | 08:23 | |
-!- vcardon(~vcardon@bureau-sdsl.tranquil.it) has joined #tryton | 09:17 | |
-!- udono(~udono@ip-178-202-238-79.hsi09.unitymediagroup.de) has joined #tryton | 09:37 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 09:44 | |
-!- digitalsatori(~Thunderbi@125.7.119.155) has joined #tryton | 10:05 | |
-!- nicoe(~nicoe@balisto.wifi.b2ck.com) has joined #tryton | 10:27 | |
-!- clews(~clews@188-23-226-118.adsl.highway.telekom.at) has joined #tryton | 10:39 | |
-!- prakashpandey(~prakashpa@122.174.237.148) has joined #tryton | 11:31 | |
prakashpandey | tryton csv import takes many2one record as rec_name only? is there way I can use existing id or combination of two field? | 11:33 |
---|---|---|
cedk | prakashpandey: if the header ends by ":id" | 11:39 |
cedk | prakashpandey: but it must be XML id | 11:40 |
prakashpandey | cedk: thanks for the reply. Why xml id only? | 11:42 |
cedk | prakashpandey: user normally doesn't know internal id | 11:43 |
cedk | prakashpandey: more over internal id only works on one instance | 11:43 |
prakashpandey | cedk: actually I was importing product, but I think search_rec_name is not defined on product? | 11:44 |
-!- prakashpandey(~prakashpa@122.174.237.148) has joined #tryton | 12:39 | |
cedk | prakashpandey: it will be strange because it is used many times | 12:44 |
-!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton | 13:02 | |
-!- prakashpandey(~prakashpa@122.174.237.148) has joined #tryton | 13:50 | |
-!- smarro(~sebastian@181.16.4.44) has joined #tryton | 14:47 | |
-!- meanmicio(~lfm@fsf/member/meanmicio) has joined #tryton | 14:52 | |
meanmicio | hi there !is the colors tree view attribute still on for 3.7 ? | 14:54 |
nicoe | meanmicio: I bet you're hit by the view_attributes change | 15:03 |
meanmicio | nicoe: Yes :) | 15:03 |
nicoe | meanmicio: Look for exemple in the account module (move.py) | 15:04 |
meanmicio | nicoe : http://hg.tryton.org/modules/account/file/dcb3a50dee22/move.py#l1511 | 15:04 |
-!- kstenger(~karla@200.124.209.158) has joined #tryton | 15:04 | |
-!- pablovannini(~pablo@181.47.148.245) has joined #tryton | 15:04 | |
meanmicio | nicoe : Does not seem to be working either, at the dev version | 15:04 |
cedk | meanmicio: what do you mean? | 15:08 |
meanmicio | cedk: We should see the draft move lines in red | 15:09 |
nicoe | cedk: I think the removal of the colors in 37b76806c878 might be the origin of the problem | 15:12 |
meanmicio | cedk: I was updating the GNU Health code to use view_attributes method instead of declaring it on the xml file, when I noticed it was not showing the colors | 15:12 |
meanmicio | cedk: That's why I tried the account move line colors based on the state, and same thing. | 15:13 |
-!- Telesight1(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton | 15:14 | |
cedk | yes indeed the colors have been removed | 15:15 |
cedk | we should update the rng | 15:15 |
meanmicio | cedk : So are we including it back ? For the tree view is very useful | 15:19 |
cedk | I think it should be something like: http://getbootstrap.com/css/#helper-classes-colors | 15:20 |
cedk | but I don't know if we can have such meta information in GTK | 15:22 |
-!- FvD(~Thunderbi@ip44-231-64-186.ct.co.cr) has joined #tryton | 15:26 | |
meanmicio | cedk : It would be great, both for the text color as for the background | 15:26 |
cedk | meanmicio: but indeed, I think it is kind of wrong for accessibility or themes support | 15:27 |
cedk | also it prevents to have the rules hint | 15:27 |
-!- clews_(~clews@91-115-28-235.adsl.highway.telekom.at) has joined #tryton | 15:28 | |
cedk | probably it is better to use icons | 15:28 |
cedk | meanmicio: is icon good for you? | 15:32 |
meanmicio | cedk : It's true that for accessibility is not great, but we need some sort of "stand-out" way of seeing specific records (active infectious diseases, dangerous meds for pregnancy, .. ) | 15:32 |
meanmicio | cedk : I guess icons can be a way to make it too | 15:33 |
cedk | meanmicio: and with icons, screen readers can say its description | 15:36 |
meanmicio | cedk: If colors are removed from GTK, we can have warning icons instead. That would be great :) | 15:36 |
meanmicio | cedk: cool. The description would definitely help a lot, too ! | 15:37 |
meanmicio | BBL. | 15:37 |
cedk | meanmicio: icons are already avaible in tree view | 15:37 |
cedk | meanmicio: see icon attribute: http://doc.tryton.org/3.6/trytond/doc/topics/views/index.html?highlight=icon#id2 | 15:48 |
-!- digitalsatori(~Thunderbi@203.35.234.18) has joined #tryton | 15:51 | |
-!- prakashpandey(~prakashpa@122.174.237.148) has joined #tryton | 16:03 | |
-!- hiaselhans(~Thunderbi@212.186.50.97) has joined #tryton | 18:29 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 19:13 | |
-!- prakashpandey(~prakashpa@122.174.237.148) has joined #tryton | 19:16 | |
-!- prakashpandey(~prakashpa@122.174.237.148) has joined #tryton | 19:28 | |
-!- prakashpandey(~prakashpa@122.174.237.148) has joined #tryton | 19:56 | |
-!- prakashpandey(~prakashpa@122.174.237.148) has left #tryton | 19:58 | |
-!- sharkcz(~sharkcz@2a01:8c00:ffb3:160:250:43ff:fe3c:3b5d) has joined #tryton | 21:07 | |
-!- alimon(~alimon@134.134.137.75) has joined #tryton | 21:51 |
Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!