-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
[17.0] [MIG] edi_storage_oca: Migration to 17.0 #114
Conversation
f4e3cfb
to
2cd048b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
29f5d89
to
31386e2
Compare
edi_storage_oca/__manifest__.py
Outdated
@@ -7,7 +7,7 @@ | |||
"summary": """ | |||
Base module to allow exchanging files via storage backend (eg: SFTP). | |||
""", | |||
"version": "16.0.1.1.2", | |||
"version": "17.0.1.1.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@luisDIXMIT could you reset the version numbering to 17.0.1.0.0
?
@luisDIXMIT can you remove my commit and add @JordiMForgeFlow commit from the PR? |
Ack files should be treated as incoming records. Receive files is not handled yet by the framework and will be added soon.
* A cron job check related storage on edi backends to create the needed exchange files. * Add basic receive component.
…ge.record to avoid moving files after processing
Enable any internal user to trigger creation of EDI records without EDI Manager group nor read access to fs.storage
When relying on listing all files in a dir, if there's a missing trailing slash no file will be found.
Currently translated at 100.0% (19 of 19 strings) Translation: edi-framework-16.0/edi-framework-16.0-edi_storage_oca Translate-URL: https://translation.odoo-community.org/projects/edi-framework-16-0/edi-framework-16-0-edi_storage_oca/it/
Currently translated at 100.0% (19 of 19 strings) Translation: edi-framework-16.0/edi-framework-16.0-edi_storage_oca Translate-URL: https://translation.odoo-community.org/projects/edi-framework-16-0/edi-framework-16-0-edi_storage_oca/it/
31386e2
to
9ea0740
Compare
Done |
It was controlled later by fs.exists, but this code was incompatible with some fsspecs.
9ea0740
to
948543e
Compare
This PR has the |
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at a2428b6. Thanks a lot for contributing to OCA. ❤️ |
Standard migration.
The tests are failing due to an error in the code of the edi_oca module, which was fixed in PR #113.
@etobella