Re: [tryton-dev] Retrieving an issue I was working

2016-10-28 Thread Sergi Almacellas Abellana
is the review_id Hope it helps! -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton-dev/976ed6c5

Re: [tryton-dev] Postpone for one week release 4.2

2016-10-24 Thread Sergi Almacellas Abellana
. Is there no problem? I don't think it will be any problem, but we should take note that the next TUX code sprint should be two weeks before the feature freeze, to have time to review/fix all the issues. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received

Re: [tryton-dev] Re: How to call custom method in proteus

2016-10-19 Thread Sergi Almacellas Abellana
). But normally is not required to do such things, so I'm wondering what you are trying to achieve? Maybe rpc is not the right tool to solve the problem you have. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups

Re: [tryton-dev] Crypt super_pwd in password

2016-10-19 Thread Sergi Almacellas Abellana
El 19/10/16 a les 12:50, Markus Bala ha escrit: Hi, Did anyone know how to user super_pwd for windows? Does the python command posted in the doc [1] don't work for windows? [1] http://doc.tryton.org/3.8/trytond/doc/topics/configuration.html?highlight=super_pwd#super-pwd -- Sergi Almacellas

Re: [tryton-dev] How to run unittest

2016-10-18 Thread Sergi Almacellas Abellana
everything is solved, isn't it? The 2nd question is how to call method from proteus. --> This is not for Unit Test but for development. How to call the method from proteus usign RPC? Could you please start a new thread for this unrelated question? Thanks in advance. -- Sergi Almacellas Abell

Re: [tryton-dev] How to run unittest

2016-10-18 Thread Sergi Almacellas Abellana
a method I will write a unittest for it and don't test using proteus. IMHO Proteus should be used when testing full user interaction, on_change functions or full workflows. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are

Re: [tryton-dev] How to run unittest

2016-10-18 Thread Sergi Almacellas Abellana
can give a better advice if you explain more concretly what do you want to do we can give a better advice. Also, make sure to take a look at the standard module test to have an idea of what it's possible to do and come here with your doubts if any. Hope it helps! -- Sergi Almacellas Abellana

Re: [tryton-dev] How to run unittest

2016-10-17 Thread Sergi Almacellas Abellana
/tests/run-tests.py [2] http://pokoli.github.io/testing-in-tryton/#/ [3] https://www.youtube.com/watch?v=cGfz3MaNxec -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton-dev" grou

Re: [tryton-dev] Re: Testing new windows build

2016-09-21 Thread Sergi Almacellas Abellana
.1 trytond version which is the latest development version (not yet released). -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web visit https:/

Re: [tryton-dev] Re: WSGI application server for Tryton

2016-09-20 Thread Sergi Almacellas Abellana
? -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton-dev/561b97c0-2d84-f27d-d2d7-b7

Re: [tryton-dev] Re: WSGI application server for Tryton

