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

2010-03-25 Thread Cédric Krier
netrpc connection as it is a stateful connection. -- 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/ pgp9luSd6D9w1.pgp Description: PGP signature

Re: [tryton-dev] Documentation for analytic_account

2010-03-25 Thread Cédric Krier
han what 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:

[tryton-dev] Module sale_opportunity (issue779041)

2010-03-26 Thread Cédric Krier
/__init__.py A tests/test_sale_opportunity.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/ pgpNGizMTJ0tu.pgp Description: PGP signature

Re: [tryton-dev] account_co

2010-03-26 Thread Cédric Krier
> 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 B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: h

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

Re: [tryton-dev] account_co

2010-03-27 Thread Cédric Krier
> > > account, is for the version 1.4, 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? >

[tryton-dev] Don't stop wizard execution when exception occurs for issue1393 (issue799043)

2010-03-30 Thread Cédric Krier
for data in new_data: if new_data[data] is None: del new_data[data] -- 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/ pgpvDruWzRvnz.pgp Description: PGP signature

[tryton-dev] Store server/port in CONFIG when connection works for issue1301 (issue857042)

2010-03-30 Thread Cédric Krier
;] = host +CONFIG['login.port'] = port +return res def db_create(self, widget): dia = DBCreate() -- 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/ pgpTltdxXUpJ0.pgp Description: PGP signature

[tryton-dev] Allow search_rec_name of ir.lang to search on code for issue1388 (issue863041)

2010-03-30 Thread Cédric Krier
translation_obj = self.pool.get('ir.translation') if context is None: -- 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/ pgppUXmfZFwiX.pgp Description: PGP signature

Re: [tryton-dev] Tryton in comparison to ERP5

2010-03-31 Thread Cédric Krier
Tryton, this concept is not so exposed then in ERP5. We don't try to make the system as much customizable throught the interface. We think that it is simplier to have just custom modules that inject the needed code to rule your business. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Li

Re: [tryton-dev] Tryton in comparison to ERP5

2010-03-31 Thread Cédric Krier
On 31/03/10 11:21 +0200, Cédric Krier wrote: > On 31/03/10 00:49 -0700, Daniel Austria wrote: > > The tryton system appears very promising to me. Since I am experienced > > with django and python, I can easily read the code. My question is: Do > > you ever heard about the er

Re: [tryton-dev] Don't stop wizard execution when exception occurs for issue1393 (issue799043)

2010-03-31 Thread Cédric Krier
On 30/03/10 13:38 +0200, Cédric Krier wrote: > Please review this at http://codereview.appspot.com/799043/show > > Affected files: > M tryton/wizard/main.py To apply this patch, I really need to have the maximum people testing it because it fixes a core feature of the client an

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: almo

[tryton-dev] Test empty vat_number if vat_country is set for issue1468 (issue850043)

2010-04-01 Thread Cédric Krier
): vat_number = party.vat_number -if not (vat_number and party.vat_country): +if not party.vat_country: continue if not getattr(vatnumber, 'check_vat_' + \ -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 47

[tryton-dev] Deferral on periods

2010-04-01 Thread Cédric Krier
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? -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000

[tryton-dev] Fw: Remove unused code (issue834044)

2010-04-01 Thread Cédric Krier
Please review this at http://codereview.appspot.com/834044/show Affected files: M trytond/ir/module/module.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/ pgpqqql2Mrejo.pgp

[tryton-dev] Notification of new issues

2010-04-01 Thread Cédric Krier
Hi, I setup a new detectors on roundup that send an email to a list of addresses when a new issue is created. If someone wants to be in this list, tell me. -- 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] Bring some attention on issue1422

2010-04-02 Thread Cédric Krier
;, 0)); Is there anybody who has better solution? [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] Notification of new issues

2010-04-02 Thread Cédric Krier
On 01/04/10 20:58 +0200, Cédric Krier wrote: > Hi, > > I setup a new detectors on roundup that send an email to a list of addresses > when a new issue is created. > If someone wants to be in this list, tell me. > As there is some people interrested and I think it will bring to

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 t

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, > >>> > >>&

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 y

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

