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_ubl_oca #1024

Open
wants to merge 35 commits into
base: 14.0
Choose a base branch
from

Commits on Nov 15, 2024

  1. Add edi_sale_ubl_oca

    simahawk committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    29f1353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    184b12a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9d7838 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c57f8ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f6c355 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ceb5e45 View commit details
    Browse the repository at this point in the history
  7. edi_sale_ubl_oca: fix tests

    simahawk committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7280800 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf82851 View commit details
    Browse the repository at this point in the history
  9. edi_sale_ubl: fix demo data

    simahawk committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    98c1f0a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b16b3e2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8e8a245 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8ead28f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    05af9d1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aafa463 View commit details
    Browse the repository at this point in the history
  15. 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 Nov 15, 2024
    Configuration menu
    Copy the full SHA
    88b25b3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8566af7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e3d10f0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f81af10 View commit details
    Browse the repository at this point in the history
  19. edi_sale_ubl: fix line state compute

    Additionally, avoid recomputing states for all lines
    when we know which lines have changed.
    simahawk committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    8c5e644 View commit details
    Browse the repository at this point in the history
  20. edi_sale_ubl: fix order state compute

    Several lines' state make the order not satisfied.
    simahawk committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7c438fc View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    553de98 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    914e6ef View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e6e427f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    427759e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f793740 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d588bcc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    82c47e0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a4bcfa2 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4e5e1a7 View commit details
    Browse the repository at this point in the history
  30. [IMP] edi_sale_ubl_oca: add more decorator on create method

    duongtq authored and simahawk committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    698c653 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    817df32 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    43bfc5a View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    821a063 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    f6fbc45 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    ffb2719 View commit details
    Browse the repository at this point in the history