8 Commits

Author SHA1 Message Date
OCA-git-bot
b90d99f528 [UPD] README.rst 2023-09-03 16:34:36 +00:00
Jairo Llopis
8d00f18f05 [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.
2019-03-28 12:54:57 +00:00
OCA Git Bot
84837e9283 [UPD] README.rst 2018-06-29 05:28:29 +02:00
Sergio Teruel Albert
5a917a5141 [11.0][MIG] base_external_dbsource: Migration to v11.0 2018-06-28 10:00:11 +02:00
Dave Lasley
ba8e27362e [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
2018-06-27 13:44:20 +02:00
Daniel Reis
9bee986251 Relicense to LGPL
With the agreement of authors and contributors.
Closes #635 (https://github.com/OCA/server-tools/issues/635)
2018-06-27 13:42:52 +02:00
Michell Stuttgart
7e1fd8a198 [10.0] Add Firebird database support to base_external_dbsource (#623) 2018-06-27 13:42:52 +02:00
Gervais Naoussi
7d935f2e94 [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
2018-06-27 13:42:52 +02:00