[tryton-dev] Re: requirements for SSL implementation

2009-10-23 Thread Cédric Krier
On 23/10/09 17:48 +0200, Cédric Krier wrote: On 23/10/09 17:06 +0200, Hartmut Goebel wrote: Hi, as promised some week ago ;-\ I wrote some requirements specification for the SSL implementation. http://code.google.com/p/tryton/wiki/RequirementsSSL I don't agree

[tryton-dev] Re: requirements for SSL implementation

2009-10-23 Thread Cédric Krier
On 23/10/09 18:13 +0200, Hartmut Goebel wrote: Cédric Krier schrieb: Maybe you mean having a configuration option that will warn (like firefox when leaving an encrypted website) if you connect to a no-SSL server. No! If the company requires SSL to be used (which the admin implements

[tryton-dev] Re: requirements for SSL implementation

2009-10-23 Thread Cédric Krier
to authenticate the server and one possiblity is to check a certificate. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email: cedric.kr...@b2ck.com Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgpqetzB9pDxg.pgp Description: PGP signature

[tryton-dev] Re: requirements for SSL implementation

2009-10-25 Thread Cédric Krier
On 24/10/09 21:14 +0200, Hartmut Goebel wrote: Cédric Krier schrieb: I start to be tired that you repeat this. This is non-constructive behavior and unfaire. No offence meant, just to say that your point of view is quite different from what the real-world requirements

[tryton-dev] timstamp for create_date and write_date

2009-11-10 Thread Cédric Krier
://hg.tryton.org/hgwebdir.cgi/trytond/rev/70d0a1966169 [2] http://hg.tryton.org/hgwebdir.cgi/trytond/rev/9e51e35baedf [3] http://hg.tryton.org/hgwebdir.cgi/trytond/rev/9e51e35baedf#l3.7 -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email: cedric.kr...@b2ck.com

Re: [tryton-dev] MRP Migration

2009-12-04 Thread Cédric Krier
://en.wikipedia.org/wiki/Manufacturing_resource_planning and the other there are some part of the MRP developed? Most part of MRP is developped with stock_supply. If so can we help? -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email: cedric.kr

Re: [tryton-dev] Re: Improvement for string evaluation

2009-12-14 Thread Cédric Krier
server in any language (currently any external program need to understand strings like: company' in context and '=' or '!=' , context.get('company'), etc). On Dec 14, 4:15 pm, Cédric Krier cedric.kr...@b2ck.com wrote: I'm not quite sure what exactly you are proposing. Are you

[tryton-dev] Remove classification_public (issue181081)

2009-12-28 Thread Cédric Krier
Please review this at http://codereview.appspot.com/181081 It is removed because it was a misunderstand of the IETF. Classification public doesn't mean that any body can read it. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email: cedric.kr

Re: [tryton-dev] Adding random unique sequence

2009-12-29 Thread Cédric Krier
. The randomness is for external people as I explain on previous email. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email: cedric.kr...@b2ck.com Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ twitter: http://twitter.com/cedrickrier identi.ca: http

Re: [tryton-dev] 'New' Button in Many2Many (solved)

2010-01-03 Thread Cédric Krier
On 03/01/10 17:23 +0100, Udo Spallek wrote: Am Sonntag, den 03.01.2010, 15:38 +0100 schrieb Cédric Krier: On 03/01/10 14:22 +0100, Udo Spallek wrote: Is there a way to disable the new button in a many2many search dialog? No and it makes no sense to add this functionality. It must

Re: [tryton-dev] Questions about correctness of RelaxNG schema

2010-01-09 Thread Cédric Krier
defined in graph.rnc are allowed for graph views. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email: cedric.kr...@b2ck.com Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ twitter: http://twitter.com/cedrickrier identi.ca: http://identi.ca

Re: [tryton-dev] Re: Improvement for string evaluation

2010-01-09 Thread Cédric Krier
On 10/01/10 00:26 +0100, Cédric Krier wrote: On 09/01/10 23:16 +0100, Hartmut Goebel wrote: Cédric Krier schrieb: As there is any comments. We will continue this way. Any reason why you are not using positional arguments? This would ease implementation. I've put an implementation

Re: [tryton-dev] Re: Improvement for string evaluation

2010-01-10 Thread Cédric Krier
On 10/01/10 15:44 +0100, Hartmut Goebel wrote: Am So, 10.01.2010, 15:18, schrieb Cédric Krier: The issue is that in json, it is a common practice to use __class__ to extend json to handle new class. So it is expected to have a string as value, IC. [id, [If, [Not, [In, [Eval

Re: [tryton-dev] Re: Improvement for string evaluation

2010-01-10 Thread Cédric Krier
On 10/01/10 15:45 +0100, Hartmut Goebel wrote: Am So, 10.01.2010, 15:38, schrieb Cédric Krier: So I'm only missing one link: Where is the code interpreting / evaluating this expressions? It will be interpreting in the server side in modelview and in ir.action.act_window

Re: [tryton-dev] Re: [tryton] How to change the context?

2010-01-14 Thread Cédric Krier
On 14/01/10 15:09 -0500, Juan Fernando Jaramillo Botero wrote: On Thu, Jan 14, 2010 at 07:57:28PM +0100, Cédric Krier wrote: On 14/01/10 11:50 -0500, Juan Fernando Jaramillo Botero wrote: Hello, someone know how to add a item to one context of a record of a model that have a field

[tryton-dev] Add rules on sequences (issue189094)

2010-01-15 Thread Cédric Krier
http://codereview.appspot.com/189094 -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email: cedric.kr...@b2ck.com Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ twitter: http://twitter.com/cedrickrier identi.ca: http://identi.ca/cedrickrier

[tryton-dev] Put Models in global namespace

2010-01-16 Thread Cédric Krier
Hi, This proposal seems interesting: https://lists.launchpad.net/openerp-expert-framework/msg00104.html What do you think about? It could be implemented in parallel with the self.pool -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email: cedric.kr

Re: [tryton-dev] Adding SO_KEEPALIVE to pysocket

2010-01-16 Thread Cédric Krier
firewall. But will not change about latency. Does tryton try to keep the socket open for the duration of a session ? Yes, Tryton keeps a socket open during all the session. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email: cedric.kr...@b2ck.com Jabber

Re: [tryton-dev] Re: Improvement for string evaluation

2010-01-17 Thread Cédric Krier
I have uploaded for review the PySON implementation: - Server: http://codereview.appspot.com/183067 - Client: http://codereview.appspot.com/186196 I have also modified all the modules, I will upload on Rietveld if someone really will review it. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4

[tryton-dev] Add cache to reduce_ids (issue186206)

2010-01-18 Thread Cédric Krier
) + ')', args +if len(_REDUCE_IDS_CACHE) 1024: +_REDUCE_IDS_CACHE.clear() +_REDUCE_IDS_CACHE[key] = res +return res _ALLOWED_CODES = set(dis.opmap[x] for x in [ 'POP_TOP','ROT_TWO','ROT_THREE','ROT_FOUR','DUP_TOP', -- Cédric Krier B2CK SPRL Rue de Rotterdam

[tryton-dev] Improve switch view (issue190051)

2010-01-19 Thread Cédric Krier
Please review this at http://codereview.appspot.com/190051/show Affected files: M tryton/gui/window/view_form/model/group.py M tryton/gui/window/view_form/model/record.py -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email: cedric.kr...@b2ck.com

[tryton-dev] Better test for json as there is a different json module for python 2.6 (issue186239)

2010-01-20 Thread Cédric Krier
simplejson as json +else: import json -except ImportError: -import simplejson as json import datetime -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email: cedric.kr...@b2ck.com Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ twitter

[tryton-dev] Remove unique constraint on tax group code column (issue194048)

2010-01-24 Thread Cédric Krier
(Group, self).init(cursor, module_name) +table = TableHandler(cursor, self, module_name) + +# Migration from 1.4 drop code_uniq constraint +table.drop_constraint('code_uniq') Group() -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59

[tryton-dev] IRC channel tryton-commit

2010-01-24 Thread Cédric Krier
Hi, I propose to create a channel #tryton-commit to put there the CIA bot. It will be a readonly channel. I propose this because sometimes the channel #tryton is flooded by commit messages and make conversation difficult. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel

Re: [tryton-dev] IRC channel tryton-commit

2010-01-25 Thread Cédric Krier
On 24/01/10 23:32 +0100, Cédric Krier wrote: Hi, I propose to create a channel #tryton-commit to put there the CIA bot. It will be a readonly channel. I propose this because sometimes the channel #tryton is flooded by commit messages and make conversation difficult. The channel is already

[tryton-dev] Refactor import_data (issue194047)

2010-01-25 Thread Cédric Krier
/test_tryton.py -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email: cedric.kr...@b2ck.com Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ twitter: http://twitter.com/cedrickrier identi.ca: http://identi.ca/cedrickrier pgp3dscuTxqgK.pgp Description

[tryton-dev] Raise exception when search function is missing on function field (issue194058)

2010-01-25 Thread Cédric Krier
, args, context=context) -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email: cedric.kr...@b2ck.com Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ twitter: http://twitter.com/cedrickrier identi.ca: http://identi.ca

[tryton-dev] Add MySQL backend to Tryton (issue201067)

2010-02-05 Thread Cédric Krier
A trytond/backend/mysql/init.sql A trytond/backend/mysql/table.py M trytond/ir/action.py M trytond/model/modelsql.py -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgpulAHsmCjk5.pgp

[tryton-dev] New Ideas wiki page

2010-02-07 Thread Cédric Krier
Hi, I created a new wiki page http://code.google.com/p/tryton/wiki/Ideas to collect ideas about development. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgpp2WKvpmue9.pgp Description

[tryton-dev] Fix coding guidelines with pylint (issue206063)

2010-02-10 Thread Cédric Krier
/security.py M trytond/server.py M trytond/session.py M trytond/tools/convert.py M trytond/tools/datetime_strftime.py M trytond/tools/misc.py M trytond/wizard/wizard.py -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com

[tryton-dev] Better search GUI

2010-02-11 Thread Cédric Krier
), ('payable', '', 1000)] And idem for dates For boolean: search: Active: false domain: [('active', '=', False)] Of course to be very ergonomic, the text entry will need autocompletion on field names, validation of dates and numbers etc. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège

[tryton-dev] Validate record before switching view for issue1409 (issue207080)

2010-02-12 Thread Cédric Krier
(): +self.current_view.set_cursor() +self.current_view.display() +return for i in xrange(len(self.views) + len(self.view_to_load)): if len(self.view_to_load): self.load_view_to_load() -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472

Re: [tryton-dev] Better search GUI

2010-02-12 Thread Cédric Krier
places (many2one, many2many etc). -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgpfCnjAVz2NJ.pgp Description: PGP signature

Re: [tryton-dev] Add MySQL backend to Tryton (issue201067)

2010-02-19 Thread Cédric Krier
On 05/02/10 19:46 +0100, Cédric Krier wrote: Please review this at http://codereview.appspot.com/201067/show The patch is ready. But I did not find a solution for locking tables with MySQL. So do you think we should push the patch in trytond? Maybe with a warning? -- Cédric Krier B2CK SPRL

Re: [tryton-dev] GSOC 2010

2010-02-19 Thread Cédric Krier
On 03/02/10 13:32 +0100, Cédric Krier wrote: Hi, There will be a GSOC 2010 [1]. I think we could try again to apply as organization like last year. I created a gsoc2010 [2] wiki page like the previous one. Google told me that it was a good way. First, we need to know who will be available

Re: [tryton-dev] GSOC 2010

2010-02-19 Thread Cédric Krier
here... I don't think it should take too much time to mentor students. Only some codereviews and helps. And I think if Tryton is selected, we should work all togethers in an open way to mentor students like that if someone become too busy someone can replace him. -- Cédric Krier B2CK SPRL Rue de

[tryton-dev] Add support for datetime in pyson encoder (issue217073)

2010-02-22 Thread Cédric Krier
+).pyson() +else: +return Date(obj.year, obj.month, obj.day).pyson() return super(PYSONEncoder, self).default(obj) -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr

Re: [tryton-dev] Add MySQL backend to Tryton (issue201067)

2010-02-22 Thread Cédric Krier
On 19/02/10 23:33 +0100, Cédric Krier wrote: On 05/02/10 19:46 +0100, Cédric Krier wrote: Please review this at http://codereview.appspot.com/201067/show The patch is ready. But I did not find a solution for locking tables with MySQL. So do you think we should push the patch in trytond

Re: [tryton-dev] unittest in tryton

2010-02-22 Thread Cédric Krier
django in this area[2]. It already exists see Daily unit tests on http://www.tryton.org/community.html and tests directory in repositories. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com

[tryton-dev] Use pycountry to generate currency data (issue217099)

2010-02-23 Thread Cédric Krier
Please review this at http://codereview.appspot.com/217099/show Affected files: M CHANGELOG M currency.xml A scripts/currencies.py -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com

Re: [tryton-dev] Add MySQL backend to Tryton (issue201067)

2010-02-25 Thread Cédric Krier
I would appreciate such hints in an extra section 'Backends' in README. I have uploaded a readme section. Thanks to review it then I could push the patch in the main branch. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr

[tryton-dev] Replace lxml by ElementTree (issue223053)

2010-02-25 Thread Cédric Krier
trytond/ir/ui/view.py M trytond/model/modelview.py M trytond/res/user.py M trytond/server.py M trytond/tests/test_tryton.py A trytond/tools/ElementPath.py PS: if it is accepted, I will work on a same patch for relatorio. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel

[tryton-dev] update README for SQLite (issue223064)

2010-02-26 Thread Cédric Krier
+ +* SQLite can not alter column definition nor create foreign key. + +* SQL constraints are validate by Tryton instead of database. + Support --- -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http

[tryton-dev] Split tests and use SQLite memory database (issue224071)

2010-02-26 Thread Cédric Krier
A trytond/tests/test_fields.py A trytond/tests/test_importdata.py A trytond/tests/test_modelsingleton.py A trytond/tests/test_mptt.py A trytond/tests/test_pyson.py A trytond/tests/test_tools.py M trytond/tests/test_tryton.py R trytond/tests/tests.py M trytond/tools/misc.py -- Cédric

Re: [tryton-dev] Add fingerprints check to Tryton client (issue223066)

2010-03-01 Thread Cédric Krier
On 26/02/10 17:55 +0100, Cédric Krier wrote: Hi, This is a proposal to implement fingerprints check. It requires some userfriendly stuff like a clean popup windows that explain why the connection can not be established. Please review this at http://codereview.appspot.com/223066/show

Re: [tryton-dev] Add fingerprints check to Tryton client (issue223066)

2010-03-01 Thread Cédric Krier
On 01/03/10 21:05 +0100, Hartmut Goebel wrote: Am 01.03.2010 18:27, schrieb Cédric Krier: He says that he can implement the same functionnality with one line of code. So here we are waiting for your one line? Everything you want to achieve with you fingerprint file is already build

Re: [tryton-dev] Add fingerprints check to Tryton client (issue223066)

2010-03-01 Thread Cédric Krier
And example of the same implementation: http://trac.gajim.org/ticket/2499 -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgp2lMOwqaU28.pgp Description: PGP signature

Re: [tryton-dev] Re: Better search GUI

2010-03-01 Thread Cédric Krier
. Because if you can use a domain builder with AND and OR operator, you will understand a simple syntax with parenthis and logical operator. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com

Re: [tryton-dev] Re: Add fingerprints check to Tryton client (issue223066)

2010-03-02 Thread Cédric Krier
the patch. Otherwise you will see that nothing is asked to the user. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgpLnzaUQhK6J.pgp Description: PGP signature

Re: [tryton-dev] Add fingerprints check to Tryton client (issue223066)

2010-03-02 Thread Cédric Krier
On 01/03/10 18:27 +0100, Cédric Krier wrote: On 26/02/10 17:55 +0100, Cédric Krier wrote: Hi, This is a proposal to implement fingerprints check. It requires some userfriendly stuff like a clean popup windows that explain why the connection can not be established. Please review

Re: [tryton-dev] Replace lxml by ElementTree (issue223053)

2010-03-02 Thread Cédric Krier
On 02/03/10 11:17 +0100, Cédric Krier wrote: On 02/03/10 11:15 +0100, Cédric Krier wrote: On 02/03/10 11:13 +0100, Chenal Bertrand wrote: Le 02/03/10 11:04, Cédric Krier a écrit : On 02/03/10 10:51 +0100, Chenal Bertrand wrote: What about usage performance in Tryton, is there a big

Re: [tryton-dev] Add fingerprints check to Tryton client (issue223066)

2010-03-02 Thread Cédric Krier
On 02/03/10 16:32 +0100, Cédric Krier wrote: My conclusion is that both solution can be implemented together. We just need to add validation with CA if a specific file exists. I have uploaded an update of the patch that adds ca_certs validation. -- Cédric Krier B2CK SPRL Rue de Rotterdam

Re: [tryton-dev] Split tests and use SQLite memory database (issue224071)

2010-03-03 Thread Cédric Krier
On 02/03/10 10:29 +0100, Cédric Krier wrote: On 28/02/10 12:03 -0800, Ian Wilson wrote: I don't think I really understand how to run or create unit tests in tryton. I have seen different configuration files for testing versus production versus development in another project though

[tryton-dev] New definition of Function/Property fields (issue231041)

2010-03-04 Thread Cédric Krier
/property.py M trytond/model/modelsql.py M trytond/model/modelstorage.py M trytond/res/ir.py M trytond/res/request.py M trytond/res/user.py -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http

Re: [tryton-dev] Release modules in series 1.4

2010-03-06 Thread Cédric Krier
updated to latest tryton 1.4 modules and latest 1.4 client version. You must set the Dashboard action as Home Action on the user. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com

Re: [tryton-dev] Release modules in series 1.4

2010-03-06 Thread Cédric Krier
On 06/03/10 10:24 +0100, Carlos Perelló Marín wrote: El 06/03/10 09:56, Cédric Krier escribió: On 06/03/10 09:51 +0100, Carlos Perelló Marín wrote: Hi, How are we supposed to display the dashboard? I found the configuration UI at the user preferences dialog, I added an action

Re: [tryton-dev] Release modules in series 1.4

2010-03-06 Thread Cédric Krier
On 06/03/10 11:17 +0100, Carlos Perelló Marín wrote: El 06/03/10 10:26, Cédric Krier escribió: On 06/03/10 10:24 +0100, Carlos Perelló Marín wrote: El 06/03/10 09:56, Cédric Krier escribió: On 06/03/10 09:51 +0100, Carlos Perelló Marín wrote: Hi, How are we

Re: [tryton-dev] Deficits in the current implementation of pysocket SSL.

2010-03-06 Thread Cédric Krier
or ca-cert file when installing the Tryton client. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgpK2d45lxY6g.pgp Description: PGP signature

[tryton-dev] Add test_suite in setup.py, configure logging inside TrytonServer and remove DBTestCase (issue248043)

2010-03-06 Thread Cédric Krier
trytond/tests/test_tryton.py -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgpJDZrKoJdVL.pgp Description: PGP signature

[tryton-dev] Call set_default instead of set for wizard values (issue252042)

2010-03-07 Thread Cédric Krier
@@ self.dia.set_title(self.screen.current_view.title) self.dia.show() self.screen.new(default=False) -self.screen.current_record.set(val) +self.screen.current_record.set_default(val) self.screen.current_view.set_cursor() def run(self, datas=None): -- Cédric

[tryton-dev] Add decimal digits validation on fields (issue275044)

2010-03-08 Thread Cédric Krier
trytond/tests/test_fields.py [1] https://lists.launchpad.net/openerp-expert-accounting/msg00070.html -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgpHhHlfkiSjP.pgp Description: PGP

Re: [tryton-dev] Add decimal digits validation on fields (issue275044)

2010-03-08 Thread Cédric Krier
On 08/03/10 16:50 +0100, Cédric Krier wrote: Following my explication on [1], this will help to detect missing rounding. Please review this at http://codereview.appspot.com/275044/show We need to hardly test this one because it can show rounding bugs. Thanks, -- Cédric Krier B2CK SPRL

Re: [tryton-dev] Add decimal digits validation on fields (issue275044)

2010-03-09 Thread Cédric Krier
On 08/03/10 23:31 +0100, Cédric Krier wrote: On 08/03/10 16:50 +0100, Cédric Krier wrote: Following my explication on [1], this will help to detect missing rounding. Please review this at http://codereview.appspot.com/275044/show We need to hardly test this one because it can show

[tryton-dev] Fix digits values, use a _constraints to check rate and factor (issue325042)

2010-03-09 Thread Cédric Krier
Here is a patch to fix digits issue in product uom due to new validation of digits. Please review this at http://codereview.appspot.com/325042/show Affected files: M uom.py M uom.xml -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber

Re: [tryton-dev] Fix digits values, use a _constraints to check rate and factor (issue325042)

2010-03-09 Thread Cédric Krier
On 09/03/10 18:41 +0100, Cédric Krier wrote: On 09/03/10 13:35 +0100, Cédric Krier wrote: Here is a patch to fix digits issue in product uom due to new validation of digits. Please review this at http://codereview.appspot.com/325042/show I'm facing an issue. The float8

[tryton-dev] Remove MySQL support of constraint (has it skips it silently) and use double instead of float (issue400042)

2010-03-10 Thread Cédric Krier
Please review this at http://codereview.appspot.com/400042/show Affected files: M README M trytond/backend/mysql/database.py M trytond/backend/mysql/fields.py M trytond/backend/mysql/table.py -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email

Re: [tryton-dev] Release modules in series 1.4

2010-03-11 Thread Cédric Krier
On 06/03/10 11:25 +0100, Cédric Krier wrote: We could add a dashboard entry in the menu? Done with http://hg.tryton.org/modules/dashboard/rev/8cd2c09895dc -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website

[tryton-dev] Handle color background of one2many and many2many for issue1355 (issue444044)

2010-03-12 Thread Cédric Krier
Please review this at http://codereview.appspot.com/444044/show Affected files: M tryton/gui/window/view_form/view/form_gtk/interface.py M tryton/gui/window/view_form/view/form_gtk/many2many.py M tryton/gui/window/view_form/view/form_gtk/one2many.py -- Cédric Krier B2CK SPRL Rue de

[tryton-dev] Writing unittest

2010-03-14 Thread Cédric Krier
://code.google.com/p/tryton/wiki/WritingUnittest -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgpKkMmKNGelU.pgp Description: PGP signature

[tryton-dev] Use lazy load in Import/Export windows (issue548041)

2010-03-14 Thread Cédric Krier
Please review this at http://codereview.appspot.com/548041/show Affected files: M CHANGELOG M tryton/gui/window/form.py M tryton/gui/window/tree.py M tryton/gui/window/win_export.py M tryton/gui/window/win_import.py -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium

[tryton-dev] Fix error message on wrong SQL query when Interger or Float are required (issue542043)

2010-03-15 Thread Cédric Krier
, 'required_field', -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgp6b8qnPQwhv.pgp Description: PGP signature

[tryton-dev] Improve search on translate fields for issue1442 (issue565041)

2010-03-15 Thread Cédric Krier
M trytond/model/fields/one2many.py M trytond/model/fields/reference.py M trytond/model/modelsql.py M trytond/model/modelstorage.py M trytond/test/test.py M trytond/tests/test_fields.py M trytond/tools/convert.py -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel

Re: [tryton-dev] Writing unittest

2010-03-15 Thread Cédric Krier
, we write principaly unittest instead of simply make manual tests. [1] http://code.google.com/p/tryton/wiki/WritingUnittest There are one module that already have the directory test/ ? Almost all but most of it with minimal tests. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000

[tryton-dev] Search if a function exists in inherits parents when missing in model (issue612041)

2010-03-17 Thread Cédric Krier
, **kwargs) +return func +raise + def _inherits_reload(self): Reconstruct _inherit_fields -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http

Re: [tryton-dev] XML-RPC authentication

2010-03-17 Thread Cédric Krier
which provides a session approach. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgpl7xrVL5aUl.pgp Description: PGP signature

Re: [tryton-dev] Fw: Thank you for your application

2010-03-18 Thread Cédric Krier
On 18/03/10 20:05 +0100, Carlos Perelló Marín wrote: It would be nice if you are able to know the reasons we were discarded, I think last year input was quite nice to prepare this year edition, wasn't it?. I have not yet any information. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000

Re: [tryton-dev] Best way to handle VAT change

2010-03-19 Thread Cédric Krier
think the right way will be to register rate with from/to date. But I'm thinking about changing the tax design in Tryton. I will make a post later on this. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http

[tryton-dev] Improve attachment (issue638045)

2010-03-20 Thread Cédric Krier
Please review this at http://codereview.appspot.com/638045/show Affected files: M trytond/ir/attachment.py M trytond/ir/attachment.xml M trytond/webdav/webdav.py -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com

Re: [tryton-dev] Please review: Backport of e3b590f84110 (Use lazy load in Import/Export windows) to 1.4

2010-03-21 Thread Cédric Krier
-- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgpN6MHPCNPBd.pgp Description: PGP signature

[tryton-dev] Tax Improvements

2010-03-21 Thread Cédric Krier
a blueprint later. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgp7sAwjl2RUL.pgp Description: PGP signature

Re: [tryton-dev] Tax Improvements

2010-03-21 Thread Cédric Krier
didn't misunderstand your proposal, I will have to look into the tax system more, I had to monkey-patch it to get it to allow my weird setup in the past but maybe it has improved. I suppose you did it for the sale location so I think with this change it will be more flexible. -- Cédric Krier

[tryton-dev] Roadmap to Active Record pattern

2010-03-22 Thread Cédric Krier
-class-creation [4] http://en.wikipedia.org/wiki/Monkey_patch [5] http://www.sqlalchemy.org/ -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgp5X0giKbMJ4.pgp Description: PGP signature

Re: [tryton-dev] Roadmap to Active Record pattern

2010-03-22 Thread Cédric Krier
self.parent_name + / + self.name This is not possible but we should try a way to improve the current implementation. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgp8ViFqIrftR.pgp

Re: [tryton-dev] New website engine

2010-03-22 Thread Cédric Krier
On 18/03/10 15:41 +0100, Cédric Krier wrote: Hi, We think that we should change the current website engine because it depends on Makefile, it has a custom txt2tags script and the translation process is not clean. I find this one http://ringce.com/hyde It makes static website (we want

Re: [tryton-dev] Refactoring of Function fields (continue)

2010-03-23 Thread Cédric Krier
On 20/03/10 18:09 +0100, Cédric Krier wrote: Hi, As we already changed most part of the Function fields, I think we should also improve the search part. Currently, the search function must have this signature: def search_xxx(self, cursor, user, name, args, context=None) where

Re: [tryton-dev] account_co

2010-03-23 Thread Cédric Krier
repository, could be cool, if no, there is in intuxication for any one who like it. I will review it. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgpIZRev4hXcG.pgp Description: PGP

Re: [tryton-dev] web cliente in Qooxdoo

2010-03-23 Thread Cédric Krier
On 23/03/10 16:49 +0100, Cédric Krier wrote: On 23/03/10 10:46 -0500, Juan Fernando Jaramillo Botero wrote: Hello all. We just begin to write a web client for tryton in qooxdoo, and we hope that we will use Json-rpc to connect to the server, but we think that we need to build

Re: [tryton-dev] web cliente in Qooxdoo

2010-03-24 Thread Cédric Krier
On 23/03/10 16:58 +0100, Cédric Krier wrote: For your information, I have a 3000 SLOC web client written in GWT that connect to the server using json-rpc. The development structure is the same then the GTK client so for now it can: - popup login windows with database list - open

Re: [tryton-dev] Documentation for analytic_account

2010-03-25 Thread Cédric Krier
is in the module. You can ask questions here (or on tryton mailing list if it is more about the usage) and help us to improve the documentation. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com

Re: [tryton-dev] account_co

2010-03-26 Thread Cédric Krier
repository, could be cool, if no, there is in intuxication for any one who like it. Is it normal that there is no taxes? -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgpGfKZZettQa.pgp

Re: [tryton-dev] Fw: Thank you for your application

2010-03-27 Thread Cédric Krier
On 18/03/10 20:18 +0100, Cédric Krier wrote: On 18/03/10 20:05 +0100, Carlos Perelló Marín wrote: It would be nice if you are able to know the reasons we were discarded, I think last year input was quite nice to prepare this year edition, wasn't it?. I have not yet any information

Re: [tryton-dev] account_co

2010-03-27 Thread Cédric Krier
, if Cedrick like to put as one of the module in the tryton repository, could be cool, if no, there is in intuxication for any one who like it. Is it normal that there is no taxes? -- Cédric Krier Hi, in colombia exist Regimen simplificado (personal business

Re: [tryton-dev] Module sale_opportunity (issue779041)

2010-03-31 Thread Cédric Krier
On 26/03/10 18:19 +0100, Cédric Krier wrote: Please review this at http://codereview.appspot.com/779041/show Like yangoon suggested, someone could want to manage only opportunities without the sale and accounting stuffs. So I will split the module into two parts: opportunity: almost

[tryton-dev] Bring some attention on issue1422

2010-04-02 Thread Cédric Krier
? [1] http://bugs.tryton.org/roundup/issue1422 -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgpz1w3Ri9DAa.pgp Description: PGP signature

Re: [tryton-dev] Bring some attention on issue1422

2010-04-02 Thread Cédric Krier
On 02/04/10 13:20 +0200, Chenal Bertrand wrote: Le 02/04/10 11:10, Cédric Krier a écrit : Hi, I would like to bring some attention on the issue1422[1]. I think we should try to fix this before release 1.6.0. There is a possible solution that will work only for PostgreSQL

Re: [tryton-dev] Bring some attention on issue1422

2010-04-02 Thread Cédric Krier
On 02/04/10 13:43 +0200, Chenal Bertrand wrote: Le 02/04/10 13:27, Cédric Krier a écrit : On 02/04/10 13:20 +0200, Chenal Bertrand wrote: Le 02/04/10 11:10, Cédric Krier a écrit : Hi, I would like to bring some attention on the issue1422[1]. I think we should try

Re: [tryton-dev] Deferral on periods

2010-04-02 Thread Cédric Krier
On 01/04/10 11:29 +0200, Cédric Krier wrote: Hi, I'm following this discussion on https://lists.launchpad.net/openerp-expert-accounting/msg00198.html Do you think we should extend the current deferral behavior of Tryton which is based only on fiscal year to work also on period? In fact

[tryton-dev] Postpone release 1.6

2010-04-11 Thread Cédric Krier
I propose to postpone the release of one week to be able to review the documentation update. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgpWBvGJ36Fk1.pgp Description: PGP signature

[tryton-dev] For translator

2010-04-18 Thread Cédric Krier
When fixing issue 1526, new strings to translate has been introduced. http://hg.tryton.org/modules/stock/rev/ef8940fbd2ef Could the translators update the translation of this module before release? Thanks, -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59

[tryton-dev] Round cost price before writing for issue1523 (issue941041)

2010-04-20 Thread Cédric Krier
( +Decimal(str(10.0**-digits[1]))) + ctx = context.copy() ctx['user'] = user product_obj.write( -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com

  1   2   3   4   5   6   7   8   9   10   >