Skip to content
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

[15.0][MIG] base_external_dbsource #2381

Closed
wants to merge 23 commits into from

Conversation

flachica
Copy link
Contributor

@flachica flachica commented Aug 2, 2022

Migration from 10.0 to 15.0

@flachica flachica mentioned this pull request Aug 2, 2022
54 tasks
@flachica flachica force-pushed the 15.0-mig-base_external_dbsource branch 2 times, most recently from 1a205c7 to 9d3636c Compare August 2, 2022 14:29
@flachica
Copy link
Contributor Author

flachica commented Aug 3, 2022

Test are failing and I don't know how I can solve it. Any help is welcome

2022-08-02 14:30:42,186 261 INFO odoo odoo.addons.base_external_dbsource.tests.test_base_external_dbsource: Starting TestBaseExternalDbsource.test_conn_open ... 
2022-08-02 14:30:42,190 261 INFO odoo odoo.addons.base_external_dbsource.tests.test_base_external_dbsource: ====================================================================== 
2022-08-02 14:30:42,190 261 ERROR odoo odoo.addons.base_external_dbsource.tests.test_base_external_dbsource: ERROR: TestBaseExternalDbsource.test_conn_open
Traceback (most recent call last):
  File "/opt/odoo-venv/lib/python3.8/site-packages/mock/mock.py", line 1511, in __enter__
    setattr(self.target, self.attribute, new_attr)
AttributeError: 'base.external.dbsource' object attribute 'connection_open' is read-only

webtec and others added 22 commits August 13, 2022 12:55
…d__ and adopted for instalation on v8.0 : created new form views for both modules as old ones was for v6.1
With the agreement of authors and contributors.
Closes OCA#635 (OCA#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
* Use `conn_string_full` in pg connection to fix OCA#888
@flachica flachica force-pushed the 15.0-mig-base_external_dbsource branch from 9d3636c to c8015de Compare August 13, 2022 10:57
@flachica flachica force-pushed the 15.0-mig-base_external_dbsource branch from c8015de to e6c8510 Compare August 17, 2022 10:11
@Bilbonet
Copy link

Bilbonet commented Sep 21, 2022

Hi @flachica
This module is migrated to v14.0 here https:/OCA/server-backend/tree/14.0/base_external_dbsource
Maybe you prefer migrate to v15.0 from that one

@flachica
Copy link
Contributor Author

Ok, so I'll close this PR. I confused the name of the repository

@flachica flachica closed this Sep 22, 2022
@flachica flachica deleted the 15.0-mig-base_external_dbsource branch September 23, 2022 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants