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

[14.0] edi_oca: backports from v16 #1052

Draft
wants to merge 17 commits into
base: 14.0
Choose a base branch
from

Commits on Oct 11, 2024

  1. edi: fix consumer get_view w/ nested forms

    Select main  only as they can be nested into field custom forms.
    I'm looking at you  on v16 :S
    simahawk committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    6c2d916 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8501c63 View commit details
    Browse the repository at this point in the history
  3. [IMP] edi_oca: support exchange filename without extension on exchang…

    …e record
    duongtq authored and simahawk committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    c49fbaa View commit details
    Browse the repository at this point in the history
  4. [IMP] edi_oca: add partner form page

    duongtq authored and simahawk committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    73352c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    130ac8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    258c0cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89de1b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa184cd View commit details
    Browse the repository at this point in the history
  9. [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
    gurneyalex authored and simahawk committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f314e36 View commit details
    Browse the repository at this point in the history
  10. [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
    duongtq authored and simahawk committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    3b0fe31 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b51a3e5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    460195b View commit details
    Browse the repository at this point in the history
  13. [IMP] edi_oca: support modifying failed check send message

    duongtq authored and simahawk committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    36dc81d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3e9b688 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    58f29db View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8aef9b1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5ca2f6d View commit details
    Browse the repository at this point in the history