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

[WIP][WMS][12.0] Available to Promise Release #709

Closed
wants to merge 26 commits into from

Commits on Nov 5, 2019

  1. Add stock_virtual_reservation

    guewen committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    fccde3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b9a06f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcdc3cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ce3fc1 View commit details
    Browse the repository at this point in the history
  5. Add todos

    guewen committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    78114e0 View commit details
    Browse the repository at this point in the history
  6. Fix backorders, add wizard

    guewen committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    5266f09 View commit details
    Browse the repository at this point in the history
  7. Move fields around

    guewen committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    a900e1f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd22ef3 View commit details
    Browse the repository at this point in the history
  9. Support "one" delivery type

    guewen committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    cd49bf4 View commit details
    Browse the repository at this point in the history
  10. Add sale_stock_virtual_reservation_rule

    Glue for stock_virtual_reservation and sale
    guewen committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    9850979 View commit details
    Browse the repository at this point in the history
  11. Track moves to release

    guewen committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    f25aad8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7f5ab0a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8fb47cc View commit details
    Browse the repository at this point in the history
  14. Fix stock qty and assign

    * we want to work with the virtual available as we cannot delivery what
    is already outgoing
    * call action_assign even if the state is already assigned, because it
    may change the quantity
    guewen committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    6df26bd View commit details
    Browse the repository at this point in the history
  15. Fix different UOM

    guewen committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    95f390a View commit details
    Browse the repository at this point in the history
  16. Add readme

    guewen committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    dc81494 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f02ea74 View commit details
    Browse the repository at this point in the history
  18. Move release option from warehouse to location route

    So we can activate the release only on some routes, while leaving
    other routes work as normal (eg. MTO). Still have to figure out
    if the ordered available to promise quantity is correct in this case.
    guewen committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    d501d75 View commit details
    Browse the repository at this point in the history
  19. Remove unused field

    guewen committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    1581146 View commit details
    Browse the repository at this point in the history
  20. Fix test

    'partner_id' is not required as the method _get_stock_move_values takes
    the 'partner_id' from the 'group'. In fact, it makes the tests fail when
    some other non-identified OCA addon is installed.
    guewen committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    836668f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    54f5641 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d9b04e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Configuration menu
    Copy the full SHA
    c13ad92 View commit details
    Browse the repository at this point in the history
  2. Rename field for clarity

    guewen committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    651d86e View commit details
    Browse the repository at this point in the history
  3. Rename method for clarity

    guewen committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    6a9cd38 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Configuration menu
    Copy the full SHA
    84cd0ba View commit details
    Browse the repository at this point in the history