2016-09-20 Thread Sergi Almacellas Abellana
El 20/09/16 a les 09:48, 'Korbinian Preisler' via tryton-dev ha escrit: Hi Ali, On 20.09.2016 09:32, Ali Kefia wrote: Le mardi 20 septembre 2016 09:19:12 UTC+2, Sergi Almacellas Abellana a écrit : El 19/09/16 a les 18:07, Ali Kefia ha escrit: > => We will give werkzeug a try (

Re: [tryton-dev] Re: WSGI application server for Tryton

2016-09-20 Thread Sergi Almacellas Abellana
ull reference see the uwsgi documentation. Hope it helps. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web visit https://groups.googl

Re: [tryton-dev] Re: WSGI application server for Tryton

2016-09-13 Thread Sergi Almacellas Abellana
implementation or using another backend (i.e: Redis)? Also: how you manage to reload the workers when a new module is updated/installed. Do you reload the services manually? -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed

Re: [tryton-dev] Re: RFC: User Application

2016-09-12 Thread Sergi Almacellas Abellana
ter. I updated to put all routes in routes.py file For me It looks cleaner using a separate file, so probably this will be a good practice but not a strict rule. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the

Re: [tryton-dev] New __init__ style

2016-08-24 Thread Sergi Almacellas Abellana
rt *" we can also remove the __all__ attribute from imported files? -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web visit http

Re: [tryton-dev] KeyError when running config.set_trytond method

2016-07-20 Thread Sergi Almacellas Abellana
El 20/07/16 a les 10:03, Marko Randjelovic ha escrit: > No, I have only this: > > TRYTOND_CONFIG=/home/mr/.trytond.conf And what is the content? What content? The content of the file used as TRYTOND_CONFIG (/home/mr/.trytond.conf) -- Sergi Almacellas Abellana www.k

Re: [tryton-dev] Button confirm dialog on Tryton web client

2016-07-18 Thread Sergi Almacellas Abellana
.org/issue5728 -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton-dev/578CE354.1070802%40koolpi.com.

Re: [tryton-dev] Setup Tryton on Windows

2016-07-11 Thread Sergi Almacellas Abellana
: This list is to talk about the tryton development, please use tryton@ to get support about it. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the

Re: [tryton-dev] tryton announe - 2 messages for the same module

2016-07-07 Thread Sergi Almacellas Abellana
1da-d68b-4c96-9ecb-6a08f19c43fc%40googlegroups.com?utm_medium=email_source=footer>. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussi

Re: [tryton-dev] Need help at threading in tryton

2016-06-20 Thread Sergi Almacellas Abellana
El 20/06/16 a les 22:45, Markus Bala ha escrit: On Jun 20, 2016 9:35 PM, "Cédric Krier" <cedric.kr...@b2ck.com <mailto:cedric.kr...@b2ck.com>> wrote: > > On 2016-06-20 16:01, Sergi Almacellas Abellana wrote: > > AFAIK you have to start a new transaction f

Re: [tryton-dev] Need help at threading in tryton

2016-06-20 Thread Sergi Almacellas Abellana
each Thread. See: http://doc.tryton.org/4.0/trytond/doc/ref/transaction.html?highlight=start#trytond.transaction.Transaction.start -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To vi

Re: [tryton-dev] Datetime field at the Tree View

2016-06-07 Thread Sergi Almacellas Abellana
with date widget and other with time widget. Something like: So you will get two diferent columsn with the values. P.S: You can use the tryton mailing list for this kind of questions. tryton-dev is for discussion about the development of tryton. -- Sergi Almacellas Abellana www.koolpi.com Twitter

Re: [tryton-dev] One2Many on_change_with Function > How to declare?

2016-06-06 Thread Sergi Almacellas Abellana
think you want a domain, to enforce that the selected part is from the corresponding vehicle. Am I right? See: http://doc.tryton.org/4.0/trytond/doc/ref/models/fields.html?highlight=domain#trytond.model.fields.Field.domain -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You

Re: [tryton-dev] demo database downloadable?

2016-05-18 Thread Sergi Almacellas Abellana
Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton-dev/573C475B.8020904%40koolpi.com.

[tryton-dev] Coding GuideLines

2016-05-15 Thread Sergi Almacellas Abellana
Hi, I added a review[1] to add Coding GuideLines from oldwiki [2] into the how to contribute page from the website. I don't know if anything have changed, so I think now it's the time to review them. Feel free to add your comments in the review. [1]

Re: [tryton-dev] Installable languages

2016-05-13 Thread Sergi Almacellas Abellana
differences separated. I think that what you are describing is: https://bugs.tryton.org/issue5443 -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion

Re: [tryton-dev] Adding CI to sao

2016-05-12 Thread Sergi Almacellas Abellana
El 11/05/16 a les 16:52, Cédric Krier ha escrit: On 2016-05-11 16:35, Sergi Almacellas Abellana wrote: >El 11/05/16 a les 15:46, Cédric Krier ha escrit: > >On 2016-05-11 15:15, Sergi Almacellas Abellana wrote: > >>Its running here: > >> > >>https://drone.i

Re: [tryton-dev] Adding CI to sao

2016-05-11 Thread Sergi Almacellas Abellana
El 11/05/16 a les 15:46, Cédric Krier ha escrit: On 2016-05-11 15:15, Sergi Almacellas Abellana wrote: Its running here: https://drone.io/bitbucket.org/pokoli/sao I see it does a lot of http requests. Is it possible to have some caching? Like I did with devpi [1] Don't know much about npm

Re: [tryton-dev] Adding CI to sao

2016-05-11 Thread Sergi Almacellas Abellana
El 11/05/16 a les 14:29, Cédric Krier ha escrit: On 2016-05-11 13:52, Sergi Almacellas Abellana wrote: Hi, I just realized that sao is not currently build on drone so the packaged can be easly broken, for example [1]. I was also thinking about it. Having also tests on tryton will be great

[tryton-dev] Adding CI to sao

2016-05-11 Thread Sergi Almacellas Abellana
] https://tryton-rietveld.appspot.com/24221002 [3] https://drone.io/bitbucket.org/pokoli/sao/ -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the

