Commit Graph

23 Commits

Author SHA1 Message Date
bilbonet
4fe79fce8d [FIX]
- problems with tests
 - pre-commit

[UPD] Update base_external_dbsource.pot

[UPD] README.rst
2023-03-30 12:05:18 +02:00
sergio.teruel
a65afb1b8e [IMP] base_external_dbsource: Add company field to backend
fw-port from b7f439e04a
2023-03-30 12:05:18 +02:00
bilbonet
f3856e5ca0 little change 2023-03-30 12:05:18 +02:00
bilbonet
810c8ac8eb [FIX] pre-commit 2023-03-30 12:05:18 +02:00
bilbonet
8b1098a201 [MIG] base_external_dbsource: Migration to 14.0 2023-03-30 12:05:18 +02:00
bilbonet
2fa46041de [IMP] base_external_dbsource: black, isort, prettier 2023-03-30 12:05:18 +02:00
Sergio Teruel
e0a6a4bfcc [MIG] base_external_dbsource: Migration to v13.0
[UPD] Update base_external_dbsource.pot

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-backend-13.0/server-backend-13.0-base_external_dbsource
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_external_dbsource/

pre-commit update

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-backend-13.0/server-backend-13.0-base_external_dbsource
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_external_dbsource/
2023-03-30 12:05:18 +02:00
Jairo Llopis
ae58bb7f16 [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.

base_external_dbsource 12.0.1.0.1

[UPD] Update base_external_dbsource.pot

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-backend-12.0/server-backend-12.0-base_external_dbsource
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_external_dbsource/

[UPD] Update base_external_dbsource.pot

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-backend-12.0/server-backend-12.0-base_external_dbsource
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_external_dbsource/
2023-03-30 12:05:18 +02:00
Rodrigo Macedo
c1cfd58b01 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (34 of 34 strings)

Translation: server-backend-12.0/server-backend-12.0-base_external_dbsource
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_external_dbsource/pt_BR/
2023-03-30 12:05:18 +02:00
Adrià Gil Sorribes
91dd0294da [12.0][MIG] Migrate module base_external_dbsource
[UPD] README.rst

[UPD] Update base_external_dbsource.pot

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-backend-12.0/server-backend-12.0-base_external_dbsource
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_external_dbsource/

[UPD] README.rst
2023-03-30 12:05:18 +02:00
Sergio Teruel Albert
53711a93c2 [11.0][MIG] base_external_dbsource: Migration to v11.0
[UPD] README.rst

[UPD] Update base_external_dbsource.pot
2023-03-30 12:05:18 +02:00
Dave Lasley
0b1517d860 [FIX] base_external_dbsource: Fix PQ connection
* Use `conn_string_full` in pg connection to fix #888

[UPD] Update base_external_dbsource.pot
2023-03-30 12:05:18 +02:00
Dave Lasley
879cc23bd3 [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
2023-03-30 12:05:18 +02:00
Daniel Reis
144ee73398 Relicense to LGPL
With the agreement of authors and contributors.
Closes #635 (https://github.com/OCA/server-tools/issues/635)
2023-03-30 12:05:18 +02:00
Michell Stuttgart
35de494c94 [10.0] Add Firebird database support to base_external_dbsource (#623) 2023-03-30 12:05:18 +02:00
Henry Zhou
1c63f6b86b [MIG][10.0] base_external_dbsource (#578)
OCA Transbot updated translations from Transifex
2023-03-30 12:05:18 +02:00
Gervais Naoussi
2bbaf300d0 [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
2023-03-30 12:05:18 +02:00
Sandy
dd6bcb6363 Activate base_external_dbsource
OCA Transbot updated translations from Transifex
2023-03-30 12:05:18 +02:00
lauris
9974fee01e 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 2023-03-30 12:05:18 +02:00
Stéphane Bidoul
6a464e1f9c move all modules to __unported__ on master branch and set installable=False 2023-03-30 12:05:18 +02:00
Maxime Chambreuil
e06e904c79 [IMP] Update to v7 menu structure and dos2unix conversion
(../ext rev 366)
2023-03-30 12:05:18 +02:00
Daniel Reis
215da9a6f2 [CHG] simplified dbsource.execute api to a single method with two possible behaviors
(../ext rev 351.3.4)
2023-03-30 12:05:18 +02:00
webtec
5a5a0f79ea CHG: adapted to base_external_dbsource; code refactored
(../ext rev 351.3.3)
2023-03-30 12:05:18 +02:00