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

8.0 new addons: sale_quotation_sourcing #41

Merged
merged 44 commits into from Oct 8, 2014

Commits on Sep 12, 2014

  1. scaffold new addon

    gurneyalex committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    f1f2784 View commit details
    Browse the repository at this point in the history
  2. partial implementation

    wizard view is there, more work needed to customize the procurment handling
    gurneyalex committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    06dbb8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b479204 View commit details
    Browse the repository at this point in the history
  4. added pot file

    gurneyalex committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    8f4061e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd6ac9d View commit details
    Browse the repository at this point in the history
  6. rename models/ to model/

    gurneyalex committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    272568e View commit details
    Browse the repository at this point in the history
  7. use @api.model decorator where needed

    + flake8 clean of sale_order
    gurneyalex committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    7dfd11b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5757bd4 View commit details
    Browse the repository at this point in the history
  9. updated travis config

    remove travis_run_flake8
    set a separate env for testing sale_quotation_sourcing, and it seems that
    another addon is changing a return value which makes our tests unhappy
    gurneyalex committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    9e1f5bf View commit details
    Browse the repository at this point in the history
  10. fix bad use of api.one

    gurneyalex committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    9209fb2 View commit details
    Browse the repository at this point in the history
  11. restore .travis.yml

    once sale_exceptions is fixed, not need for 4 environments
    gurneyalex committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    b795c12 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2014

  1. module name

    lepistone committed Sep 15, 2014
    Configuration menu
    Copy the full SHA
    a5dd77a View commit details
    Browse the repository at this point in the history
  2. do not copy sourced_by

    lepistone committed Sep 15, 2014
    Configuration menu
    Copy the full SHA
    ef2a1cc View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2014

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

Commits on Sep 18, 2014

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

Commits on Sep 19, 2014

  1. find a move rule, not a buy rule

    Apparently, MTO rules are have action="move". With this change, we do
    generate an outgoing picking when the SO is validated.
    lepistone committed Sep 19, 2014
    Configuration menu
    Copy the full SHA
    cfbbf7a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2014

  1. use nose assertions

    lepistone committed Sep 23, 2014
    Configuration menu
    Copy the full SHA
    3054c07 View commit details
    Browse the repository at this point in the history
  2. improved procurement / purchase logic

    In a MTO case, two procurements are generated, and it is the second one
    that is to be attached to the purchase order
    lepistone committed Sep 23, 2014
    Configuration menu
    Copy the full SHA
    ca1a544 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2014

  1. rename tests -> test

    lepistone committed Sep 24, 2014
    Configuration menu
    Copy the full SHA
    85c0c48 View commit details
    Browse the repository at this point in the history
  2. new tests for standard case

    lepistone committed Sep 24, 2014
    Configuration menu
    Copy the full SHA
    8268d02 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2014

  1. Configuration menu
    Copy the full SHA
    eb99d26 View commit details
    Browse the repository at this point in the history
  2. make manual test case like the automatic one

    The goal of the game is to make the manually sourced case behave exactly
    like the standard automatic one.
    lepistone committed Sep 25, 2014
    Configuration menu
    Copy the full SHA
    ed1d156 View commit details
    Browse the repository at this point in the history
  3. say my name

    lepistone committed Sep 25, 2014
    Configuration menu
    Copy the full SHA
    992c868 View commit details
    Browse the repository at this point in the history
  4. cleanup

    lepistone committed Sep 25, 2014
    Configuration menu
    Copy the full SHA
    a3bdd74 View commit details
    Browse the repository at this point in the history
  5. fix assertion

    lepistone committed Sep 25, 2014
    Configuration menu
    Copy the full SHA
    47e3bfd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f129107 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4fcb7f6 View commit details
    Browse the repository at this point in the history
  8. more doc

    lepistone committed Sep 25, 2014
    Configuration menu
    Copy the full SHA
    dbaea1e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0e995b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2014

  1. improve doc

    lepistone committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    d076a45 View commit details
    Browse the repository at this point in the history
  2. yaml: new api

    lepistone committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    2db51a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    623683d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2014

  1. split the tests to avoid interferences

    the presence of sale_exception_nostock breaks the tests of
    sale_quotation_sourcing
    gurneyalex committed Oct 3, 2014
    Configuration menu
    Copy the full SHA
    4e734b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2014

  1. Configuration menu
    Copy the full SHA
    bfe507e View commit details
    Browse the repository at this point in the history
  2. Remove the selection of PO in the sourcing wizard

    Use the name_search instead.
    jgrandguillaume authored and lepistone committed Oct 7, 2014
    Configuration menu
    Copy the full SHA
    1ddf4bf View commit details
    Browse the repository at this point in the history
  3. test: specify product name

    lepistone committed Oct 7, 2014
    Configuration menu
    Copy the full SHA
    84269b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38fb908 View commit details
    Browse the repository at this point in the history
  5. adapt existing tests to the new style

    A new one is coming, so I am adapting the existing tests.
    lepistone committed Oct 7, 2014
    Configuration menu
    Copy the full SHA
    c82a512 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0963bc7 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2014

  1. lint

    lepistone committed Oct 8, 2014
    Configuration menu
    Copy the full SHA
    590a606 View commit details
    Browse the repository at this point in the history
  2. check for consistency between procurement and PO

    This check is done when the procurement is processed, which happens when
    the Sale Order is validated. We cannot easily check before validation
    because we need to know what destination location has been chosen in the
    procurement. Just checking the route selected in the Sale Order Line is
    too restrictive because the Route can be chosen in many other places.
    lepistone committed Oct 8, 2014
    Configuration menu
    Copy the full SHA
    413d5cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9d5e61 View commit details
    Browse the repository at this point in the history
  4. remove stale po_id

    lepistone committed Oct 8, 2014
    Configuration menu
    Copy the full SHA
    4553508 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9adf01c View commit details
    Browse the repository at this point in the history