Commit Graph

12 Commits

Author SHA1 Message Date
OCA-git-bot
63a2f5e4d5 [BOT] post-merge updates 2023-10-28 13:07:03 +00:00
OCA-git-bot
88af4efc72 [UPD] README.rst 2023-09-03 16:36:09 +00:00
OCA-git-bot
dbb788f4e2 [UPD] README.rst 2022-08-29 07:10:40 +00: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
Adrià Gil Sorribes
6d4ae039be [12.0][MIG] Migrate module base_external_dbsource 2021-07-13 17:03:09 +02:00
OCA Git Bot
7ca62f57cd [UPD] README.rst 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
Daniel Reis
ed129bcf2e Relicense to LGPL
With the agreement of authors and contributors.
Closes #635 (https://github.com/OCA/server-tools/issues/635)
2021-07-13 17:03:09 +02:00
Michell Stuttgart
f72d8333fc [10.0] Add Firebird database support to base_external_dbsource (#623) 2021-07-13 17:03:09 +02:00
Gervais Naoussi
3d93a57b56 [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
2021-07-13 17:03:09 +02:00