[19.0][MIG] edi_endpoint_oca: Migration to V19#262
Conversation
6cc60cd to
591bd6e
Compare
|
|
||
| @unittest.skipIf(os.getenv("SKIP_HTTP_CASE"), "EDIEndpointHttpCase skipped") | ||
| class EDIEndpointHttpCase(HttpCase): | ||
| class EDIEndpointHttpCase(HttpCase, CommonEDIEndpoint): |
There was a problem hiding this comment.
This is mixing 2 different base test classes. We might have weird behaviors.
Options:
- import setup methods and use them directly in setUpClass
- do not make
CommonEDIEndpointinherit fromTransactionCaseand make it a bare mixin class w/ a_setup_endpoint_envgeneral setup method that you can call here insetUpClass
4cec69a to
d5ca3f0
Compare
|
Hello @simahawk |
|
probably because of OCA/oca-addons-repo-template#344 |
|
/ocabot migration edi_endpoint_oca |
d5ca3f0 to
eb1f73f
Compare
Moved from OCA/edi repository
The new mixin view won't be affected by weird extensions. Requires OCA/web-api#56 Solves conflict w/ OCA/web-api-contrib#1
Currently translated at 1.9% (1 of 51 strings) Translation: edi-framework-16.0/edi-framework-16.0-edi_endpoint_oca Translate-URL: https://translation.odoo-community.org/projects/edi-framework-16-0/edi-framework-16-0-edi_endpoint_oca/it/
edi.endpoint views must be independent that's why primary mode is used. endpoint.endpoint views might be polluted by other modules: this change ensures they are isolated. Depends on OCA/web-api#87
If record field value is already True, impossible to sync the registry
A new route parameter has been introduced and for existing endpoints to work OOTB we must resync.
Currently translated at 100.0% (51 of 51 strings) Translation: edi-framework-18.0/edi-framework-18.0-edi_endpoint_oca Translate-URL: https://translation.odoo-community.org/projects/edi-framework-18-0/edi-framework-18-0-edi_endpoint_oca/it/
Setting the file content after creating the record might lead to errors when the exchange type is has quick_exec enabled. That's because the backend will try to process the file immediately on create but there's no file content yet. Just populate the file content right away.
eb1f73f to
625586d
Compare
|
Hello @OCA/edi-framework-maintainers can you pls take a look and possibly trigger merge? |
|
Hi the Depend pr closed is wrong on the decription : it was superseeded and merge --> OCA/server-tools#3606 at this point, The PR can be merge, all dependencies are merge ! @simahawk could you update your review and trigger the merge please :) |
|
/ocabot merge nobump |
|
Hey, thanks for contributing! Proceeding to merge this for you. |
|
Congratulations, your PR was merged at be0aee0. Thanks a lot for contributing to OCA. ❤️ |
Standard migration.
Replaces #256
Depends on:
This PR is opened to speed up migration to 19.0.