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 32 commits into
base: 14.0
Choose a base branch
from

Commits on Jul 1, 2024

  1. Add edi_sale_ubl_oca

    simahawk authored and thienvh332 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ba81455 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf4197b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c3e09a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d21cd6 View commit details
    Browse the repository at this point in the history
  5. edi_sale_ubl_oca: move data to demo

    simahawk authored and thienvh332 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    78121e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6eed7fc View commit details
    Browse the repository at this point in the history
  7. edi_sale_ubl_oca: fix tests

    simahawk authored and thienvh332 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    da7ee56 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1546bd2 View commit details
    Browse the repository at this point in the history
  9. edi_sale_ubl: fix demo data

    simahawk authored and thienvh332 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    33b68a3 View commit details
    Browse the repository at this point in the history
  10. edi_sale_ubl: introduce states

    simahawk authored and thienvh332 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    571c878 View commit details
    Browse the repository at this point in the history
  11. edi_sale_ubl: improve tests common

    simahawk authored and thienvh332 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    5008bc6 View commit details
    Browse the repository at this point in the history
  12. edi_sale: add edi_exchange_ready

    simahawk authored and thienvh332 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ffe3649 View commit details
    Browse the repository at this point in the history
  13. edi_sale_ubl: fix state mapping

    simahawk authored and thienvh332 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    292254f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    62862e3 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 authored and thienvh332 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    efb50c3 View commit details
    Browse the repository at this point in the history
  16. edi_sale_ubl: fix state update

    simahawk authored and thienvh332 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e87a016 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b9ba956 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0cccaa0 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 authored and thienvh332 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f7df6df 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 authored and thienvh332 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ffb1cae View commit details
    Browse the repository at this point in the history
  21. edi_sale_ubl: adapt to type rule

    simahawk authored and thienvh332 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    651e839 View commit details
    Browse the repository at this point in the history
  22. edi_sale_ubl: make state readonly

    simahawk authored and thienvh332 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    16eefc3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b437748 View commit details
    Browse the repository at this point in the history
  24. edi_sale_ubl: fix tests order setup

    simahawk authored and thienvh332 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    616352c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5d7ef95 View commit details
    Browse the repository at this point in the history
  26. edi_sale_ubl: fix ordrsp tmpl

    simahawk authored and thienvh332 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0dfc2ba View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b38f5ec View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c15586b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ba2ee03 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    6f9e402 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    37b1af8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f78b1f View commit details
    Browse the repository at this point in the history