Commit Graph

4 Commits

Author SHA1 Message Date
hugues de keyzer
887ac14cf9 [FIX] fix tests failing in ci 2023-07-10 22:28:01 +02:00
Jairo Llopis
0a5ccebdfc [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-07 13:23:31 +01:00
Sergio Teruel Albert
90d2fa6769 [11.0][MIG] base_external_dbsource: Migration to v11.0 2018-11-30 16:26:02 +01:00
Dave Lasley
98de793eb5 [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-11-30 16:26:02 +01:00