Re: [tryton-dev] Replacing wizards with context_model

2016-05-09 Thread Sergi Almacellas Abellana
El 09/05/16 a les 12:52, Cédric Krier ha escrit: On 2016-05-09 12:32, Sergi Almacellas Abellana wrote: >Hi Devs, > >Recently I opened a issue5539, where the wizard to fill the context value >with a context model introduced on issue5520. I had been thinking about it &

[tryton-dev] Replacing wizards with context_model

2016-05-09 Thread Sergi Almacellas Abellana
about it. Do you think it's worth? Have I missed any action? Thanks in advance for your comments, -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion

Re: [tryton-dev] Updating a one2many via on_change_*

2016-05-05 Thread Sergi Almacellas Abellana
msgid/tryton-dev/675c1ae1-becd-4036-8efb-a704942baf9a%40googlegroups.com?utm_medium=email_source=footer>. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discuss

Re: [tryton-dev] tryton 3.8 Invoice ?

2016-05-02 Thread Sergi Almacellas Abellana
El 30/04/16 a les 16:02, Lucas Riccombene ha escrit: Hola comunidad, el error se me genero al querer imprimir la factura electronica en la version 3.8 server El sistema se comunico con la afip y retorno numero de cae numero de comprobante y fue aceptado pero cuando la quiero imprinmir sale

Re: [tryton-dev] Good practice .hgignore for tryton dev?

2016-04-27 Thread Sergi Almacellas Abellana
nore in ~/.hgrc: [ui] ignore = ~/.hgignore Same here. And this is my content: syntax: glob *.pyc *.orig *.jasper node_modules build/ dist/ *.egg-info/ *.egg/ *.eggs/ .review.cfg .tox/ bower_components/ *.rej -- Sergi Almacellas Abellana www.koolpi.co

Re: [tryton-dev] New release on Monday

2016-04-22 Thread Sergi Almacellas Abellana
everal comments and paragraph to the reviews, so it will be great if all of us can try to write some small paragraphs until all is writen. It would be cool if some others could jump in and help out! On Monday I'll review another time. Regards, Udo -- Sergi Almacellas Abellana www.koo

Re: [tryton-dev] Re: Preparing release

2016-04-08 Thread Sergi Almacellas Abellana
ton-dev/12a99415-f544-4ab6-a182-a075f0e71181%40googlegroups.com <https://groups.google.com/d/msgid/tryton-dev/12a99415-f544-4ab6-a182-a075f0e71181%40googlegroups.com?utm_medium=email_source=footer>. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message

Re: [tryton-dev] Unable to browse source code from the mercurial web interface

2016-04-06 Thread Sergi Almacellas Abellana
El 06/04/16 a les 13:34, Cédric Krier ha escrit: On 2016-04-06 12:50, Sergi Almacellas Abellana wrote: >Hi, > >When browsing any file in the tryton mercurial source repositories it shows >and empty blank page (i.e [1]) > >Anyone knows how to solve it? It must be fixed.

[tryton-dev] Unable to browse source code from the mercurial web interface

2016-04-06 Thread Sergi Almacellas Abellana
Hi, When browsing any file in the tryton mercurial source repositories it shows and empty blank page (i.e [1]) Anyone knows how to solve it? Thanks. [1] http://hg.tryton.org/modules/production/file/tip/production.py -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You

Re: [tryton-dev] Looking for mentors for GSoC 2016

