IRC logs of #tryton for Sunday, 2008-06-15

chat.freenode.net #tryton log beginning Sun Jun 15 00:00:01 CEST 2008
2008-06-15 05:19 -!- yangoon1(n=mathiasb@p549F484E.dip.t-dialin.net) has joined #tryton
2008-06-15 14:08 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 62:f33e89e27219 account_invoice/invoice.py: Fix key error 'payment_term' on on_change_party
2008-06-15 15:03 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 428:51f41bf4cfbf tryton/tryton/gui/window/view_form/screen/screen.py: Set value on view when create new record on screen with view
2008-06-15 15:03 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 429:41db723c2bac tryton/tryton/gui/window/view_form/view/form_gtk/one2many.py:
2008-06-15 15:03 <CIA-52> tryton: Set value before validate on dialog for issue127
2008-06-15 15:03 <CIA-52> tryton: Remove unusefull set current_model after new call
2008-06-15 15:03 <CIA-52> tryton: ced roundup * #127/invoice-line: unit price not accepted on Alt-O: [resolved] Fix with changeset 41db723c2bac
2008-06-15 15:37 -!- kultviech(n=kultviec@p5B0D3588.dip0.t-ipconnect.de) has joined #tryton
2008-06-15 15:44 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 430:69e2f8e17925 tryton/tryton/gui/window/view_form/view/list_gtk/editabletree.py: Add grab_focus when setting cursor on editable tree
2008-06-15 15:55 -!- essich(n=essich@p4FCF8B37.dip0.t-ipconnect.de) has joined #tryton
2008-06-15 15:57 <essich> hi
2008-06-15 16:40 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 431:f36dc401646b tryton/tryton/wizard/main.py: Add accelerator on wizard "Ctrl+Return" for default button
2008-06-15 16:40 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 432:b6e6fd85e2a5 tryton/tryton/gui/window/view_form/view/form_gtk/ (many2one.py one2many.py parser.py): Remove accelerator "Ctrl+Esc" as "Esc" works
2008-06-15 16:50 <yangoon1> cedk: Is there an easy way to provoque the bugposting function for test purpose or do I have to create a bug;-)?
2008-06-15 16:50 <yangoon1> cedk: I currently don't find one..
2008-06-15 16:51 <cedk> yangoon1: add a bug in the server code
2008-06-15 16:54 <essich> cedk: Udono told me, the name "tryton" is already used
2008-06-15 16:54 <cedk> essich: not tryton, triton
2008-06-15 16:55 <essich> cedk: yes, this he said.
2008-06-15 16:56 <essich> cedk: are you going to choose another name now?
2008-06-15 16:56 <cedk> essich: but doesn't seem to be registrate
2008-06-15 16:56 <cedk> essich: no, we are looking to registrate as trademark
2008-06-15 16:57 <essich> cedk: IC.
2008-06-15 16:57 <essich> cedk: otherwise I would propose Salt-ERP.
2008-06-15 16:58 <essich> cedk: this give some assocations(?) wit sugar-CRM, which is quie prominent
2008-06-15 16:58 <cedk> essich: we don't like to have ERP in the name
2008-06-15 16:58 <essich> cedk: IC. becuse ii's a framework
2008-06-15 16:58 <cedk> essich: because it is more than an ERP
2008-06-15 16:59 <essich> cedk: but for marketing if may be helpful, so publish eg. "trytonCRM", trytonERP".
2008-06-15 16:59 <essich> cedk: like SAP :-)
2008-06-15 17:00 <cedk> essich: we will not have the same marketing than SAP, as we don't sell software, just services
2008-06-15 17:28 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 38:1d2e7d4f5c3e company/company.py: Add employee to context
2008-06-15 17:36 <CIA-52> tryton: matb roundup * #63/Some additions to the bugposting function on error view: searching on the net I found: http://mail.python.org/pipermail/python-bugs-list/2006-February/031931.html resp. http://bugs.python.org/issue142415 ...
2008-06-15 17:42 <CIA-52> tryton: ced roundup * #63/Some additions to the bugposting function on error view: "splitline" is fixed with issue122
2008-06-15 17:51 <yangoon1> How can I get rid of those update warnings? WARNING Field icon of 126@ir.ui.menu not updated (id: menu_stock), because it has changed since the last update
2008-06-15 17:55 <cedk> yangoon1: you can delete record in ir_model_data table with model = 'ir.ui.menu' and db_id = 126
2008-06-15 17:56 <cedk> yangoon1: he wait
2008-06-15 17:56 <cedk> yangoon1: no better delete record in ir_ui_menu with id = 126
2008-06-15 17:57 <yangoon1> cedk: ok, thanks
2008-06-15 18:01 <CIA-52> tryton: matb roundup * #63/Some additions to the bugposting function on error view: Ok, after updating to current we are back at traceback below. Wouldn't it be better to use urllib2 as proposed in http://bugs.python.org/issue1424 ...
2008-06-15 18:10 -!- kultviec1(n=kultviec@p5B0D1484.dip0.t-ipconnect.de) has joined #tryton
2008-06-15 18:35 <CIA-52> tryton: htgoebel roundup * #128/patch: Fixed typo in project.xml which rendered it invalid.: [new] changeset enclosed.
2008-06-15 18:38 <CIA-52> tryton: htgoebel roundup * #129/menutype attrib 'type' was missing in DTD. Fixed.: [new] changeset enclosed.
2008-06-15 18:45 <CIA-52> tryton: ced roundup * #129/menutype attrib 'type' was missing in DTD. Fixed.: [resolved] It is not missing as it is not used.
2008-06-15 18:45 <CIA-52> tryton: hartmut@lagan default * 7:2e5aebe733a2 project/project.xml: Fixed typo in project.xml which rendered it invalid.
2008-06-15 18:46 <CIA-52> tryton: ced roundup * #128/patch: Fixed typo in project.xml which rendered it invalid.: [resolved] applied
2008-06-15 19:10 -!- kultviech(n=kultviec@p5B0D2A0E.dip0.t-ipconnect.de) has joined #tryton
2008-06-15 19:36 <CIA-52> tryton: htgoebel roundup * #129/menutype attrib 'type' was missing in DTD. Fixed.: [chatting] this it's a but in trytond/ir/module/module.xml: $ grep 'type="wizard"' -B5 -A5 ./trytond/ir/module/module.xml </record> ...
2008-06-15 19:38 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 611:386df83d6707 trytond/trytond/ir/module/module.xml: Remove unusefull attributes in menuitem for issue129
2008-06-15 19:38 <CIA-52> tryton: ced roundup * #129/menutype attrib 'type' was missing in DTD. Fixed.: [resolved] Remove with changeset 386df83d6707
2008-06-15 19:53 <essich> cedk: would you mind if I move from DTD validation to Relax NG
2008-06-15 19:53 <essich> cedk: both are supported by 4auite, but relax NG is superior and allows validation in editors
2008-06-15 19:55 <essich> s/4auite/4suite/
2008-06-15 19:55 <cedk> essich: is it without changing xml ?
2008-06-15 19:58 <essich> cedk: only the .dtd will be replaced by .rng
2008-06-15 19:59 <essich> cedk: in future we may add some feature wich helps selecting the schema automatically by the editor, but this is optional
2008-06-15 20:00 <cedk> essich: and what about the CDATA ?
2008-06-15 20:02 <cedk> essich: for me, we can not remove it because it is data in the xml of modules
2008-06-15 20:02 <essich> cedk: we can work on this later ;-)
2008-06-15 20:03 <essich> cedk: for now I just want to get rid of out-dated DTD
2008-06-15 20:03 <essich> cedk: everything else we can see later
2008-06-15 20:03 <cedk> essich: so no problems
2008-06-15 20:04 <cedk> essich: if we don't need to re-write all the xml
2008-06-15 20:04 <essich> cedk: okay, so I'll do it this evening.
2008-06-15 20:04 <essich> cedk: (as soon as I fought mercurial ;-)
2008-06-15 20:06 <cedk> essich: by the way did you see issue120 ?
2008-06-15 20:06 <essich> cedk: which build-system do you prefere?
2008-06-15 20:08 <cedk> essich: what do you mean with build-system?
2008-06-15 20:08 <essich> cedk: okay, I's sumitt a changeset :-)
2008-06-15 20:08 <essich> cedk: build: relax ng come in too flavours:
2008-06-15 20:09 <essich> 1) one is expressed in XML. easy to parse by tools, but hard to read/write by human
2008-06-15 20:09 <essich> 2) second is written in EBNF, easy for human, but not that easy for programms
2008-06-15 20:09 <cedk> essich: 4suite support both ?
2008-06-15 20:10 <essich> cedk: No :-( 4suite can only read the XML one
2008-06-15 20:10 <essich> cedk: but there are converters.
2008-06-15 20:10 <essich> cedk: it's just a matter of syntax, samentic is the same
2008-06-15 20:10 <essich> cedk: I would like to write the schema in the second form (called "compact")
2008-06-15 20:11 <essich> cedk: so a Makefile (or such) would help avoiding problems.
2008-06-15 20:12 <cedk> essich: don't like to mix tools, we use setup.py
2008-06-15 20:12 <cedk> essich: is it very complicate xml ?
2008-06-15 20:12 <essich> cedk: dont know, I always use compact ;-)
2008-06-15 20:13 <essich> cedk: thie makefile would only be for core-develeopers
2008-06-15 20:13 <essich> cedk: we would ship the XML with the archive
2008-06-15 20:14 <essich> cedk: If this fits in your plans
2008-06-15 20:14 <cedk> essich: which tools convert to xml ?
2008-06-15 20:16 <essich> http://thaiopensource.com/relaxng/trang.html
2008-06-15 20:16 <essich> cedk: it's a java tolls :-( written by james clark
2008-06-15 20:17 <essich> cedk: also convets DTD to Relax NG -- very basic rng anyhow.
2008-06-15 20:17 <essich> cedk: usage: java -jar ~/share/schema/opendocument/trang.jar trytond/tryton.dtd trytond/tryton.rnc
2008-06-15 20:17 <cedk> essich: there is no other tools
2008-06-15 20:17 <cedk> essich: I really don't like java :-(
2008-06-15 20:18 <essich> cedk: thanks for asking :-) I just discovered one written in python
2008-06-15 20:19 <essich> cedk: see http://relaxng.org/#conversion last enry: rnc2rng, converter from RELAX NG Compact Syntax to RELAX NG XML Syntax. Implemented in Python. Written by David Mertz. Open Source (public domain).
2008-06-15 20:22 <cedk> essich: so we can just have a python script to call rnc2rng
2008-06-15 20:23 <essich> cedk: even better: rnc2rng is a some-liner python-script :-)
2008-06-15 20:24 <essich> cedk: verification of files is only done in trytond/ir/ui/view.py??
2008-06-15 20:25 <cedk> essich: yes
2008-06-15 20:25 <essich> cedk: I can not find another reverende to .dtd in the source.
2008-06-15 20:25 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 612:78ecbccde437 trytond/doc/ (14 files): Add initial documentation structure
2008-06-15 20:25 <CIA-52> tryton: C?dric Krier <ced@b2ck.com> default * 433:491662746515 tryton/doc/ (7 files): Add initial documentation structure
2008-06-15 20:25 <essich> cedk: okay so
2008-06-15 20:26 <cedk> essich: I see that you don't subscribe to google groups
2008-06-15 20:26 <cedk> essich: it can be usefull as I post some discussion on it
2008-06-15 20:27 <essich> ACTION does not like the google monopol
2008-06-15 20:27 <essich> cedk: is this a mailinglist?
2008-06-15 20:28 <cedk> essich: yes
2008-06-15 20:29 <essich> cedk: okay, I't subscribe
2008-06-15 20:29 <essich> brb
2008-06-15 20:30 <cedk> essich: you can use your own email
2008-06-15 20:36 -!- yangoon3(n=mathiasb@p549F484E.dip.t-dialin.net) has joined #tryton
2008-06-15 21:05 -!- kultviec1(n=kultviec@p5B0D3486.dip0.t-ipconnect.de) has joined #tryton
2008-06-15 23:14 -!- udono(n=udono@dynamic-unidsl-85-197-21-238.westend.de) has joined #tryton

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