8 Commits

Author SHA1 Message Date
Víctor Martínez
b54bebe86a [FIX] base_external_dbsource: Remove tests that do not work and cannot be tested (it is not possible to test the connection with odoo postgress). 2022-11-14 11:07:27 +01:00
bilbonet
4ba29febee [FIX]
- problems with tests
 - pre-commit
2022-08-17 17:29:52 +02:00
bilbonet
b9843fe1c7 [FIX] pre-commit 2021-10-05 19:28:54 +02:00
bilbonet
269949c0ee [MIG] base_external_dbsource: Migration to 14.0 2021-07-13 19:08:14 +02:00
Sergio Teruel
0ed5569255 [MIG] base_external_dbsource: Migration to v13.0 2021-07-13 17:03:09 +02:00
Jairo Llopis
e6a309d07d [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.
2021-07-13 17:03:09 +02:00
Sergio Teruel Albert
f0ffc73b33 [11.0][MIG] base_external_dbsource: Migration to v11.0 2021-07-13 17:03:09 +02:00
Dave Lasley
6421f19e64 [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
2021-07-13 17:03:09 +02:00