IRC logs of #tryton for Tuesday, 2014-01-28

chat.freenode.net #tryton log beginning Tue Jan 28 00:00:01 CET 2014
2014-01-28 10:55 <maxwell> hi all
2014-01-28 10:56 <maxwell> I'm trying to make own module, do you have some manuals or maybe some example module I can use for better understanding?
2014-01-28 11:00 <corro> maxwell: http://code.google.com/p/tryton/wiki/HelloWorld
2014-01-28 11:02 <maxwell> corro: I followed it, bu t it is too simple
2014-01-28 11:03 <corro> maxwell: then maybe you should have a look at a simple module like 'party' next
2014-01-28 11:04 <maxwell> corro: ok, thx a lot I will inspect it
2014-01-28 14:17 <maxwell> hi is there any possibility to override standart form saving?
2014-01-28 14:17 <maxwell> or can i get some signal
2014-01-28 14:17 <maxwell> after new record is made?
2014-01-28 14:17 <cedk> maxwell: overide create
2014-01-28 14:21 <maxwell> cedk: can you please explain a little bit detalized? or give me some link where i can get more information, thx in advance
2014-01-28 14:24 <corro> maxwell: example from module 'party': http://hg.tryton.org/2.8/modules/party/file/e5babef90fdd/party.py#l152
2014-01-28 14:28 <maxwell> corro: thx
2014-01-28 15:31 -!- strebitz(~sebastian@91.183.59.105) has left #tryton
2014-01-28 17:11 <pokoli> How can I enable global search on some model via xml of a module?
2014-01-28 17:13 <cedk> pokoli: can not
2014-01-28 17:14 <pokoli> cedk: why not?
2014-01-28 17:14 <cedk> pokoli: you can put code in __register__ of the Model
2014-01-28 17:14 <cedk> pokoli: because ir.model doesn't have an xml id
2014-01-28 17:16 <pokoli> cedk: what do you mean by put code in __register__ ?? Put an update query on the register of the ir model to update the desired records?
2014-01-28 17:17 <cedk> pokoli: yes
2014-01-28 17:17 <pokoli> cedk: thanks :)
2014-01-28 17:43 -!- frankbutt(~frankbutt@66.172.11.32) has left #tryton
2014-01-28 19:03 <pokoli> smarro: you have a babi report filled by xml?
2014-01-28 19:10 -!- strebitz(~sebastian@149.154.204.128) has left #tryton
2014-01-28 19:14 <smarro> pokoli: yes, let me find the changeset
2014-01-28 19:15 <pokoli> smarro: would be great if I can review it :)
2014-01-28 19:17 <pokoli> smarro: I have an error while creating a report, as dimensions (One2Many) is required, did you encountered that?
2014-01-28 19:18 <smarro> pokoli: yes, i have removed the required on dimensions and measures
2014-01-28 19:19 <smarro> pokoli: http://hg.savannah.gnu.org/hgweb/health/rev/f41a727ad5e6 and http://hg.savannah.gnu.org/hgweb/health/rev/a1b092c93146
2014-01-28 19:19 <pokoli> smarro: perfect! No need for the changeset. We will try to provide a solution on this
2014-01-28 19:20 <smarro> pokoli: great, by the moment we have removed this report... waiting babi first stable release on pypi ;-)
2014-01-28 19:22 <smarro> pokoli: i have to leave, see you
2014-01-28 19:22 <pokoli> smarro: will inform you with the solution, see you :)
2014-01-28 19:35 -!- vcardon(~vcardon@LNeuilly-152-23-15-185.w193-252.abo.wanadoo.fr) has left #tryton

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