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

2016-09-12 Thread Sergi Almacellas Abellana
El 12/09/16 a les 09:58, Cédric Krier ha escrit: On 2016-09-06 00:27, Cédric Krier wrote: > On 2016-09-05 11:07, edbo.des...@gmail.com wrote: > > I'm also liking this. But instead putting it in __init__.py is it possible > > to put it in a separate file? e.g. webextension.py > > There are no

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

2016-09-12 Thread Cédric Krier
On 2016-09-06 00:27, Cédric Krier wrote: > On 2016-09-05 11:07, edbo.des...@gmail.com wrote: > > I'm also liking this. But instead putting it in __init__.py is it possible > > to put it in a separate file? e.g. webextension.py > > There are no strict rule but for me, it has the same semantic as

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

2016-09-05 Thread Cédric Krier
On 2016-09-05 11:07, edbo.des...@gmail.com wrote: > > > On Thursday, 1 September 2016 10:10:03 UTC+2, Cédric Krier wrote: > > > > Hi, > > > > I would like to have feedbacks on this topic and implementation: > > https://discuss.tryton.org/t/support-user-application/183 > > > > I think it could

[tryton-dev] Re: RFC: User Application

2016-09-05 Thread edbo . design
On Thursday, 1 September 2016 10:10:03 UTC+2, Cédric Krier wrote: > > Hi, > > I would like to have feedbacks on this topic and implementation: > https://discuss.tryton.org/t/support-user-application/183 > > I think it could be a major improvement for Tryton and allow to create > "killer

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

2016-09-05 Thread Cédric Krier
On 2016-09-05 03:02, Nikolay Baluk wrote: > That's exactly what we need to have for our modules that integrated with > mobile apps. > > Technically, the only thing I don't like is to have tryton's internals used > directly in module (werkzeug, @app.route decorator). Could you be more