2010-04-02 Thread Cédric Krier
UNIQUE("name", "parent_") We could add a constraint to ensure that both values are always sync: CHECK(COASLESCE("parent", -1) = "parent_") The "parent_" field will be filled by the override of create and write functions. I know

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

2010-04-02 Thread Cédric Krier
On 02/04/10 16:00 +0200, Cédric Krier wrote: > On 02/04/10 13:56 +0200, Mathias Behrle wrote: > > * Betr.: " [tryton-dev] Bring some attention on issue1422" (Fri, 2 Apr 2010 > > 11:10:06 +0200): > > > > > There is a possible solution that will work only

Re: [tryton-dev] Notification of new issues

2010-04-03 Thread Cédric Krier
On 02/04/10 23:29 +0200, Mathias Behrle wrote: > * Betr.: " Re: [tryton-dev] Notification of new issues" (Fri, 2 Apr 2010 > 13:15:58 +0200): > > > On 01/04/10 20:58 +0200, Cédric Krier wrote: > > > Hi, > > > > > > I setup a new

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

2010-04-03 Thread Cédric Krier
n be used in general for all DBMS in Tryton, > I > think the overhead and hackish appearence caused by it is compensated by its > overall benefit. > Yes it will work for any DBMS that handle UNIQUE constraint (PostgreSQL, MySQL and SQLite). -- 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/ pgpxRFB7UpEa1.pgp Description: PGP signature

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

2010-04-03 Thread Cédric Krier
On 31/03/10 23:15 +0200, Cédric Krier wrote: > 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 accountin

[tryton-dev] Trigger Integration

2010-04-03 Thread Cédric Krier
Hi, I have updated the trigger integration blueprint http://code.google.com/p/tryton/wiki/TriggerIntegration Please review -- 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] Module sale_opportunity (issue779041)

2010-04-06 Thread Cédric Krier
On 06/04/10 12:56 +0200, Mathias Behrle wrote: > * Betr.: " Re: [tryton-dev] Module sale_opportunity (issue779041)" (Sat, 3 Apr > 2010 16:08:14 +0200): > > > On 31/03/10 23:15 +0200, Cédric Krier wrote: > > > On 26/03/10 18:19 +0100, Cédric Krier wrote:

[tryton-dev] First snapshot of trytond documentation refactoring (issue907042)

2010-04-10 Thread Cédric Krier
/modelview.rst A doc/topics/models/modelworkflow.rst A doc/topics/modules/index.rst A doc/topics/reports/index.rst A doc/topics/views/index.rst R doc/unittest.rst R doc/views.rst R doc/wizards.rst R doc/workflows.rst -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège

[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] Modify screen window in WinForm for issue1519 (issue913045)

2010-04-18 Thread Cédric Krier
ype=self.prev_view.view_type) self.screen.signal_unconnect(self) +self.screen.window = self.prev_window self.win.destroy() self.parent.present() -- 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 Webs

