[tryton-dev] stock_supply_forecast: New module to add forecast move generation before purchase request creation (issue78001)

2011-07-28 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/78001/ Affected files: A COPYRIGHT A INSTALL A LICENSE A MANIFEST.in A README A __init__.py A __tryton__.py A purchase_request.py A setup.py -- tryton-dev@googlegroups.com mailing list

[tryton-dev] stock_forecast: Forecast creates draft moves only on demand (issue77002)

2011-07-28 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/77002/ Affected files: M CHANGELOG M forecast.py M forecast.xml M tests/test_stock_forecast.py -- tryton-dev@googlegroups.com mailing list

[tryton-dev] stock_supply: Add wizard to create purchase request (without the cron) (issue77001)

2011-07-28 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/77001/ Affected files: M CHANGELOG M purchase_request.py M purchase_request.xml Index: CHANGELOG === --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +* Add wi

Re: [tryton-dev] Coding Guidelines

2011-07-28 Thread Nicolas Évrard
* Cédric Krier [2011-07-28 10:25 +0200]: On 13/07/11 19:22 +0200, Cédric Krier wrote: So as a algorithm is worth a thousand words, I have adapted the python.vim indent program to match this rules. You can download it at [3] (to install, just copy it in ~/.vim/indent/python.vim). Now, it seems

Re: [tryton-dev] Coding Guidelines

2011-07-28 Thread Cédric Krier
On 13/07/11 19:22 +0200, Cédric Krier wrote: > So as a algorithm is worth a thousand words, I have adapted the python.vim > indent program to match this rules. > You can download it at [3] (to install, just copy it in > ~/.vim/indent/python.vim). Now, it seems that everybody agree with this rules,

Re: [tryton-dev] Coding Guidelines

2011-07-28 Thread Cédric Krier
On 26/07/11 16:44 +0200, Nicolas Évrard wrote: > * Cédric Krier [2011-07-15 01:43 +0200]: > >On 13/07/11 19:22 +0200, Cédric Krier wrote: > >>So as a algorithm is worth a thousand words, I have adapted the python.vim > >>indent program to match this rules. > >>You can download it at [3] (to instal