Le Tue, 26 Oct 2010 19:38:45 -0700 (PDT), Mohammad <[email protected]> a écrit :
> Hi, > I have successfully implemented the export feather for my personal > module (Pricelist) to export to Google apps for online collaboration > it's a button and i'm going to add wizard functionality to it (user > and pass and spreadsheet name is hardcoded at the moment), I can see > "import Data" and "Export data" within the form menu. What is the > best way to integrate this feather into the Tryton as i think other > modules can get benefits from it. > > Thanks, > Hi, If you want to use it across several modules, the first thing to do is to split it in two: - one module that handle download/upload from/to google docs (let's call it google_doc) - one that handle pricelist specific stuff and use google_doc to take care of the rest. -- [email protected] mailing list
