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

MIG stock_mts_mto_rule to 12.0 #586

Closed
wants to merge 29 commits into from

Commits on May 5, 2019

  1. refactore creating a new route, a new procurement action and separate…

    … procurement rules to handle the mts+mto scenario
    florian-dacosta authored and jaredkipe committed May 5, 2019
    Configuration menu
    Copy the full SHA
    eb0a415 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d88992 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    659d2dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77b9d82 View commit details
    Browse the repository at this point in the history
  5. [UPD] prefix versions with 8.0

    sbidoul authored and jaredkipe committed May 5, 2019
    Configuration menu
    Copy the full SHA
    b3525a4 View commit details
    Browse the repository at this point in the history
  6. [MIG] Make modules uninstallable

    pedrobaeza authored and jaredkipe committed May 5, 2019
    Configuration menu
    Copy the full SHA
    45c4431 View commit details
    Browse the repository at this point in the history
  7. Update README.rst

    Add explanation for finding this setting
    otherjustin authored and jaredkipe committed May 5, 2019
    Configuration menu
    Copy the full SHA
    7681613 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce73a1e View commit details
    Browse the repository at this point in the history
  9. [MIG] Rename manifest files

    pedrobaeza authored and jaredkipe committed May 5, 2019
    Configuration menu
    Copy the full SHA
    e41131c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    61e89e8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a712cc7 View commit details
    Browse the repository at this point in the history
  12. Update READMEs

    Conforms to the latest README template: bugtracker, runbot etc.
    Fixes bugtracker URL on some modules.
    States OCA as maintainer, removes other contributors from the 'Maintainer' section.
    Lionel Sausin authored and jaredkipe committed May 5, 2019
    Configuration menu
    Copy the full SHA
    13e306c View commit details
    Browse the repository at this point in the history
  13. set pull rule of customer location like split_procurement to allow wh…

    …en warehouse is two/three steps delivery propagate move by mts-mto in pick/pack/out
    JulioSerna authored and jaredkipe committed May 5, 2019
    Configuration menu
    Copy the full SHA
    b5c89d3 View commit details
    Browse the repository at this point in the history
  14. OCA Transbot updated translations from Transifex

    OCA Transbot updated translations from Transifex
    oca-transbot authored and jaredkipe committed May 5, 2019
    Configuration menu
    Copy the full SHA
    7d267ff View commit details
    Browse the repository at this point in the history
  15. stock move name fix

    lk-eska authored and jaredkipe committed May 5, 2019
    Configuration menu
    Copy the full SHA
    94aae34 View commit details
    Browse the repository at this point in the history
  16. Do no run mts mto procurement if it already has been splited into at …

    …least another procurement
    florian-dacosta authored and jaredkipe committed May 5, 2019
    Configuration menu
    Copy the full SHA
    cd9cb1c View commit details
    Browse the repository at this point in the history
  17. stock_mts_mto_rule

    JordiBForgeFlow authored and jaredkipe committed May 5, 2019
    Configuration menu
    Copy the full SHA
    dc5ba6a View commit details
    Browse the repository at this point in the history
  18. [MIG] Migrate stock_mts_mto_rule to v10.0

    Sylvain GARANCHER authored and jaredkipe committed May 5, 2019
    Configuration menu
    Copy the full SHA
    19122a1 View commit details
    Browse the repository at this point in the history
  19. [IMP] stock_mts_mto_rule : Added some unit tests

    Sylvain GARANCHER authored and jaredkipe committed May 5, 2019
    Configuration menu
    Copy the full SHA
    c418bcc View commit details
    Browse the repository at this point in the history
  20. [FIX] stock_mts_mto_rule : Fixed v10 migration bugs, revealed by new …

    …unit tests
    Sylvain GARANCHER authored and jaredkipe committed May 5, 2019
    Configuration menu
    Copy the full SHA
    4418fcb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0bc9461 View commit details
    Browse the repository at this point in the history
  22. [FIX] stock_mts_mto_rule: Don't fail on renaming WH code

    There's a traceback when renaming warehouse code (without renaming warehouse name), as name argument is False.
    pedrobaeza authored and jaredkipe committed May 5, 2019
    Configuration menu
    Copy the full SHA
    66752a1 View commit details
    Browse the repository at this point in the history
  23. OCA Transbot updated translations from Transifex

    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    oca-transbot authored and jaredkipe committed May 5, 2019
    Configuration menu
    Copy the full SHA
    aa18cf3 View commit details
    Browse the repository at this point in the history
  24. [FIX] _update_routes now handle multiple records (OCA#325)

    This method is called from the write() method the one how support
    multiple records an api.multi method.
    
    I was making some test when I tried to activate the mto+mts option for
    multiple warehouse and the next error appears: ``ValueError: Expected singleton``
    
    In order to fix this error I only added a loop to manage the multiple
    registers.
    zaoral authored and jaredkipe committed May 5, 2019
    Configuration menu
    Copy the full SHA
    3ed595f View commit details
    Browse the repository at this point in the history
  25. OCA Transbot updated translations from Transifex

    OCA Transbot updated translations from Transifex
    oca-transbot authored and jaredkipe committed May 5, 2019
    Configuration menu
    Copy the full SHA
    c9052a4 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    52f0fdc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0fc3c92 View commit details
    Browse the repository at this point in the history
  28. [ADD] icon.png

    OCA-git-bot authored and jaredkipe committed May 5, 2019
    Configuration menu
    Copy the full SHA
    578a18e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. [MIG] Migrate stock_mts_mto_rule to 12.0

    Major changes to the way Warehouses update their routes/rules and self heal.
    Improved rule code to use `float_compare` and `float_is_zero`.
    jaredkipe committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    aadbde3 View commit details
    Browse the repository at this point in the history