Re: [Openerp-community] New module for spreadsheets creation through Python code interpreted from the UI

2013-11-02 Thread choplin mat
Hello Community, I have created a generic reporting module called "spreadsheet_creator" that enables (among other things) to create spreadsheet (.csv, .xls file) according to Python code that will be interpreted from the User Interface. Usually, to create such reports, I was using "base_report_cre

Re: [Openerp-community] Development Module Flow

2013-11-02 Thread Antony Lesuisse
It's not based on gevent notification but on pyinotify. I would welcome testing and contribution to make it cross platform ie using watchdog. On 11/01/2013 11:08 AM, Raphael Valyi wrote: Hello, as a side note, I didn't test the feature yet, but it seems that OpenERP trunk (future v8 in suprise

Re: [Openerp-community] Move the sale_exceptions module

2013-11-02 Thread sebastien beau
Great news. I have one little question. I work on the split of sale_exception in two module 'exception_rule' and 'sale_exception' Where should I put the module "exception_rule" ? The aim is to implement the exception on purchase and stock picking. I already did it on purchase 'purchase_exception' a