Open whulshof opened 8 years ago
Hi Willem,
I no longer use that module. Instead, I now use "import_loader" through XML-RPC / Pentaho Kettle (for v8.0). Check the module, it includes a usage example: https://github.com/dreispt/odoo-addons/tree/8.0/import_loader
I checked the history, and it looks like 1.2 was the version working for OpenERP 6.1. I then moved the module to the 7.0 branch, marked it as uninstallable, and did some changes for a 2.0 version of it. For some reason I never marked back the module as installable.
I believe that 1.2 was targeted for v6.1. If you used with v7 it's because it also worked there. So one option is for you to use the 1.2 version targeting v6.1.
It would be nice if you change the installable flag to True on the 2.0 module for v7.0, and test it. It it works I can make that change and make the module available for v7.
Let me know if any of these work for you.
I used the old version ( 1.2) of import_sqlpush for several years. Than I refreshed the code from Github/dreispt/odoo-addons, checked out 7.0 and updated the database (I think) Everything worked as a charm, except import_sqlpush. I found out after several weeks when our interfaces didn't run anymore. Now I see, that the essence of the addon has not changed, but some kind of stored procedure is introduced, of which ì don't understand the relevance. But more importantly, "installable" has been set to false in openerp.py. Is that done on purpose? Or can I just change it and go ahead. If that is the case, the "git pull" refresh of the code does not work anymore, which would be a pity.
Can anybody help me with this?