-
-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[18.0][MIG] base_external_dbsource #333
Open
HviorForgeFlow
wants to merge
40
commits into
OCA:18.0
Choose a base branch
from
ForgeFlow:18.0-mig-base_external_dbsource
base: 18.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[18.0][MIG] base_external_dbsource #333
HviorForgeFlow
wants to merge
40
commits into
OCA:18.0
from
ForgeFlow:18.0-mig-base_external_dbsource
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(../ext rev 351.3.3)
…sible behaviors (../ext rev 351.3.4)
(../ext rev 366)
…d__ and adopted for instalation on v8.0 : created new form views for both modules as old ones was for v6.1
OCA Transbot updated translations from Transifex
* 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
OCA Transbot updated translations from Transifex
With the agreement of authors and contributors. Closes #635 (OCA/server-tools#635)
* 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
* Use `conn_string_full` in pg connection to fix #888 [UPD] Update base_external_dbsource.pot
[UPD] README.rst [UPD] Update base_external_dbsource.pot
[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
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/
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/
[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/
…t be tested (it is not possible to test the connection with odoo postgress). base_external_dbsource 14.0.1.0.1
Currently translated at 34.4% (10 of 29 strings) Translation: server-backend-15.0/server-backend-15.0-base_external_dbsource Translate-URL: https://translation.odoo-community.org/projects/server-backend-15-0/server-backend-15-0-base_external_dbsource/it/
Currently translated at 55.1% (16 of 29 strings) Translation: server-backend-16.0/server-backend-16.0-base_external_dbsource Translate-URL: https://translation.odoo-community.org/projects/server-backend-16-0/server-backend-16-0-base_external_dbsource/sl/
Currently translated at 100.0% (29 of 29 strings) Translation: server-backend-16.0/server-backend-16.0-base_external_dbsource Translate-URL: https://translation.odoo-community.org/projects/server-backend-16-0/server-backend-16-0-base_external_dbsource/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-backend-16.0/server-backend-16.0-base_external_dbsource Translate-URL: https://translation.odoo-community.org/projects/server-backend-16-0/server-backend-16-0-base_external_dbsource/
Currently translated at 100.0% (30 of 30 strings) Translation: server-backend-16.0/server-backend-16.0-base_external_dbsource Translate-URL: https://translation.odoo-community.org/projects/server-backend-16-0/server-backend-16-0-base_external_dbsource/pt_BR/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-backend-17.0/server-backend-17.0-base_external_dbsource Translate-URL: https://translation.odoo-community.org/projects/server-backend-17-0/server-backend-17-0-base_external_dbsource/
Currently translated at 100.0% (29 of 29 strings) Translation: server-backend-17.0/server-backend-17.0-base_external_dbsource Translate-URL: https://translation.odoo-community.org/projects/server-backend-17-0/server-backend-17-0-base_external_dbsource/it/
HviorForgeFlow
force-pushed
the
18.0-mig-base_external_dbsource
branch
from
January 16, 2025 14:13
dd95f8c
to
ad8acad
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Standard migration
CC @ForgeFlow