2016-03-04 Thread Sergi Almacellas Abellana
n only edit one of the ideas, but I can not propose myself for other ideas. Also don't hesitate to improve the topic, they are all wiki pages but try to keep the same structure. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to th

Re: [tryton-dev] Looking for mentors for GSoC 2016

2016-03-04 Thread Sergi Almacellas Abellana
will like to be a mentor. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton-dev/56D96D

Re: [tryton-dev] Installable languages

2016-02-23 Thread Sergi Almacellas Abellana
El 22/02/16 a les 13:19, 'Udo Spallek' via tryton-dev ha escrit: Hi, Mon, 22 Feb 2016 11:42:08 +0100 Sergi Almacellas Abellana<se...@koolpi.com>: >El 22/02/16 a les 11:40, Axel Braun ha escrit: >>Am Samstag, 20. Februar 2016 18:20:03 UTC+1 schrieb Cédric Krier: >> On 2

Re: [tryton-dev] Installable languages

2016-02-22 Thread Sergi Almacellas Abellana
El 22/02/16 a les 11:45, Axel Braun ha escrit: Am Montag, 22. Februar 2016 11:42:10 UTC+1 schrieb Sergi Almacellas Abellana: El 22/02/16 a les 11:40, Axel Braun ha escrit: > Am Samstag, 20. Februar 2016 18:20:03 UTC+1 schrieb Cédric Krier: > > On 2016-02-20 09

Re: [tryton-dev] Installable languages

2016-02-22 Thread Sergi Almacellas Abellana
to the other language... So how can you use in another language which is not translated? -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web vis

Re: [tryton-dev] New wiki

2016-02-09 Thread Sergi Almacellas Abellana
c is very close to wiki functionality. * Documentation is a visible contribution and authors can be credited (https://www.openhub.net/) * No hosting costs So which credentials will be used to allow to push to the repository? I don't see how we can guarantee an easy path for newco

Re: [tryton-dev] How to overide the field property

2016-02-02 Thread Sergi Almacellas Abellana
you module is loaded. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton-dev/56B0758E.50600%40koolpi.com.

Re: [tryton-dev] About Testing

2016-02-01 Thread Sergi Almacellas Abellana
-account_jasper_reports/src/c9102e9651f4629a7f224fa0a2b15cca13846037/tests/test_account_jasper_reports.py?at=default=file-view-default#test_account_jasper_reports.py-407 [1] https://bugs.tryton.org/issue4996 -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message

Re: [tryton-dev] The value of the field "View Type" on "View" is not valid according to its domain.

2016-01-15 Thread Sergi Almacellas Abellana
?? Ansewered in tryton-es mailing list. Please don't double post your doubts. Gracias -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web vi

Re: [tryton-dev] Why supplier return shipments doesn't have supplier field?

2015-12-31 Thread Sergi Almacellas Abellana
://bugs.tryton.org/issue4035 -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton-dev/56850F

[tryton-dev] Migration from 3.4 (second currency sign)

2015-12-24 Thread Sergi Almacellas Abellana
://code.google.com/p/tryton/wiki/Migration_3_6 -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web visit https://groups.google.com/d/msgid/

Re: [tryton-dev] Upload a review on rietveld

2015-12-09 Thread Sergi Almacellas Abellana
On 9 desembre de 2015 19:10:58 CET, Raimon Esteve wrote: >2015-12-09 1:09 GMT+01:00 Karla Stenger : >> El mar 08/12/2015, 20:58, Raimon Esteve >escribió: >> >> 2015-12-04 15:35 GMT+01:00 Cédric Krier

Re: [tryton-dev] Stopping all developments on Tryton

2015-12-04 Thread Sergi Almacellas Abellana
. > >>>> > >>>I just donate 50€, it is not too much, but 50€ less > >>Thanks, B2CK also made a donation of 50€. > >> > >virtual things just donated 50 EUR too. > > > >Adiczion as donated 100€. Great thanks to all. We can now pay the ex

Re: [tryton-dev] Upload a review on rietveld

2015-11-12 Thread Sergi Almacellas Abellana
edentials" BTW, this is due that we are still ussing the google codereview, using a rietvield installation will allow us to not use oauth2? (and so ease the codereview process) -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] Upload a review on rietveld

2015-11-12 Thread Sergi Almacellas Abellana
El 12/11/15 a les 11:44, Cédric Krier ha escrit: On 2015-11-11 09:52, Sergi Almacellas Abellana wrote: >Hi, > >I was tryting to upload a code review using hgreview as usual but each time >i try to login i get a 404 error. I've seen that hgreview now suports Oauth2 >[1], so I tr

Re: [tryton-dev] Re: Linking refunds with original invoices

2015-07-30 Thread Sergi Almacellas Abellana
El dimecres, 29 juliol de 2015 8:20:04 UTC+2, Cédric Krier va escriure: On 2015-07-22 16:16, Sergi Almacellas Abellana wrote: El 22/07/15 a les 15:55, Sergi Almacellas Abellana ha escrit: Hi, We have the need of linking refunds with their original invoices. After an internal

Re: [tryton-dev] Problem to upload code reviews due to redirection

2015-06-20 Thread Sergi Almacellas Abellana
On 20 de juny de 2015 12:58:32 CEST, Jordi Esteve jest...@zikzakmedia.com wrote: I 'm trying to upload a code review with hgreview to codereview.tryton.org but I get this answer: Server used http://codereview.tryton.org abort: HTTP Error 301: Moved Permanently Has anybody this problem too?

Re: [tryton-dev] Apply inheritance when all models are loaded on the pool

2015-05-01 Thread Sergi Almacellas Abellana
Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] Apply inheritance when all models are loaded on the pool

