Commit Graph

12 Commits

Author SHA1 Message Date
Dave Lasley
1847294a08 [FIX] base_external_dbsource: Fix PQ connection
* Use `conn_string_full` in pg connection to fix #888

[UPD] Update base_external_dbsource.pot
2024-07-23 12:58:13 +02:00
Dave Lasley
5143e8afbc [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

OCA Transbot updated translations from Transifex
2024-07-23 12:58:13 +02:00
Daniel Reis
c1ed816685 Relicense to LGPL
With the agreement of authors and contributors.
Closes #635 (https://github.com/OCA/server-tools/issues/635)
2024-07-23 12:58:13 +02:00
Michell Stuttgart
cd79a91e9e [10.0] Add Firebird database support to base_external_dbsource (#623) 2024-07-23 12:58:13 +02:00
Henry Zhou
13ba50bd40 [MIG][10.0] base_external_dbsource (#578)
OCA Transbot updated translations from Transifex
2024-07-23 12:58:13 +02:00
Gervais Naoussi
8f1d5c2eca [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

OCA Transbot updated translations from Transifex
2024-07-23 12:58:13 +02:00
Sandy
89c786c3c1 Activate base_external_dbsource
OCA Transbot updated translations from Transifex
2024-07-23 12:58:13 +02:00
lauris
006fbed7f5 base_external_dbsource and import_odbc modules moved out of __unported__ and adopted for instalation on v8.0 : created new form views for both modules as old ones was for v6.1 2024-07-23 12:58:13 +02:00
Stéphane Bidoul
ef00e98814 move all modules to __unported__ on master branch and set installable=False 2024-07-23 12:58:13 +02:00
Maxime Chambreuil
7e893546b3 [IMP] Update to v7 menu structure and dos2unix conversion
(../ext rev 366)
2024-07-23 12:58:13 +02:00
Daniel Reis
54f3a19293 [CHG] simplified dbsource.execute api to a single method with two possible behaviors
(../ext rev 351.3.4)
2024-07-23 12:58:13 +02:00
webtec
f6926f82f8 CHG: adapted to base_external_dbsource; code refactored
(../ext rev 351.3.3)
2024-07-23 12:58:13 +02:00