lp://staging/~openerp-community/openobject-extension/import_odbc_base_external_dbsource
- Get this branch:
- bzr branch lp://staging/~openerp-community/openobject-extension/import_odbc_base_external_dbsource
Branch merges
- extra-addons-commiter: Pending requested
-
Diff: 823 lines (+746/-0)13 files modifiedbase_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)
- extra-addons-commiter: Pending requested
-
Diff: 823 lines (+746/-0)13 files modifiedbase_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)
Branch information
Recent revisions
- 357. By Daniel Reis
-
[CHG] simplified dbsource.execute api to a single method with two possible behaviors
- 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 - 353. By Sébastien BEAU - http://www.akretion.com
-
[IMP] base_external_
referentials : improve debug mode, if openerp is start with --debug error or not catch anymore - 349. By Guewen Baconnier @ Camptocamp <email address hidden>
-
[IMP] base_external_
referentials: added when there is an exception during a synchro:
- use logger.exception instead of logger.error so the traceback is logged as well
- add fields in the report lines which contains the error type and the traceback to easier investigation on synchro errors - 348. By Sébastien BEAU - http://www.akretion.com
-
[FIX] base_external_
referentials : fix =ilike domain I will propose later a better solution. Remove useless function 'retry_import, and make optionnal sync_from_object
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/openobject-extension