2015-04-23 Thread Sergi Almacellas Abellana
can add a TaggableMixin, and override all the classes in the pool. For impelmenting this we can add a list of hooks that will be called after registering all the classes of the pool. Of course a method for the modules to register the hooks is also required. -- Sergi Almacellas Abellana

Re: [tryton-dev] Some help with Proteus?

2015-03-30 Thread Sergi Almacellas Abellana
will save also all their child records. In this case all the product_supplier records created. It's all explained with examples in the proteus README [1] [1] https://pypi.python.org/pypi/proteus/3.4.2 -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] Some help with Proteus?

2015-03-30 Thread Sergi Almacellas Abellana
/netiquette -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] How to override static method

2015-03-27 Thread Sergi Almacellas Abellana
)._get_origin() # make whatever you need with origins return origins Hope it helps! -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] Adding flake8 and coverage on tox and CI

2015-02-07 Thread Sergi Almacellas Abellana
El 06/02/15 a les 17:29, Cédric Krier ha escrit: On 06 Feb 16:16, Sergi Almacellas Abellana wrote: Hi, As a PoC i just added flake8 check to tox [1] on one of my personal projects. The output is available on drone [2]. I tought it my be interesting to have this check also on all tryton

Re: [tryton-dev] Adding flake8 and coverage on tox and CI

2015-02-07 Thread Sergi Almacellas Abellana
El 07/02/15 a les 09:24, Cédric Krier ha escrit: On 07 Feb 12:34, Sharoon Thomas wrote: On 02/06, Sergi Almacellas Abellana wrote: Hi, As a PoC i just added flake8 check to tox [1] on one of my personal projects. The output is available on drone [2]. I tought it my be interesting

[tryton-dev] Adding flake8 and coverage on tox and CI

2015-02-06 Thread Sergi Almacellas Abellana
Hi, As a PoC i just added flake8 check to tox [1] on one of my personal projects. The output is available on drone [2]. I tought it my be interesting to have this check also on all tryton modules. What do you think? . Also this will allow to deprecate reviewbot once all codereviews are

Re: [tryton-dev] sql dumps

2015-01-20 Thread Sergi Almacellas Abellana
this to make any troubles ;) ) There is a sqlite2pg script in tryton-tools [1]. [1] http://hg.tryton.org/tryton-tools/file/f3995ddc76f0/sqlite2pg.py -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] sql dumps

2015-01-20 Thread Sergi Almacellas Abellana
. This can be done by initializing the db with trytond. P.S: Please don't top post on this mailing list. See http://groups.tryton.org/netiquette -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] WIP: new CI

