Merge lp://staging/~openerp-community/openobject-extension/import_odbc_base_external_dbsource into lp://staging/openobject-extension/oerp6.1-stable

Status: Needs review
Proposed branch: lp://staging/~openerp-community/openobject-extension/import_odbc_base_external_dbsource
Merge into: lp://staging/openobject-extension/oerp6.1-stable
Diff against target: 823 lines (+746/-0)
13 files modified
base_external_dbsource/__init__.py (+24/-0)
base_external_dbsource/__openerp__.py (+62/-0)
base_external_dbsource/base_external_dbsource.py (+159/-0)
base_external_dbsource/base_external_dbsource_demo.xml (+15/-0)
base_external_dbsource/base_external_dbsource_view.xml (+54/-0)
base_external_dbsource/security/ir.model.access.csv (+2/-0)
base_external_dbsource/test/dbsource_connect.yml (+5/-0)
import_odbc/__init__.py (+24/-0)
import_odbc/__openerp__.py (+84/-0)
import_odbc/import_odbc.py (+214/-0)
import_odbc/import_odbc_demo.xml (+15/-0)
import_odbc/import_odbc_view.xml (+86/-0)
import_odbc/security/ir.model.access.csv (+2/-0)
To merge this branch: bzr merge lp://staging/~openerp-community/openobject-extension/import_odbc_base_external_dbsource
Reviewer Review Type Date Requested Status
extra-addons-commiter Pending
Review via email: mp+118290@code.staging.launchpad.net

Description of the change

[ADD] import_odbc and base_external_dbsource from lp:~dreis-pt/addons-tko/reis

To post a comment you must log in.
355. By webtec <webtec@webtec-dev>

ADD: new execute method that also returns the column list; execute can accept a parameter list; added demo connrction to local PosgreSQL

356. By webtec <webtec@webtec-dev>

CHG: adapted to base_external_dbsource; code refactored

357. By Daniel Reis

[CHG] simplified dbsource.execute api to a single method with two possible behaviors

Unmerged revisions

357. By Daniel Reis

[CHG] simplified dbsource.execute api to a single method with two possible behaviors

356. By webtec <webtec@webtec-dev>

CHG: adapted to base_external_dbsource; code refactored

355. By webtec <webtec@webtec-dev>

ADD: new execute method that also returns the column list; execute can accept a parameter list; added demo connrction to local PosgreSQL

354. By Maxime Chambreuil (http://www.savoirfairelinux.com)

[ADD] import_odbc and base_external_dbsource from addons-tko

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.