[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
duct_template_obj.cost_price.digits +new_cost_price = new_cost_price.quantize( +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

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

2010-04-20 Thread Cédric Krier
ate_obj.cost_price.digits +return cost_price.quantize( +Decimal(str(10.0**-digits[1]))) else: return product.cost_price -- 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/ pgp2TRRFi3GTt.pgp Description: PGP signature

[tryton-dev] search for attributes also on fields in view list (issue950042)

2010-04-21 Thread Cédric Krier
i = treeview.append_column(col) if 'sum' in node_attrs and fields[fname].attrs['type'] \ in ('integer', 'biginteger', 'float', 'numeric', -- 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/ pgpaOg5trXEp8.pgp Description: PGP signature

Re: [tryton-dev] CALDAV and MS Outlook

2010-04-22 Thread Cédric Krier
On 22/04/10 14:03 +0100, Sharoon Thomas wrote: > Hi All, > > Has anybody got the Calendars to work two way with Micro$oft Outlook? > > Help needed for a customer who uses windows and pressed about outlook! > There was Zideone but it seems to be dead. -- Cédric Krier

Re: [tryton-dev] CALDAV and MS Outlook

2010-04-22 Thread Cédric Krier
On 22/04/10 15:18 +0200, Cédric Krier wrote: > On 22/04/10 14:03 +0100, Sharoon Thomas wrote: > > Hi All, > > > > Has anybody got the Calendars to work two way with Micro$oft Outlook? > > > > Help needed for a customer who uses windows and pressed about outlook

Re: [tryton-dev] Developer Quiz for tryton

2010-04-24 Thread Cédric Krier
mework as a whole or > just for parts? Commit access into all Modules or for one Module? Commit > access for everything in every part of Tryton? Please clarify. I don't think it will be linked to push access. But of course devs who will succeed the quiz will have easier to have their patches ac

Re: [tryton-dev] Linked Lists

2010-04-26 Thread Cédric Krier
lection, you must use Many2One. You can find an example here: http://hg.tryton.org/hgwebdir.cgi/modules/sale/file/7e29ed4c8cf3/sale.py#l55 -- 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.c

Re: [tryton-dev] Analytic Account

2010-04-26 Thread Cédric Krier
make real join on the fly (not like OpenERP :-) [('move_line.account', '=', )] -- 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/ pgpRrTPsV3J6h.pgp Description: PGP signature

Re: [tryton-dev] web cliente in Qooxdoo

2010-04-27 Thread Cédric Krier
ave the server and web client on same > box and them communicating using RPC is meaning less? This is not what I want, I want a real web client written for today technology and that will scale. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Ja

[tryton-dev] Update display on model group changed for issue1531 (issue943048)

2010-04-28 Thread Cédric Krier
ancel(self): pass -- 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/ pgpPdhQZabWf4.pgp Description: PGP signature

Re: [tryton-dev] CALDAV and MS Outlook

2010-05-02 Thread Cédric Krier
On 22/04/10 14:59 +0100, Sharoon Thomas wrote: > THanks CedK, > > Will refer to the client. > > On Thu, Apr 22, 2010 at 2:54 PM, Cédric Krier wrote: > > > On 22/04/10 15:18 +0200, Cédric Krier wrote: > > > On 22/04/10 14:03 +0100, Sharoon Thomas wrote: &g

[tryton-dev] Fix jsonrpc strip of "sao/" for issue1555 (issue1070041)

2010-05-03 Thread Cédric Krier
me = database_name[4:] method_list = method.split('.') object_type = method_list[0] object_name = '.'.join(method_list[1:-1]) -- 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] Fw: Fix datetime combine when value is False for issue1560 (issue1154041)

2010-05-07 Thread Cédric Krier
, +datetime.time()) \ +or False, }, context=context) break -- 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] Re: [tryton] Tryton at europython 2010

2010-05-12 Thread Cédric Krier
Please don't crosspost between tryton and tryton-dev. -- 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/ pgp152WGgwP7n.pgp Description: PGP signature

Re: [tryton-dev] Tryton at europython 2010

2010-05-13 Thread Cédric Krier
t) I suggest you to use code snipped to illustrate the talk (with some jokes :-). -- 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/ pgpHVZyG03Ty2.pgp Description: PGP signature

Re: [tryton-dev] Tryton at europython 2010

2010-05-13 Thread Cédric Krier
On 13/05/10 09:32 +0200, Cédric Krier wrote: > On 12/05/10 21:20 +0100, Sharoon Thomas wrote: > > Hello All, > > > > I have been informed by the organisers of Europython 2010 that a talk I had > > submitted representing Tryton has been accepted. > > > > I

Re: [tryton-dev] Tryton at europython 2010

2010-05-13 Thread Cédric Krier
"shows". -- 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/ pgpFSGjJBQjwO.pgp Description: PGP signature

Re: [tryton-dev] Tryton at europython 2010

2010-05-13 Thread Cédric Krier
- Wizard - CalDAV -- 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/ pgppIRhe9IjFj.pgp Description: PGP signature

Re: [tryton-dev] Tryton at europython 2010