2015-01-18 Thread Sergi Almacellas Abellana
On 18 de gener de 2015 23:36:01 CET, Cédric Krier cedric.kr...@b2ck.com wrote: On 11 Jan 16:55, Cédric Krier wrote: Hi, I made some progress on the new CI. First, I tested drone [1] on our new server (tycho.office.b2ck.com). I submitted a PR [2] to add support of mercurial and I tested by

Re: [tryton-dev] problem to register module 'email_queue'

2014-12-10 Thread Sergi Almacellas Abellana
El 10/12/14 a les 13:50, Axel Braun ha escrit: Hi Sergi Am Dienstag, 9. Dezember 2014 19:59:22 UTC+1 schrieb Sergi Almacellas Abellana: I'm currently trying to migrate our database to a new system, and have some trouble with the module email_queue. It is in the modules

Re: [tryton-dev] problem to register module 'email_queue'

2014-12-09 Thread Sergi Almacellas Abellana
. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] Remove constrainte

2014-12-05 Thread Sergi Almacellas Abellana
. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] Defining a domain that evaluates a reference field

2014-11-21 Thread Sergi Almacellas Abellana
active_ids as it allows to select more than one record from the client. Hope it helps! -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] Defining a domain that evaluates a reference field

2014-11-21 Thread Sergi Almacellas Abellana
El 21/11/14 a les 21:10, Jordi Esteve (Zikzakmedia) ha escrit: El 21/11/14 a les 18:35, Sergi Almacellas Abellana ha escrit: El 21/11/14 a les 18:29, Jordi Esteve (Zikzakmedia) ha escrit: How can I define a domain that evaluates a reference field? For example, if you want to create an action

Re: [tryton-dev] Faster contribution

2014-11-20 Thread Sergi Almacellas Abellana
hook like the one for roundup that will post the commit to the review. And maybe close the review, as done on roundup. That will be great! -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] Freeze of repositories: (another) translation changed

2014-09-26 Thread Sergi Almacellas Abellana
. https://bugs.tryton.org/issue4209 I modified a wrong string to fix issue4213, so you should re-update if you started translating. https://bugs.tryton.org/issue4213 -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] Re: [tryton-contrib] network vs. asset module

2014-08-07 Thread Sergi Almacellas Abellana
is not necessary a unique serial number. So with a many2one, it will be more flexible. Good point. I just uploaded a review that implements it: http://codereview.tryton.org/8501002/ -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

[tryton-dev] Introducing RelationshipMixin

2014-08-06 Thread Sergi Almacellas Abellana
products, for example for cross selling them. Do you think this is the way to go? Any comments/suggestions will be welcome. [1] https://code.google.com/p/tryton/wiki/Assets [2] http://hg.tryton.org/modules/party_relationship -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] The way to remove ir.property

2014-08-03 Thread Sergi Almacellas Abellana
. If we think a little bit the design we can find a good solution for the rest 5%. IMHO, of course Agree on this. Also if you need custom specific stuff, you can override the getter/setter, as proposed by Guillem. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] Easy path for new contributors

2014-07-10 Thread Sergi Almacellas Abellana
://bitbucket.org/nantic/trytond-patches/src -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] Easy path for new contributors

2014-07-10 Thread Sergi Almacellas Abellana
remeber well migration from 2.4 to 2.6 was hard due to ActiveRecord). Just my 2 cents. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] Easy path for new contributors

2014-07-10 Thread Sergi Almacellas Abellana
points are already done :) But the Show easy query doesn't allow me two paginate, so I can not see the full list. Is this a roundup bug? -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] Easy path for new contributors

2014-07-10 Thread Sergi Almacellas Abellana
El 10/07/14 21:02, Sergi Almacellas Abellana ha escrit: But the Show easy query doesn't allow me two paginate, so I can not see the full list. Is this a roundup bug? Forget it, i have seen that all the bugs are show, just got confused :( Sorry for the noise. -- Sergi Almacellas Abellana

Re: [tryton-dev] Mercurial workflow

2014-07-09 Thread Sergi Almacellas Abellana
/search. Completly agree with having cleaner history. Tip to rebase in such case: # hg rebase -r my new changeset Just for the record, rebase extension must be activated: http://mercurial.selenic.com/wiki/RebaseExtension -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] Toward a working multi-company

