Re: [tryton-dev] How to get Logged in User Id

2014-05-07 Thread Cédric Krier
on this mailing and follow the netiquette, see http://groups.tryton.org/netiquette -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgp9atom0haex.pgp Description: PGP signature

Re: [tryton-dev] Record.expr_eval

2014-05-07 Thread Cédric Krier
the states on the cell but then the problem is invalidation of this cache (as usual). [1] http://www.pygtk.org/pygtk2reference/class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-cell-data-func [2] https://bugs.tryton.org/issue1318 -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com

Re: [tryton-dev] RFC: Account Payment Clearing

2014-05-06 Thread Cédric Krier
On 02 May 14:26, Cédric Krier wrote: Hi, I'm starting to develop a module that will extend the account_payment module. The WIP review is there: http://codereview.tryton.org/12281002 -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http

Re: [tryton-dev] production_route module

2014-05-03 Thread Cédric Krier
On 03 May 12:47, Albert Cervera i Areny wrote: 2014-05-02 23:58 GMT+02:00 Cédric Krier cedric.kr...@b2ck.com: On 02 May 23:20, Albert Cervera i Areny wrote: 2014-05-02 20:14 GMT+02:00 Cédric Krier cedric.kr...@b2ck.com: On 02 May 19:16, Albert Cervera i Areny wrote: 2014-05-02 15:08 GMT

Re: [tryton-dev] production_route module

2014-05-03 Thread Cédric Krier
On 03 May 18:31, Albert Cervera i Areny wrote: 2014-05-02 23:58 GMT+02:00 Cédric Krier cedric.kr...@b2ck.com: On 02 May 23:20, Albert Cervera i Areny wrote: 2014-05-02 20:14 GMT+02:00 Cédric Krier cedric.kr...@b2ck.com: On 02 May 19:16, Albert Cervera i Areny wrote: 2014-05-02 15:08 GMT

Re: [tryton-dev] RFC: Pattern Matching Mixin

2014-05-02 Thread Cédric Krier
On 01 May 19:27, Guillem Barba Domingo wrote: 2014-04-28 9:04 GMT+02:00 Cédric Krier cedric.kr...@b2ck.com: On 28 Apr 08:53, Guillem Barba Domingo wrote: 2014-04-25 12:55 GMT+02:00 Cédric Krier cedric.kr...@b2ck.com: Hi, I created the issue3867 that implements a Mixin

[tryton-dev] RFC: Account Payment Clearing

2014-05-02 Thread Cédric Krier
to the amount of the statement. - If the clearing account is set to reconcile, the lines will be reconciled. I plan to name the module account_payment_clearing following the description of https://en.wikipedia.org/wiki/Clearing_%28finance%29 -- Cédric Krier - B2CK SPRL Email/Jabber

Re: [tryton-dev] production_route module

2014-05-02 Thread Cédric Krier
On 02 May 23:20, Albert Cervera i Areny wrote: 2014-05-02 20:14 GMT+02:00 Cédric Krier cedric.kr...@b2ck.com: On 02 May 19:16, Albert Cervera i Areny wrote: 2014-05-02 15:08 GMT+02:00 Cédric Krier cedric.kr...@b2ck.com: On 15 Mar 19:04, Albert Cervera i Areny wrote: For more information

Re: [tryton-dev] RFC: Pattern Matching Mixin