2010-05-13 Thread Cédric Krier
o entry on default calendar of the user who is assigned to the ticket and show it in Sunbird. -- 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/ pgpr8aJebG6Vo.pgp Description: PGP signature

Re: [tryton-dev] Tryton at europython 2010

2010-05-13 Thread Cédric Krier
On 13/05/10 13:22 +0200, Cédric Krier wrote: > On 13/05/10 11:51 +0100, Sharoon Thomas wrote: > > Th submission info as given by europython: > > So you submit a tutorial. > > For the module, I can suggest you to write a minimal ticket system. > Tickets will have a simp

Re: [tryton-dev] Tryton at europython 2010

2010-05-13 Thread Cédric Krier
ns are Python independant which allow to expose CRUD function to other programing languages. ensure some behavior for business application like: transaction, Decimal > * Why not using QT/wx-widgets for the client? Except that I prefer GTK, I have no argument. -- 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/ pgpsaG71VnFfE.pgp Description: PGP signature

Re: [tryton-dev] Tryton at europython 2010

2010-05-13 Thread Cédric Krier
hard to follow, so the differences are hard to maintain (see my initial page). - We must show that we are not linked to OpenERP. - There is some much stuffs that we will almost list every things. - There will be critism that we don't include pro OpenERP arguments. -- Cédric Krier B2CK SPRL

Re: [tryton-dev] combined view

2010-05-13 Thread Cédric Krier
maybe its already possible, if not see it as a proposal. > It should be possible to change the client to allow it. But I'm not sure it is a good GUI because I think it is better to have a minimal quantity of information in one view and also to use the same paradigm in the all application

Re: [tryton-dev] combined view

2010-05-14 Thread Cédric Krier
On 14/05/10 11:42 +0200, Tobias Paepke wrote: > Am 13.05.10 18:14, schrieb Cédric Krier: > > On 13/05/10 17:50 +0200, Tobias Paepke wrote: > > > >> Hi, > >> > >> i was looking into the possibility to have a combined view consisting of > >>

[tryton-dev] Review Trigger Integration

2010-05-14 Thread Cédric Krier
Hi, I will start to work on trigger this W-E. Could you review the blueprint [1] before I start coding? Thanks. [1] http://code.google.com/p/tryton/wiki/TriggerIntegration -- 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] Review Trigger Integration

2010-05-14 Thread Cédric Krier
his field could be invisible when action_model is not the poweremail one. I find this more error-prone. -- 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/ pgp26iGPdSewp.pgp Description: PGP signature

Re: [tryton-dev] Review Trigger Integration

2010-05-14 Thread Cédric Krier
On 14/05/10 20:08 +0200, Cédric Krier wrote: > Hi, > > I will start to work on trigger this W-E. > Could you review the blueprint [1] before I start coding? > > Thanks. > > [1] http://code.google.com/p/tryton/wiki/TriggerIntegration > I think about having only one c

Re: [tryton-dev] Review Trigger Integration

2010-05-14 Thread Cédric Krier
tions, I think it will be solved by making the different actions in the function. -- 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/ pgpuwIwhW3p62.pgp Description: PGP signature

Re: [tryton-dev] Review Trigger Integration

2010-05-14 Thread Cédric Krier
On 14/05/10 21:38 +0200, Cédric Krier wrote: > On 14/05/10 20:08 +0200, Cédric Krier wrote: > > Hi, > > > > I will start to work on trigger this W-E. > > Could you review the blueprint [1] before I start coding? > > > > Thanks. > > > > [1] http

[tryton-dev] Implementation of triggers (issue1253042)

2010-05-17 Thread Cédric Krier
tond/model/modelsql.py M trytond/model/modelstorage.py M trytond/test/__init__.py A trytond/test/trigger.py A trytond/tests/test_trigger.py M 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..

[tryton-dev] Email queue

2010-05-17 Thread Cédric Krier
server by default because it will be shared for calendar_scheduling. [1] http://code.google.com/p/tryton/wiki/Ideas -- 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/ pgpy0nBpTUrW8.pgp

Re: [tryton-dev] Email queue

