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

Merged
merged 17 commits into from
Nov 15, 2024

Commits on Nov 15, 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 Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c79797e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2af5e5b 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 Nov 15, 2024
    Configuration menu
    Copy the full SHA
    8c73940 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 Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7424e61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8abdb1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c44660 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4af4b8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    56b7417 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 Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b62b49d 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 Nov 15, 2024
    Configuration menu
    Copy the full SHA
    01fd7fe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6324534 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    81a718e 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 Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4a5076e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4081735 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6f472cd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bd9db2a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9155585 View commit details
    Browse the repository at this point in the history