-
-
Notifications
You must be signed in to change notification settings - Fork 29
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][FW] edi_oca: missing FW from 16.0 #118
base: 17.0
Are you sure you want to change the base?
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bb9650e - Browse repository at this point
Copy the full SHA bb9650eView commit details -
edi_oca: avoid duplicate field name
Avoid warning because of duplicated Model field name while installing this module
Configuration menu - View commit details
-
Copy full SHA for 8b6cfeb - Browse repository at this point
Copy the full SHA 8b6cfebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25f2308 - Browse repository at this point
Copy the full SHA 25f2308View commit details -
edi: exc type fix view archived rules
Archived rules were not visible on the exc type form.
Configuration menu - View commit details
-
Copy full SHA for 73a2168 - Browse repository at this point
Copy the full SHA 73a2168View commit details -
edi: exc type view allow archive rules
You can now toggle archived/unarchived directly from exc type form
Configuration menu - View commit details
-
Copy full SHA for 85c3de1 - Browse repository at this point
Copy the full SHA 85c3de1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b7281e - Browse repository at this point
Copy the full SHA 4b7281eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfe970d - Browse repository at this point
Copy the full SHA dfe970dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c20ddf3 - Browse repository at this point
Copy the full SHA c20ddf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 495a45e - Browse repository at this point
Copy the full SHA 495a45eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b32a34 - Browse repository at this point
Copy the full SHA 2b32a34View commit details -
edi: make send failed job retryable
Send jobs might fail due to an external service being not responsive. If the job is simply failed, a new one will be spawned and might encour in the same error again, possibly leading to an high number of duplicated jobs for the same record. Yet, when a RetryableJobError is raised, the job will be set back into pending state and will be nicely retried based on jobs configuration.
Configuration menu - View commit details
-
Copy full SHA for d7f866c - Browse repository at this point
Copy the full SHA d7f866cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef0520d - Browse repository at this point
Copy the full SHA ef0520dView commit details -
When actions are automated, is nice to see that data has been generated for an exchange on the related record.
Configuration menu - View commit details
-
Copy full SHA for b30828f - Browse repository at this point
Copy the full SHA b30828fView commit details -
edi: fix backend jobs test old api
The recommended way to execute actions on records is to call `action_exchange_*` on
Configuration menu - View commit details
-
Copy full SHA for 6ed326e - Browse repository at this point
Copy the full SHA 6ed326eView commit details -
Instead of waiting for the cron to pass again and send the file chain the 2 jobs so that it gets sent right after generation.
Configuration menu - View commit details
-
Copy full SHA for 85efae5 - Browse repository at this point
Copy the full SHA 85efae5View commit details -
* catch OSError * add debug log
Configuration menu - View commit details
-
Copy full SHA for 9269999 - Browse repository at this point
Copy the full SHA 9269999View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffc151a - Browse repository at this point
Copy the full SHA ffc151aView commit details -
Prevents having duplicated jobs for the same record as far as possible.
Configuration menu - View commit details
-
Copy full SHA for 589f28f - Browse repository at this point
Copy the full SHA 589f28fView commit details -
edi: raise send job prio to max
Try to send out the file as fast as possible once the content is ready.
Configuration menu - View commit details
-
Copy full SHA for 1857812 - Browse repository at this point
Copy the full SHA 1857812View commit details -
edi: fix consumer mixin copy origin exc record
The origin record should never been copied. Its values should always be set specifically by a framework action.
Configuration menu - View commit details
-
Copy full SHA for a4f417d - Browse repository at this point
Copy the full SHA a4f417dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 700dd9e - Browse repository at this point
Copy the full SHA 700dd9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42887ef - Browse repository at this point
Copy the full SHA 42887efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c98738 - Browse repository at this point
Copy the full SHA 4c98738View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71f87e9 - Browse repository at this point
Copy the full SHA 71f87e9View commit details -
[IMP] edi_oca: add a backend_type_code field on the backend
this field can be used in backend views to show/hide configuration elements depending on the backend type
Configuration menu - View commit details
-
Copy full SHA for 6e9681e - Browse repository at this point
Copy the full SHA 6e9681eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15aa918 - Browse repository at this point
Copy the full SHA 15aa918View commit details -
[IMP] edi_oca: allow to receive empty files
Currently when we receive an empty file: - Receive step doesn't end up in state error_on_receive : that's because we just ignore the content here - But the process step will raise an error - So this commit goal tries to improve that - By default, this option is disabled so we still consider that an empty file is an error case
Configuration menu - View commit details
-
Copy full SHA for af10fe6 - Browse repository at this point
Copy the full SHA af10fe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3734a43 - Browse repository at this point
Copy the full SHA 3734a43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b47492 - Browse repository at this point
Copy the full SHA 2b47492View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc7b080 - Browse repository at this point
Copy the full SHA cc7b080View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbacd17 - Browse repository at this point
Copy the full SHA cbacd17View commit details -
Configuration menu - View commit details
-
Copy full SHA for eef504e - Browse repository at this point
Copy the full SHA eef504eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 314c892 - Browse repository at this point
Copy the full SHA 314c892View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71825d6 - Browse repository at this point
Copy the full SHA 71825d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for de20b96 - Browse repository at this point
Copy the full SHA de20b96View commit details