2010-05-18 Thread Cédric Krier
elop for the version you want. But I think we will include new module only for the last release. -- 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/ pgpxJb76hu3cj.pgp Description: PGP signature

Re: [tryton-dev] Proposal for a new PYSON statement: For

2010-05-21 Thread Cédric Krier
ld become > [("id", "in", For('id', Eval('shipments')))] Instead Eval should evaluate one2many like many2many with a list of ids. -- 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/ pgpuNiD2mlLy7.pgp Description: PGP signature

Re: [tryton-dev] Re: Proposal for a new PYSON statement: For

2010-05-21 Thread Cédric Krier
On 21/05/10 07:41 -0700, B.V. wrote: > > > On May 21, 4:02 pm, Cédric Krier wrote: > > > > > Instead Eval should evaluate one2many like many2many with a list of ids. > > > > I agree, because it was our first idea. But it implies to change how > the clie

Re: [tryton-dev] Implementation of triggers (issue1253042)

2010-05-21 Thread Cédric Krier
On 17/05/10 23:52 +0200, Cédric Krier wrote: > This is a first step, it still misses the 'on_time' code. > > Please review this at http://codereview.appspot.com/1253042/show > Updated with limit number and minimum delay. Now it only misses on_time check. -- Cédric K

[tryton-dev] Some issues when implementing triggers

2010-05-22 Thread Cédric Krier
o add this new user to each modules like we already do for admin user - let it by default with only the admin group and users that will create triggers should add it to the right groups -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Ja

Re: [tryton-dev] Implementation of triggers (issue1253042)

2010-05-22 Thread Cédric Krier
On 22/05/10 00:42 +0200, Cédric Krier wrote: > On 17/05/10 23:52 +0200, Cédric Krier wrote: > > This is a first step, it still misses the 'on_time' code. > > > > Please review this at http://codereview.appspot.com/1253042/show > > > > Updated with

[tryton-dev] Email integration talk

2010-05-22 Thread Cédric Krier
. Mailbox/email queue 3.a) What goes into core? 3.b) Scheduler/Cron 4. Templating 4.a) Mako + Django 4.b) Genshi? 5. Legacy Support? 6. IMAP4/SMTP - Twisted ? -- 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] Email integration talk

2010-05-22 Thread Cédric Krier
On 22/05/10 14:04 +0200, Cédric Krier wrote: > Hi, > > We are going to start a discussion with Sharoon on irc #tryton about the email > integration. > It will start at 14:10 CEST (today 2010-05-22). > Everybody is welcome. > > Here is the agenda: > > 1. Spl

[tryton-dev] New proteus library to access Tryton's models like a client (issue1205045)

2010-05-22 Thread Cédric Krier
ICENSE A MANIFEST.in A README A proteus/__init__.py A proteus/config.py A proteus/tests/__init__.py A proteus/tests/test_config.py A proteus/tests/test_model.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.c

Re: [tryton-dev] Some issues when implementing triggers

2010-05-23 Thread Cédric Krier
ities: > > > > - modify each module to add this new user to each modules like we > > already > > do for admin user > > - let it by default with only the admin group and users that will create > > triggers should add it to the right groups &g

Re: [tryton-dev] Re: Proposal for a new PYSON statement: For

2010-05-24 Thread Cédric Krier
- domain - relate actions And report your tests on http://bugs.tryton.org/roundup/issue1572 Thanks, -- 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/ pgp5LbRtsSdR6.pgp Description: PGP

Re: [tryton-dev] New proteus library to access Tryton's models like a client (issue1205045)

2010-05-24 Thread Cédric Krier
On 23/05/10 03:03 +0200, Cédric Krier wrote: > I started a new project of a library to access Tryton's models like a client. > It is still a proof of concept. > It is readonly for now and doesn't handle all the field types. > > Please review this at http://codereview

Re: [tryton-dev] Some issues when implementing triggers

2010-05-24 Thread Cédric Krier
parate user Cron Trigger > later when upgrading from 1.8 to 2.0. Since you considered anyway to extend > the > modules to have those access permissions (like admin has) there would be no > problem from this point of view. Postpone problem will not solve it. We profide migration from any previous release not only the previous one. -- 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/ pgpKwBBhyYnsw.pgp Description: PGP signature