2014-07-03 Thread Sergi Almacellas Abellana
environment the user will be able to compute the stock for one company, and for all the companies in the system? -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] Scenario toolbox

2014-07-01 Thread Sergi Almacellas Abellana
. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] Easy path for new contributors

2014-06-08 Thread Sergi Almacellas Abellana
El 07/06/14 00:40, Cédric Krier ha escrit: On 06 Jun 19:27, Sergi Almacellas Abellana wrote: Hi devs, I have seen in other open source projects that they mark easy issues in order to ease the introduction of newcomers to the project development, for example [1]. I wonder

Re: [tryton-dev] action to update the selected records in tree view

2014-06-06 Thread Sergi Almacellas Abellana
Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] RFC sticky note

2014-06-06 Thread Sergi Almacellas Abellana
if there are new notes. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

[tryton-dev] Easy path for new contributors

2014-06-06 Thread Sergi Almacellas Abellana
me done progressively). Thoughts? [1] https://github.com/owncloud/core/issues?labels=Junior+Jobpage=1state=open -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] Has proteus some cache?

2014-06-04 Thread Sergi Almacellas Abellana
El 03/06/14 22:54, Cédric Krier ha escrit: On 03 Jun 18:44, Sergi Almacellas Abellana wrote: Hi, I have found some strange error on a test scenario [1]. The error seems related to some kind of cache on proteus, but i can not find more information on proteus code. So basically i get

[tryton-dev] Has proteus some cache?

2014-06-03 Thread Sergi Almacellas Abellana
] https://bitbucket.org/nantic/trytond-purchase_stock_account_move/raw/36b261c60242c6daa2c42ec3b6a977efb8017d92/tests/scenario_purchase.rst -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] RFC: client multi-notebook

2014-05-29 Thread Sergi Almacellas Abellana
it from relates. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] RFC: Use DateEdit from gnomeui

2014-05-29 Thread Sergi Almacellas Abellana
on thunderbird) to be more precise. Also work hours must be customizable (per user??). I suppose you have it in mind. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] RFC: client multi-notebook

2014-05-29 Thread Sergi Almacellas Abellana
El 29/05/14 19:03, Cédric Krier ha escrit: On 29 May 18:59, Sergi Almacellas Abellana wrote: El 28/05/14 11:59, Cédric Krier ha escrit: I created a patch [1] that is a POC for a support of multi-notebook in the client. The idea is to follow the well-known behavior of browser with the SHIFT

Re: [tryton-dev] Modules for DR

2014-05-28 Thread Sergi Almacellas Abellana
the invoice is posted. account_invoice.odt was modified to reflect ncf_type and ncf_number fields. Views were inherited to show these changes. I'm wondering why you added a new field instead of using the invoice number? -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] KeyError: 'DB_NAME' when trying to run test

2014-05-23 Thread Sergi Almacellas Abellana
://hg.tryton.org/trytond/file/a29aa9e0014f/trytond/tests/run-tests.py -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] Test and dependecies

2014-05-14 Thread Sergi Almacellas Abellana
El 13/05/14 15:01, Cédric Krier ha escrit: On 13 May 14:11, Sergi Almacellas Abellana wrote: El 13/05/14 13:48, Mathias Behrle ha escrit: * Cédric Krier: [tryton-dev] Test and dependecies (Mon, 12 May 2014 17:28:35 +0200): There is a problem with the new tests added to purchase (see

Re: [tryton-dev] Test and dependecies

2014-05-13 Thread Sergi Almacellas Abellana
create_test_product(): super() set_configuration def test0010XXX(): product = create_test_product() Thoughts? -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] Test and dependecies

2014-05-12 Thread Sergi Almacellas Abellana
the db should do the trick? -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

[tryton-dev] Re: production_route module

2014-05-09 Thread Sergi Almacellas Abellana
: - No need t hide bom and route for the production, just make readonly and fill with the values of the process. - No need to compute factor on the process, as it only defines the order. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

Re: [tryton-dev] Record.expr_eval

2014-05-09 Thread Sergi Almacellas Abellana
gets 100% of the CPU, and the patched version only uses 20% So for me it's a very good improvement. -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk

<    1   2   3   >