Commit Graph

8 Commits

Author SHA1 Message Date
Jairo Llopis
4c179cb6bf [FIX] base_external_dbsource: Reuse Odoo DB settings for tests
Before, postgres configuration was hardcoded. This worked OK for OCA's CI infrastructure, but failed in any other out there that had different defaults.

There's no need to hardcode it; Odoo already must have Postgres connection settings, so let's use those instead. This will make tests testable across different CI infrastructures.
2020-01-09 20:57:52 +01:00
Adrià Gil Sorribes
328efd8a61 [12.0][MIG] Migrate module base_external_dbsource 2020-01-09 20:57:52 +01:00
OCA Git Bot
c413a731c6 [UPD] README.rst 2020-01-09 20:57:52 +01:00
Sergio Teruel Albert
a72f79cee7 [11.0][MIG] base_external_dbsource: Migration to v11.0 2020-01-09 20:57:52 +01:00
Dave Lasley
27417c7e8b [IMP] base_external_dbsource: Refactor & Split by source
* Heavily refactor code for reusability
* Split all sources into independent modules
* Add more test coverage
* Add CRUD methods
* Add iterator execute return to roadmap
2020-01-09 20:57:52 +01:00
Daniel Reis
73c41ac9d9 Relicense to LGPL
With the agreement of authors and contributors.
Closes #635 (https://github.com/OCA/server-tools/issues/635)
2020-01-09 20:57:52 +01:00
Michell Stuttgart
b5d29f3c9b [10.0] Add Firebird database support to base_external_dbsource (#623) 2020-01-09 20:57:52 +01:00
Gervais Naoussi
45a9da9724 [MIG] base external dbsource
* Migration of base_external_dbsource to odoo 9.0

* Fixing test error

* Moving test from yaml to python

* Fixing pylint error in test class

* Placeholder added to connection string text zone

* improving test coverage
2020-01-09 20:57:52 +01:00