Re: [tryton-dev] New proteus library to access Tryton's models like a client (issue1205045)

2010-05-24 Thread Cédric Krier
API ? I have no interest in this concept. > Makes Proteus a GUI testing framework (like dogtail) unnecessary ? (I guess > not) No. > For the moment it is hard to review proteus for me, I even can not say 'looks > good' > because I don't know the exactly targets o

Re: [tryton-dev] New proteus library to access Tryton's models like a client (issue1205045)

2010-05-24 Thread Cédric Krier
ing modules should be easy, > simple and efficient. Be carefull that there is no transaction management in proteus. Every call is commited like in the GTK 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 Webs

Re: [tryton-dev] New proteus library to access Tryton's models like a client (issue1205045)

2010-05-27 Thread Cédric Krier
ient scripts in an object oriented way. > So yes, sharoon was right, it is a great idea. > > Am Montag, den 24.05.2010, 20:19 +0200 schrieb Cédric Krier: > > On 24/05/10 19:46 +0200, Udo Spallek wrote: > > > On 2010/05/24 11:56:17, ced wrote: > [...] > > > Will prot

Re: [tryton-dev] Re: Proposal for a new PYSON statement: For

2010-05-28 Thread Cédric Krier
On 24/05/10 11:35 +0200, Cédric Krier wrote: > Here is the both patch proposal: > > trytond: http://codereview.appspot.com/1266043 > tryton: http://codereview.appspot.com/1274041 > > Please tested a lot because it can bring some other issues and this patches > will be back

Re: [tryton-dev] Implementation of triggers (issue1253042)

2010-05-28 Thread Cédric Krier
On 22/05/10 13:16 +0200, Cédric Krier wrote: > On 22/05/10 00:42 +0200, Cédric Krier wrote: > > On 17/05/10 23:52 +0200, Cédric Krier wrote: > > > This is a first step, it still misses the 'on_time' code. > > > > > > Please review this

Re: [tryton-dev] New proteus library to access Tryton's models like a client (issue1205045)

2010-05-29 Thread Cédric Krier
On 29/05/10 10:52 +0200, Udo Spallek wrote: > Hi, > Am Freitag, den 28.05.2010, 08:40 +0200 schrieb Cédric Krier: > > On 28/05/10 08:20 +0200, Udo Spallek wrote: > > > Am Montag, den 24.05.2010, 20:19 +0200 schrieb Cédric Krier: > > > > On 24/05/10 19:46 +0200, Udo

Re: [tryton-dev] Re: Proposal for a new PYSON statement: For

2010-05-29 Thread Cédric Krier
On 28/05/10 20:00 +0200, Cédric Krier wrote: > On 24/05/10 11:35 +0200, Cédric Krier wrote: > > Here is the both patch proposal: > > > > trytond: http://codereview.appspot.com/1266043 > > tryton: http://codereview.appspot.com/1274041 > > > > Please teste

Re: [tryton-dev] Re: Proposal for a new PYSON statement: For

2010-05-30 Thread Cédric Krier
On 30/05/10 09:18 +0100, Sharoon Thomas wrote: > Hi Cedk, > > We can test this next week for Tryton. Same with the triggers. > All of us are a bit occupied this week. > > We are adding this to our official backlog and will get back to you. > Ok, I will wait for your te

[tryton-dev] Allow to use extract epoch with MySQL (issue1451041)

2010-06-01 Thread Cédric Krier
7;, + nquote) buf += nquote + quote sql = buf[:-2] try: -- 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/ pgpNgGNcAWWLo.pgp Description: PGP signature

[tryton-dev] Use datetime in xmlrpc (issue1457041)

2010-06-01 Thread Cédric Krier
pend(value) +xmlrpclib.Unmarshaller.dispatch["dateTime.iso8601"] = _end_dateTime class GenericXMLRPCRequestHandler: -- 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/ pgpCVsfFZO2Zk.pgp Description: PGP signature

