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] Add edi_sale_oca + edi_sale_ubl_oca #759

Closed
wants to merge 52 commits into from

Commits on Jun 1, 2023

  1. Add edi_sale_oca

    simahawk committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    d072000 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6619166 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6006d20 View commit details
    Browse the repository at this point in the history
  4. Add edi_sale_ubl_oca

    simahawk committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    97fccb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fae1604 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b1651fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24c7a3c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cde2823 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5fc3da6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a620a06 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d257f1b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d2f90fc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d85b944 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a159eb2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    146f775 View commit details
    Browse the repository at this point in the history
  16. edi_sale_ubl_oca: fix tests

    simahawk committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    ae9c2b5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    79285d4 View commit details
    Browse the repository at this point in the history
  18. edi_sale: show edi_id

    simahawk committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    9bfda70 View commit details
    Browse the repository at this point in the history
  19. edi_oca: fix edi_id label

    simahawk committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    779e9a0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d734c95 View commit details
    Browse the repository at this point in the history
  21. edi_sale_oca: clean file

    simahawk committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    07092b5 View commit details
    Browse the repository at this point in the history
  22. edi_sale_ubl: fix demo data

    simahawk committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    edfea3a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3c0f6f3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    89961a6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ac1ffa4 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    57ce41f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0c32a02 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    473064a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    b9c9c19 View commit details
    Browse the repository at this point in the history
  30. edi_sale_ubl: do not use Form for tests

    The Form class is just too dumb.
    If a field is not there it's broken
    and if you pass a view for a main record
    you cannot pass any for the x2m fields
    which makes it impossible to use for general purpose.
    simahawk committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    b57e181 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4969c09 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    31b640a View commit details
    Browse the repository at this point in the history
  33. Add edi_sale_endpoint

    simahawk committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    a3d06cf View commit details
    Browse the repository at this point in the history
  34. Add TMP test dependencies

    simahawk committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    ad4129a View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    47353b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    def838e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d3d4a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. edi_sale_ubl: fix line state compute

    Additionally, avoid recomputing states for all lines
    when we know which lines have changed.
    simahawk committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    2d590a0 View commit details
    Browse the repository at this point in the history
  2. edi_sale_ubl: fix order state compute

    Several lines' state make the order not satisfied.
    simahawk committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    a6dc952 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    12086b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d35a7f View commit details
    Browse the repository at this point in the history
  3. edi_sale: fix _edi_exchange_ready for qty=0

    Lines w/ no qty must not be excluded a priori
    simahawk committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a4d8c38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ebb07a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    140301f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    6f1df66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79e77f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2af913d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    691068f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b72e61c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3752dbb View commit details
    Browse the repository at this point in the history
  4. edi_sale: fix test_process

    simahawk committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    0d9ce3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b161c2 View commit details
    Browse the repository at this point in the history