2014-04-28 Thread Cédric Krier
On 28 Apr 08:53, Guillem Barba Domingo wrote: 2014-04-25 12:55 GMT+02:00 Cédric Krier cedric.kr...@b2ck.com: Hi, I created the issue3867 that implements a Mixin for a pattern we use in some places in Tryton (and to use it for supplier prices). So comments are welcome (especially

Re: [tryton-dev] Python library dependencies in tryton.cfg

2014-04-28 Thread Cédric Krier
it to generate it's own dependencies, like it does with modules. The gain is that these info is more accessible if you don't install modules as packages. For example, it will be very useful to generate a requirements.txt for all module dependencies. what do you think? Useless. -- Cédric

Re: [tryton-dev] Python library dependencies in tryton.cfg

2014-04-28 Thread Cédric Krier
On 28 Apr 13:32, Raimon Esteve wrote: 2014-04-28 9:45 GMT+02:00 Cédric Krier cedric.kr...@b2ck.com: On 28 Apr 09:19, Guillem Barba Domingo wrote: Hi, I think it would be useful to have Python library dependencies info in tryton.cfg I'm thinking in cases like stdnum in party module

Re: [tryton-dev] How to get Logged in User Id

2014-04-26 Thread Cédric Krier
On 25 Apr 17:09, appu rongala wrote: Hi Devs, I Need to get Logged User id in Tryton. http://doc.tryton.org/3.2/trytond/doc/ref/transaction.html?highlight=transaction#trytond.transaction.Transaction.user -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59

[tryton-dev] RFC: Pattern Matching Mixin

2014-04-25 Thread Cédric Krier
Hi, I created the issue3867 that implements a Mixin for a pattern we use in some places in Tryton (and to use it for supplier prices). So comments are welcome (especially on wording). https://bugs.tryton.org/issue3867 -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472

Re: [tryton-dev] Migration to named branch

2014-04-16 Thread Cédric Krier
On 03 Mar 23:05, Cédric Krier wrote: On 02 Mar 22:05, Cédric Krier wrote: On 02 Mar 16:45, Cédric Krier wrote: Hi, I will start to merge all the repositories to use named branch. Normally, commit in default branch should still work but I would prefer to not have them during

[tryton-dev] Preparation of the news for coming release

2014-04-14 Thread Cédric Krier
Hi, I started to work on the news for the coming release: http://codereview.tryton.org/5101002 -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpjDHf4uFtUD.pgp Description: PGP signature

Re: [tryton-dev] Automated client functional testing

2014-04-09 Thread Cédric Krier
. Thank you for the info, I see that automatic gui testing would not provide in tryton all the benefits that I expected. There is one room where I see some testing will be good, it is to test all the tryton/gui/window/form/model/* stuffs but it will required to connect to a server etc. -- Cédric

Re: [tryton-dev] Bugtracker access right

2014-04-06 Thread Cédric Krier
On 06 Apr 01:39, Mathias Behrle wrote: * Cédric Krier: Re: [tryton-dev] Bugtracker access right (Sun, 6 Apr 2014 01:15:12 +0200): On 06 Apr 00:54, Mathias Behrle wrote: * Cédric Krier: [tryton-dev] Bugtracker access right (Sat, 5 Apr 2014 23:52:40 +0200): Hi

Re: [tryton-dev] Bugtracker access right

2014-04-06 Thread Cédric Krier
On 06 Apr 10:02, Cédric Krier wrote: On 06 Apr 01:39, Mathias Behrle wrote: * Cédric Krier: Re: [tryton-dev] Bugtracker access right (Sun, 6 Apr 2014 01:15:12 +0200): On 06 Apr 00:54, Mathias Behrle wrote: * Cédric Krier: [tryton-dev] Bugtracker access right (Sat, 5 Apr 2014

Re: [tryton-dev] Bugtracker access right

2014-04-06 Thread Cédric Krier
On 06 Apr 12:51, Mathias Behrle wrote: * Cédric Krier: Re: [tryton-dev] Bugtracker access right (Sun, 6 Apr 2014 11:52:46 +0200): On 06 Apr 10:02, Cédric Krier wrote: On 06 Apr 01:39, Mathias Behrle wrote: * Cédric Krier: Re: [tryton-dev] Bugtracker access right (Sun, 6 Apr 2014

Re: [tryton-dev] Duplicate translations

2014-04-06 Thread Cédric Krier
On 04 Apr 18:48, Cédric Krier wrote: On 04 Apr 18:36, Cédric Krier wrote: Dear translators, I just discover that the changeset [1] generates duplicate translations for the error message defined in translation.xml. You have to manually delete the old one from your database and po file

[tryton-dev] Bugtracker access right

2014-04-05 Thread Cédric Krier
write a patch that only allows Admin users to remove: http://codereview.tryton.org/4931002/ The patch is already temporary applied on the instance for testing purpose. In case if someone really wants with a valid reason to remove a message then he could ask to one of the Admin. -- Cédric Krier

Re: [tryton-dev] Bugtracker access right

2014-04-05 Thread Cédric Krier
On 06 Apr 00:54, Mathias Behrle wrote: * Cédric Krier: [tryton-dev] Bugtracker access right (Sat, 5 Apr 2014 23:52:40 +0200): Hi, For now, every user had the right to remove any msg or file from the bugtracker. I find it very annoying as we already got (spam)bot that does

[tryton-dev] Duplicate translations

2014-04-04 Thread Cédric Krier
error message. Be careful to keep the new error message. [1] http://hg.tryton.org/trytond/rev/dbbbe6cae2bb Regards, -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpf7p0wZvDfC.pgp Description: PGP signature

Re: [tryton-dev] Duplicate translations

2014-04-04 Thread Cédric Krier
On 04 Apr 18:36, Cédric Krier wrote: Dear translators, I just discover that the changeset [1] generates duplicate translations for the error message defined in translation.xml. You have to manually delete the old one from your database and po file. If you don't this can generate a traceback

Re: [tryton-dev] Product categories - unsorted and double entries

2014-03-25 Thread Cédric Krier
On 25 Mar 12:01, Guillem Barba Domingo wrote: El 24/03/2014 18:50, Cédric Krier cedric.kr...@b2ck.com va escriure: On 24 Mar 18:36, Guillem Barba Domingo wrote: El 24/03/2014 14:51, Cédric Krier cedric.kr...@b2ck.com va escriure: On 24 Mar 08:51, Guillem Barba Domingo wrote

Re: [tryton-dev] Product categories - unsorted and double entries

2014-03-24 Thread Cédric Krier
. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpZrzbjvn6qr.pgp Description: PGP signature

Re: [tryton-dev] Product categories - unsorted and double entries

2014-03-24 Thread Cédric Krier
On 24 Mar 18:36, Guillem Barba Domingo wrote: El 24/03/2014 14:51, Cédric Krier cedric.kr...@b2ck.com va escriure: On 24 Mar 08:51, Guillem Barba Domingo wrote: You can achieve what you want with a UNIQUE sql_constraint and with _order property of model. UNIQUE constraints should

Re: [tryton-dev] attaching files when the record is not created

2014-03-22 Thread Cédric Krier
within the form view of the record prior to creation. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpopKN9ihMtw.pgp Description: PGP signature

Re: [tryton-dev] Freeze of repositories

2014-03-20 Thread Cédric Krier
On 19 Mar 18:44, andrey.sho...@gmail.com wrote: Will 3.2 release be Python 3 compatible? No http://hg.tryton.org/trytond/file/e0fa0ce19d7a/setup.py#l67 -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpnaWmhSz2nJ.pgp

Re: [tryton-dev] Freeze of repositories

2014-03-20 Thread Cédric Krier
On 19 Mar 21:39, oscar wrote: Is possible that this codereview enter in 3.2? http://codereview.tryton.org/4141002/ Sorry but no, it is too late and there are still concerns about the design. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http

Re: [tryton-dev] How to show images in odt files

2014-03-19 Thread Cédric Krier
On 19 Mar 08:53, Jean C wrote: 2014-03-18 21:10 GMT+01:00 Cédric Krier cedric.kr...@b2ck.com: I saw following example code * image: (StringIO(str(person.face_pic)), 'image/jpeg')* in odt template.But i got following trace *TemplateSyntaxError: invalid syntax in expression image

Re: [tryton-dev] override a formview

2014-03-19 Thread Cédric Krier
On 18 Mar 18:19, Cédric Krier wrote: On 18 Mar 09:53, mrocke...@googlemail.com wrote: i created a new modul rockel_company for test. The following script should override the company form. record model=ir.ui.view id=company.company_view_form field name

Re: [tryton-dev] Get default datetime value for now in Tryton

2014-03-19 Thread Cédric Krier
which is always now in any timezone. Tryton switched for 3.2 to good practice which is to always work/store/manipulate UTC. So adding a Date.now() that return now with an other timezone will just create bad practice. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46

[tryton-dev] Freeze of repositories

2014-03-19 Thread Cédric Krier
if the coverage of tests increase from release to release, we still need manual testing especially for the client. So please test your workflow on the coming version and don't forget to test also the migration. [1] https://code.google.com/p/tryton/wiki/HowtoTranslate Thanks, -- Cédric Krier - B2CK

Re: [tryton-dev] override a formview

2014-03-18 Thread Cédric Krier
name manually it works In OpenERP it works. What did I miss? I'm glade it doesn't work because it is wrong and bad practice (not suprise it works on OE). You can not change the value set by XML in an other module, it generates conflicts. You must create a *new* view. -- Cédric Krier - B2CK

Re: [tryton-dev] Can We show a List of Dictionaries In Tree View

2014-03-18 Thread Cédric Krier
be based on a table query. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpRUxRvQWCo0.pgp Description: PGP signature

Re: [tryton-dev] How to show images in odt files

2014-03-18 Thread Cédric Krier
following trace *TemplateSyntaxError: invalid syntax in expression image:(StringIO(str(person.face_pic)), 'image/jpeg') of replace directive (, line 1) (/tmp/trytond_urxxig.odt, line 1)* could anybody please help me? Normally, you should get a full traceback. -- Cédric Krier - B2CK SPRL

Re: [tryton-dev] override a formview

2014-03-14 Thread Cédric Krier
On 14 Mar 03:26, mrocke...@googlemail.com wrote: It's possible to override a komplete formview ? Better to create a new view. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpeDvWEmNvAV.pgp Description: PGP signature

Re: [tryton-dev] One2Many Function field with target not from ModelSQL

2014-03-14 Thread Cédric Krier
values for the target model in order to get the new instances created. It makes no senses to have the getter method of Function field creating instances. On 14 Mar 11:39, Jean C wrote: Did you try returning a list of dictionaries ? It only works for default values. -- Cédric Krier - B2CK SPRL

Re: [tryton-dev] One2Many Function field with target not from ModelSQL

2014-03-14 Thread Cédric Krier
On 14 Mar 12:14, Jean C wrote: 2014-03-14 11:58 GMT+01:00 Cédric Krier cedric.kr...@b2ck.com: It makes no senses to have the getter method of Function field creating instances. Well I think Sergi's use case is valid. He does not create instances, he just wants to display computed

Re: [tryton-dev] One2Many Function field with target not from ModelSQL

2014-03-14 Thread Cédric Krier
On 14 Mar 12:42, Sergi Almacellas Abellana wrote: El 14/03/14 12:37, Cédric Krier ha escrit: On 14 Mar 12:14, Jean C wrote: 2014-03-14 11:58 GMT+01:00 Cédric Kriercedric.kr...@b2ck.com: It makes no senses to have the getter method of Function field creating instances. Well I think

Re: [tryton-dev] override a formview

2014-03-14 Thread Cédric Krier
On 14 Mar 04:33, mrocke...@googlemail.com wrote: Hi cedric, is there somewhere an example ? Any view definition. PS: Please don't top-post on this mailing list, see http://groups.tryton.org/netiquette -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59

Re: [tryton-dev] One2Many Function field with target not from ModelSQL

2014-03-14 Thread Cédric Krier
On 14 Mar 18:45, Sergi Almacellas Abellana wrote: El 14/03/14 12:57, Cédric Krier ha escrit: On 14 Mar 12:42, Sergi Almacellas Abellana wrote: El 14/03/14 12:37, Cédric Krier ha escrit: On 14 Mar 12:14, Jean C wrote: 2014-03-14 11:58 GMT+01:00 Cédric Kriercedric.kr...@b2ck.com

Re: [tryton-dev] One2Many Function field with target not from ModelSQL

2014-03-14 Thread Cédric Krier
On 14 Mar 18:50, Cédric Krier wrote: On 14 Mar 18:45, Sergi Almacellas Abellana wrote: Just filled an issue [1] ;) If you want but it is against the all logical of Tryton. Maybe, there is a need for a new kind of field? -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel

Re: [tryton-dev] One2Many Function field with target not from ModelSQL

2014-03-14 Thread Cédric Krier
On 14 Mar 22:11, Sergi Almacellas Abellana wrote: On 14 de març de 2014 20:43:17 CET, Cédric Krier cedric.kr...@b2ck.com wrote: On 14 Mar 18:50, Cédric Krier wrote: On 14 Mar 18:45, Sergi Almacellas Abellana wrote: Just filled an issue [1] ;) If you want but it is against the all

Re: [tryton-dev] Default values for a function field One2Many

2014-03-12 Thread Cédric Krier
of this field, but seems that de default_field() method on a function field is not called. Is it correct? I'm missing something? default method should be called even for Function field. But at which moment are you expecting the call? -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32

Re: [tryton-dev] Default values for a function field One2Many

2014-03-12 Thread Cédric Krier
On 12 Mar 13:31, Jesús Martín Jiménez wrote: 2014-03-12 13:05 GMT+01:00 Cédric Krier cedric.kr...@b2ck.com: On 12 Mar 03:53, Jesús Martín Jiménez wrote: Hi, I would like to add a One2Many field in a model without modifying the target model, so I'm trying to make this field

Re: [tryton-dev] Possibility of giving assert type of products for rent

2014-03-09 Thread Cédric Krier
implementation in tryton. This is not the right mailing for such question, try tryton@. tryton-dev@ is for developpers that develops Tryton. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpkVpMl7rRU3.pgp Description: PGP

Re: [tryton-dev] Side effect of named branch

2014-03-09 Thread Cédric Krier
On 08 Mar 12:14, Sergi Almacellas Abellana wrote: Completly agree! On 09 Mar 17:44, Nicolas Évrard wrote: I agree also, I just had the case today for the first time in months/years. So it is done: http://hg.tryton.org/tryton-tools/rev/c6cc92a3935a -- Cédric Krier - B2CK SPRL Email/Jabber

Re: [tryton-dev] Side effect of named branch

2014-03-08 Thread Cédric Krier
On 08 Mar 02:21, Mathias Behrle wrote: * Cédric Krier: [tryton-dev] Side effect of named branch (Sat, 8 Mar 2014 01:22:33 +0100): Hi, I just strated «grafting» changeset to series and I discover a side effect of the named branch. The hgroundup hook updates the old issue

Re: [tryton-dev] Side effect of named branch

2014-03-08 Thread Cédric Krier
On 08 Mar 01:22, Cédric Krier wrote: Hi, I just strated «grafting» changeset to series and I discover a side effect of the named branch. The hgroundup hook updates the old issue with branch backport information [1] which is great but it also makes roundup to set the status to chatting. I

[tryton-dev] Side effect of named branch

2014-03-07 Thread Cédric Krier
on each commit. What do you think? [1] https://bugs.tryton.org/issue3688 -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpNdBEe6Sjyg.pgp Description: PGP signature

Re: [tryton-dev] Refreshing user menu after pressing a button

2014-03-06 Thread Cédric Krier
On 06 Mar 18:12, Sergi Almacellas Abellana wrote: It's possible to refresh the user menu after executing a button, like it's done in the modules upgrade wizard? No it is a custom behavior implemented in the client. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472

Re: [tryton-dev] Migration to named branch

2014-03-05 Thread Cédric Krier
On 05 Mar 17:45, Guillem Barba Domingo wrote: 2014-03-03 23:05 GMT+01:00 Cédric Krier cedric.kr...@b2ck.com: Migration is done. I put an URL redirect for old hg.tryton.org path like [0-9]+\.[0-9]+(.*) - $1 It seems to work except for URL wihtout trailing / (don't find the right

Re: [tryton-dev] Migration to named branch

2014-03-05 Thread Cédric Krier
On 05 Mar 23:26, Albert Cervera i Areny wrote: Don't seem to find the commit referred in this issue: https://bugs.tryton.org/issue3445 Clicking on the link just works for me and this works: # hg log -r ed7e2d9b0e40 and finaly the code is in my local clone. -- Cédric Krier - B2CK SPRL Email

Re: [tryton-dev] Migration to named branch

2014-03-05 Thread Cédric Krier
On 05 Mar 23:52, Albert Cervera i Areny wrote: 2014-03-05 23:42 GMT+01:00 Cédric Krier cedric.kr...@b2ck.com: On 05 Mar 23:26, Albert Cervera i Areny wrote: Don't seem to find the commit referred in this issue: https://bugs.tryton.org/issue3445 Clicking on the link just works for me

Re: [tryton-dev] trytond: Improve setup.py to allow dev publication

2014-03-05 Thread Cédric Krier
On 01 Mar 20:45, Cédric Krier wrote: I plan to serve it on http://trydevpi.tryton.org/ The website is up and working. For example if you want to install the latest (unreleased version) of the series 3.0: # pip install --pre --find-links http://trydevpi.tryton.org/3.0 tryton trytond

Re: [tryton-dev] Migration to named branch

2014-03-04 Thread Cédric Krier
for the server [2]. Did I miss something ? Yes, there is a difference between the date and the id. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgp_leQs3UCl2.pgp Description: PGP signature

Re: [tryton-dev] purchase: Use the most used currency by party on the 100 last records (issue221003)

2014-03-03 Thread Cédric Krier
On 03 Mar 00:21, Albert Cervera i Areny wrote: El dimarts 24 de gener de 2012 15:51:52 UTC+1, Cédric Krier va escriure: On 10/01/12 12:20 +, cedric...@b2ck.com javascript: wrote: Reviewers: , Please review this at http://codereview.tryton.org/221003/ Affected

Re: [tryton-dev] Migration to named branch

2014-03-03 Thread Cédric Krier
On 02 Mar 22:05, Cédric Krier wrote: On 02 Mar 16:45, Cédric Krier wrote: Hi, I will start to merge all the repositories to use named branch. Normally, commit in default branch should still work but I would prefer to not have them during the process. But commit in released series must

[tryton-dev] Migration to named branch

2014-03-02 Thread Cédric Krier
. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpBQ9xCVSVRp.pgp Description: PGP signature

Re: [tryton-dev] Migration to named branch

2014-03-02 Thread Cédric Krier
On 02 Mar 16:45, Cédric Krier wrote: Hi, I will start to merge all the repositories to use named branch. Normally, commit in default branch should still work but I would prefer to not have them during the process. But commit in released series must be avoid until the end of the migration

Re: [tryton-dev] trytond: Improve setup.py to allow dev publication

2014-03-01 Thread Cédric Krier
On 19 Jan 19:10, Cédric Krier wrote: So finally, I found a quite simple way to deal with this. It is to not publish on PyPI (prevent bad behavior with old version of pip) but to provide a web page on tryton.org which will contains the development version links for all Tryton packages. So

Re: [tryton-dev] How to modify the order of loading modules in the boot sequence of the server

2014-02-27 Thread Cédric Krier
it without modifying its dependences? No. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpLaTVBuViYk.pgp Description: PGP signature

Re: [tryton-dev] Codereview notification

2014-02-27 Thread Cédric Krier
On 27 Feb 19:34, Sergi Almacellas Abellana wrote: El 23/02/14 19:06, Cédric Krier ha escrit: On 22 Feb 20:39, Sergi Almacellas Abellana wrote: El 21/02/14 15:16, Cédric Krier ha escrit: On 20 Feb 11:38, Cédric Krier wrote: Hi, I find the notification on this mailing list becoming

Re: [tryton-dev] Re-work of account_payment_sepa

2014-02-26 Thread Cédric Krier
On 24 Feb 19:06, Cédric Krier wrote: Hi, I have uploaded a re-worked version of the module [1] because it seems that some banks (who said thieves?) take fees based on the number of payment information, so grouping the payment into many transaction lower the cost. I tried to make a flexible

Re: [tryton-dev] Selection function field with method to get selection dinamically

2014-02-26 Thread Cédric Krier
the selection values of the selection field related to the instance, not with the model (class) itself. Is it possible? http://doc.tryton.org/3.0/trytond/doc/ref/models/fields.html?highlight=selection#trytond.model.fields.Selection.selection_change_with -- Cédric Krier - B2CK SPRL Email/Jabber

[tryton-dev] Re-work of account_payment_sepa

2014-02-24 Thread Cédric Krier
). By default, it groups the payable by date and the receivable by date and sequence type. It will be great if those who tested the previous version, will test it again with this version. [1] http://codereview.tryton.org/1881002/ Thanks, -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com

Re: [tryton-dev] Codereview notification

2014-02-23 Thread Cédric Krier
On 22 Feb 20:39, Sergi Almacellas Abellana wrote: El 21/02/14 15:16, Cédric Krier ha escrit: On 20 Feb 11:38, Cédric Krier wrote: Hi, I find the notification on this mailing list becoming annoying between the error reviews, the useless one etc. Also sometimes it is confusing because

Re: [tryton-dev] Codereview notification

2014-02-21 Thread Cédric Krier
On 20 Feb 11:38, Cédric Krier wrote: Hi, I find the notification on this mailing list becoming annoying between the error reviews, the useless one etc. Also sometimes it is confusing because discussions start here instead of the review or the bug tracker. I suggest to stop this notification

[tryton-dev] Codereview notification

2014-02-20 Thread Cédric Krier
the bug tracker to get reviewers. Otherwise for those who still wants to follow, it is still possible to use the rss feed at http://codereview.tryton.org/rss/all -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpOheCBeIYnV.pgp

Re: [tryton-dev] Codereview notification

2014-02-20 Thread Cédric Krier
On 20 Feb 19:16, Sergi Almacellas Abellana wrote: El 20/02/14 11:38, Cédric Krier ha escrit: I find the notification on this mailing list becoming annoying between the error reviews, the useless one etc. Also sometimes it is confusing because discussions start here instead of the review

Re: [tryton-dev] New kinds of shipments

2014-02-19 Thread Cédric Krier
of an external shipment (maybe internal shipment could be extended). Once you have the real operation sale or purchase, you just have to pick products from the right location (could be configured on the party). -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http

Re: [tryton-dev] Scenario fail on MySQL

2014-02-19 Thread Cédric Krier
On 19 Feb 12:11, Mathias Behrle wrote: * Cédric Krier: Re: [tryton-dev] Scenario fail on MySQL (Wed, 19 Feb 2014 00:50:21 +0100): On 06 Feb 01:00, Cédric Krier wrote: Hi, With the recent drop of Python 2.6, I re-wrote the scenario to get better error message like this [1

Re: [tryton-dev] Copy records from one model to another model

2014-02-18 Thread Cédric Krier
/trytond/doc/ref/models/fields.html?highlight=one2many#trytond.model.fields.One2Many -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgp2fjoZQvvcj.pgp Description: PGP signature

Re: [tryton-dev] Scenario fail on MySQL

2014-02-18 Thread Cédric Krier
On 06 Feb 01:00, Cédric Krier wrote: Hi, With the recent drop of Python 2.6, I re-wrote the scenario to get better error message like this [1]. It allowed to find some misbehavior between PostgreSQL and SQLite. The problem is that MySQL again doesn't play well [2] because we have to put

Re: [tryton-dev] Payment Lines hide in account_invoice

2014-02-13 Thread Cédric Krier
detailed (more explicit). No because when the invoice is paid nothing said that it is paid by those lines. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgp3qVfKdN8WJ.pgp Description: PGP signature

Re: [tryton-dev] Hide values on tree view.

2014-02-06 Thread Cédric Krier
by reference or party, show the record related to the filter. You can set a search_value on the ir.action.act_window that will match nothing. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgp6KqhJRCEJQ.pgp Description: PGP

[tryton-dev] Scenario fail on MySQL

2014-02-05 Thread Cédric Krier
] http://hg.tryton.org/modules/account/rev/3f5a5a854341#l4.1 [2] http://tests.tryton.org/~test/mysql.html [3] http://hg.tryton.org/trytond/file/631515bc8c82/trytond/model/fields/numeric.py#l31 [4] http://docs.python.org/2/library/decimal.html#decimal.Decimal.normalize -- Cédric Krier - B2CK SPRL

Re: [tryton-dev] Python3

2014-02-03 Thread Cédric Krier
On 02 Feb 06:12, Axel Braun wrote: is there already a plan to migrate Tryton to python3? https://bugs.tryton.org/issue3211 -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpqkIE0jDILf.pgp Description: PGP signature

Re: [tryton-dev] Supplier Credit Note

2014-01-31 Thread Cédric Krier
if you are using the wizard to create it, you must any way check if the credit note generated is the same as the one received. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpvs12h47znS.pgp Description: PGP signature

[tryton-dev] Resurect of account/sale credit limit

2014-01-28 Thread Cédric Krier
Hi, I resurrected the old reviews of credit limit: http://codereview.tryton.org/191005/ http://codereview.tryton.org/193002/ They are updated to trunk and I added a check on dunning level (if dunning is installed). -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel

Re: [tryton-dev] Not able to set value to the selection type of field

2014-01-26 Thread Cédric Krier
value? Yes, probably you are not given the right internal value for the selection. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpxdmm16vjcb.pgp Description: PGP signature

Re: [tryton-dev] Not able to set value to the selection type of field

2014-01-26 Thread Cédric Krier
on this mailing list, see http://groups.tryton.org/netiquette -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpAkcM2bDg2Q.pgp Description: PGP signature

Re: [tryton-dev] Add history to taxes

2014-01-25 Thread Cédric Krier
On 25 Jan 14:08, Mathias Behrle wrote: * Mathias Behrle: Re: [tryton-dev] Add history to taxes (Sun, 19 Jan 2014 12:34:37 +0100): * Cédric Krier: [tryton-dev] Add history to taxes (Sat, 18 Jan 2014 16:18:39 +0100): What does it mean? How does it work? What is it trying to solve

Re: [tryton-dev] Add history to taxes

2014-01-25 Thread Cédric Krier
solution exists. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpHSlxe4R3xj.pgp Description: PGP signature

Re: [tryton-dev] Add history to taxes

2014-01-25 Thread Cédric Krier
On 25 Jan 22:32, Albert Cervera i Areny wrote: 2014-01-25 Cédric Krier cedric.kr...@b2ck.com: On 25 Jan 21:59, Albert Cervera i Areny wrote: In other cases, though, it is a set of products that are changed from Reduced VAT to Standard VAT even if the percentages of those types do

Re: [tryton-dev] How to reload tree view after run a wizard

2014-01-24 Thread Cédric Krier
view (refresh rows) Current is refreshed for more there is the on_write: http://doc.tryton.org/3.0/trytond/doc/topics/views/index.html?highlight=on_write#form Not just tree view sometimes would be good that the view form too. Done by default. -- Cédric Krier - B2CK SPRL Email/Jabber

Re: [tryton-dev] Tax included in price for sale and invoice.

2014-01-20 Thread Cédric Krier
of the dev version here: https://gitorious.org/ate_modules/trytond-sale_b2bc : branch dev_3.0 I doubt such module could be included. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpaHXcd6YKKj.pgp Description: PGP signature

Re: [tryton-dev] Tax included in price for sale and invoice.

2014-01-20 Thread Cédric Krier
-contrib is the right mailing list. Here is about Tryton development so everything is looked in the perspective of being included. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpGHc9qi6dEG.pgp Description: PGP signature

Re: [tryton-dev] trytond: Improve setup.py to allow dev publication

2014-01-19 Thread Cédric Krier
On 22 Dec 17:10, Cédric Krier wrote: On 22 Dec 15:24, Code Review - New issues: ced wrote: issue3436 issue1891 URL: http://codereview.tryton.org/2441002/ This is a WIP to allow to install dev version via PyPI. I will have to test it on PyPI by publishing this 2 dev packages. I made

Re: [tryton-dev] account_payment_sepa

2014-01-18 Thread Cédric Krier
must be owned by the company. Unfortunatly the client is not able via the domain inversion to force the value of the Many2Many in this case, so the creation from the journal is a little bit more complicated. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59

[tryton-dev] Add history to taxes

2014-01-18 Thread Cédric Krier
On 18 Jan 14:32, Mathias Behrle wrote: * Cédric Krier: [issue3600] Add history to taxes (Fri, 17 Jan 2014 21:58:45 +0100): New submission from Cédric Krier cedric.kr...@b2ck.com: We need a way to evolve taxes overtime but just changing the tax is not enough because we need

Re: [tryton-dev] stock_package: New module

2014-01-17 Thread Cédric Krier
option, to avoid this crappy code. If you assign package directly from moves, you can follow your assigment on time without get lost. I don't understand. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpVDx7zl2366.pgp

Re: [tryton-dev] Command options for test script

2014-01-17 Thread Cédric Krier
On 17 Jan 14:10, Sergi Almacellas Abellana wrote: El 14/01/14 19:07, Cédric Krier ha escrit: On 14 Jan 16:02, Guillem Barba Domingo wrote: Hi dudes, Cedk has improved the run-tests script [1] allowing to execute the tests for only a set of modules [2]. We think it would be interesting

Re: [tryton-dev] Command options for test script

2014-01-17 Thread Cédric Krier
On 17 Jan 15:24, Sergi Almacellas Abellana wrote: El 17/01/14 15:11, Cédric Krier ha escrit: On 17 Jan 14:10, Sergi Almacellas Abellana wrote: El 14/01/14 19:07, Cédric Krier ha escrit: On 14 Jan 16:02, Guillem Barba Domingo wrote: My proposal: Usage: run-tests.py [options] [test

Re: [tryton-dev] Command options for test script

2014-01-17 Thread Cédric Krier
On 17 Jan 15:54, Sergi Almacellas Abellana wrote: El 17/01/14 15:33, Cédric Krier ha escrit: On 17 Jan 15:24, Sergi Almacellas Abellana wrote: El 17/01/14 15:11, Cédric Krier ha escrit: On 17 Jan 14:10, Sergi Almacellas Abellana wrote: El 14/01/14 19:07, Cédric Krier ha escrit: On 14 Jan

Re: [tryton-dev] Command options for test script

2014-01-17 Thread Cédric Krier
On 17 Jan 16:05, Sergi Almacellas Abellana wrote: El 17/01/14 16:02, Cédric Krier ha escrit: On 17 Jan 15:54, Sergi Almacellas Abellana wrote: El 17/01/14 15:33, Cédric Krier ha escrit: On 17 Jan 15:24, Sergi Almacellas Abellana wrote: El 17/01/14 15:11, Cédric Krier ha escrit: On 17 Jan

Re: [tryton-dev] Re: Problem with account_payment_sepa molule

2014-01-17 Thread Cédric Krier
in PgAdmin. I don't understand. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgp_lPPgYQCBh.pgp Description: PGP signature

Re: [tryton-dev] Command options for test script

2014-01-17 Thread Cédric Krier
On 17 Jan 16:25, Nicolas Évrard wrote: * Cédric Krier [2014-01-17 16:20 +0100]: On 17 Jan 16:05, Sergi Almacellas Abellana wrote: I want to run all test for the stock module. So what option may I use? run-test.py -m --doctest=scenario_stock.rst run-test.py -m stock Same for all

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