[tryton-dev] Make _timestamp numeric instead of datetime to work with xml-rpc and json-rpc (issue1568041)

2010-06-05 Thread Cédric Krier
able_query(context): -select_fields += ['(COALESCE("' + self._table + '".write_date,'\ -'"' + self._table + '".create_date)) ' \ - 'AS _timestamp'] +select_fields += ['C

[tryton-dev] Handle date in XML-RPC (issue1569041)

2010-06-06 Thread Cédric Krier
+value = xmlrpclib.DateTime() +value.decode(data) +value = xmlrpclib._datetime_type(data) +self.append(value) +xmlrpclib.Unmarshaller.dispatch["dateTime.iso8601"] = _end_dateTime class GenericXMLRPCRequestHandler: -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium T

[tryton-dev] Always check on delete restrict for issue1588 (issue1615044)

2010-06-11 Thread Cédric Krier
#x27;, -error_args=tuple(error_args), -context=context) for name, _, error in self._sql_constraints: if name in exception[0]: self.raise_user_error(cursor

Re: [tryton-dev] New proteus library to access Tryton's models like a client (issue1205045)

2010-06-12 Thread Cédric Krier
On 23/05/10 03:03 +0200, Cédric Krier wrote: > I started a new project of a library to access Tryton's models like a client. > It is still a proof of concept. > It is readonly for now and doesn't handle all the field types. > > Please review this at http://codereview

Re: [tryton-dev] Always check on delete restrict for issue1588 (issue1615044)

2010-06-15 Thread Cédric Krier
On 11/06/10 19:56 +0200, Cédric Krier wrote: > Please review this at http://codereview.appspot.com/1615044/show > I need your feedback 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

[tryton-dev] Add recursive check on account type for issue1590 (issue1691042)

2010-06-15 Thread Cédric Krier
aints += [ +('check_recursion', 'recursive_types'), +] +self._error_messages.update({ +'recursive_types': 'You can not create recursive types!', +}) self._order.insert(0, ('sequence', 'ASC')) de

[tryton-dev] Add a default address on party (issue1714042)

2010-06-17 Thread Cédric Krier
ult_get(cursor, user, fields_names, +context=context)] + def on_change_with_vat_code(self, cursor, user, vals, context=None): return (vals.get('vat_country') or '') + (vals.get('vat_number') or '') -- Cédric Krier B2CK SPRL Rue de

[tryton-dev] Set widget readonly if there is not field for issue1506 (issue1684044)

2010-06-17 Thread Cédric Krier
.attrs.get('readonly', True)) self.invisible_set(self.attrs.get('invisible', False)) return self._readonly_set(self.attrs.get('readonly', -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jab

Re: [tryton-dev] New website engine

2010-06-19 Thread Cédric Krier
On 22/03/10 23:14 +0100, Cédric Krier wrote: > 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 >

Re: [tryton-dev] New website engine

2010-06-20 Thread Cédric Krier
with other modules and added functionality. It would be the > right note to have the Tryton based web server serving tryton pages. Please > excuse if I am on the wrong note. > We don't need of a web application but only a static website. So no need to connect it to Tryton. -- Cédric Krier

Re: [tryton-dev] New website engine

2010-06-20 Thread Cédric Krier
> Please start a new thread to discus about html webserver 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/ pgpRrOqGvoqve.pgp Description: PGP signature

[tryton-dev] Development of Goals

2010-06-20 Thread Cédric Krier
Hi, It will be great that when someone starts working on implementing a goal [1], he send an email on tryton-dev to inform others. Like that there will be no duplicated effort. Thanks, [1] http://code.google.com/p/tryton/wiki/Release_1_8_0 -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000

[tryton-dev] Contextualisation of cursor, user and context

2010-06-22 Thread Cédric Krier
om trytond import transaction with transaction.set('user', 0): ... The 'user' will be restored at exit of the with statement. This will remove the support of Python 2.4. Is there any objection? [1] http://docs.python.org/library/threading.html#threading.local --

<    3   4   5   6   7   8   9   10   11   12   >