diff --git a/pandoc-3.1.11.1-x86_64-macOS.pkg b/pandoc-3.1.11.1-x86_64-macOS.pkg new file mode 100644 index 000000000..b17e3bfd6 Binary files /dev/null and b/pandoc-3.1.11.1-x86_64-macOS.pkg differ diff --git a/stock_mts_mto_rule/README.rst b/stock_mts_mto_rule/README.rst index e4ae278f6..bb1221d16 100644 --- a/stock_mts_mto_rule/README.rst +++ b/stock_mts_mto_rule/README.rst @@ -17,41 +17,39 @@ Stock MTS+MTO Rule :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_mts_mto_rule + :target: https://github.com/OCA/stock-logistics-warehouse/tree/17.0/stock_mts_mto_rule :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_mts_mto_rule + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-17-0/stock-logistics-warehouse-17-0-stock_mts_mto_rule :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| This module add a Make To Stock + Make to Order Route. -If you choose the make to stock + make to order rule instead of the make to -order route, the creation of a purchase order will depend on the virtual stock. -There are 3 cases : +If you choose the make to stock + make to order rule instead of the make +to order route, the creation of a purchase order will depend on the +virtual stock. There are 3 cases : -1. The virtual stock of the product is 0 - => It will act exactly like the make to order route. +1. | The virtual stock of the product is 0 + | => It will act exactly like the make to order route. -2. The virtual stock is equal to the quantity ordered - => It will act exactly like a make to stock route +2. | The virtual stock is equal to the quantity ordered + | => It will act exactly like a make to stock route -3. The virtual stock is more than 0 but less than ordered quantity - => On part of the products will be taken from stock and a purchase order - will be created for the rest. So it will act like both make to order and - make to stock rule. +3. | The virtual stock is more than 0 but less than ordered quantity + | => On part of the products will be taken from stock and a purchase + order + | will be created for the rest. So it will act like both make to + order and make to stock rule. -Example : -We have a virtual stock of : 1 product A -A sale Order is made for 3 products A. -2 Procurements will be created : +Example : We have a virtual stock of : 1 product A A sale Order is made +for 3 products A. 2 Procurements will be created : 1. 1 with a make to stock rule and a quantity of 1 - 2. 1 with a make to order rule and a quantity of 2. After validation, a purchase order with 2 products will be created. @@ -67,19 +65,20 @@ Configuration You have to select 'Use MTO+MTS rules' on the company's warehouse form. Known issues -============ +------------ If you cancel a delivery order and then recreate it from Recreate -Delivery Order button in sale order form, then the stock level at the time of -the Re-Creation won't be taken into account. So if a purchase order was created -when the sale order was first validated, a similar purchase order will be created -during the Re-creation of the delivery order, even if not needed regarding the actual stock. +Delivery Order button in sale order form, then the stock level at the +time of the Re-Creation won't be taken into account. So if a purchase +order was created when the sale order was first validated, a similar +purchase order will be created during the Re-creation of the delivery +order, even if not needed regarding the actual stock. Usage ===== -You have to select the mts+mto route on the product form. -You should not select both the mts+mto route and the mto route. +You have to select the mts+mto route on the product form. You should not +select both the mts+mto route and the mto route. Bug Tracker =========== @@ -87,7 +86,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -95,19 +94,19 @@ Credits ======= Authors -~~~~~~~ +------- * Akretion Contributors -~~~~~~~~~~~~ +------------ -* Florian da Costa -* Jared Kipe -* Alan Ramos +- Florian da Costa +- Jared Kipe +- Alan Ramos Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -119,6 +118,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_mts_mto_rule/pyproject.toml b/stock_mts_mto_rule/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/stock_mts_mto_rule/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/stock_mts_mto_rule/readme/CONFIGURE.md b/stock_mts_mto_rule/readme/CONFIGURE.md new file mode 100644 index 000000000..4dc191d1c --- /dev/null +++ b/stock_mts_mto_rule/readme/CONFIGURE.md @@ -0,0 +1,10 @@ +You have to select 'Use MTO+MTS rules' on the company's warehouse form. + +## Known issues + +If you cancel a delivery order and then recreate it from Recreate +Delivery Order button in sale order form, then the stock level at the +time of the Re-Creation won't be taken into account. So if a purchase +order was created when the sale order was first validated, a similar +purchase order will be created during the Re-creation of the delivery +order, even if not needed regarding the actual stock. diff --git a/stock_mts_mto_rule/readme/CONFIGURE.rst b/stock_mts_mto_rule/readme/CONFIGURE.rst deleted file mode 100644 index f92d6235a..000000000 --- a/stock_mts_mto_rule/readme/CONFIGURE.rst +++ /dev/null @@ -1,10 +0,0 @@ -You have to select 'Use MTO+MTS rules' on the company's warehouse form. - -Known issues -============ - -If you cancel a delivery order and then recreate it from Recreate -Delivery Order button in sale order form, then the stock level at the time of -the Re-Creation won't be taken into account. So if a purchase order was created -when the sale order was first validated, a similar purchase order will be created -during the Re-creation of the delivery order, even if not needed regarding the actual stock. diff --git a/stock_mts_mto_rule/readme/CONTRIBUTORS.md b/stock_mts_mto_rule/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..5a43bbb04 --- /dev/null +++ b/stock_mts_mto_rule/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +- Florian da Costa \<\> +- Jared Kipe \<\> +- Alan Ramos \<\> diff --git a/stock_mts_mto_rule/readme/CONTRIBUTORS.rst b/stock_mts_mto_rule/readme/CONTRIBUTORS.rst deleted file mode 100644 index 847c86669..000000000 --- a/stock_mts_mto_rule/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,3 +0,0 @@ -* Florian da Costa -* Jared Kipe -* Alan Ramos diff --git a/stock_mts_mto_rule/readme/DESCRIPTION.md b/stock_mts_mto_rule/readme/DESCRIPTION.md new file mode 100644 index 000000000..2bc9e84dc --- /dev/null +++ b/stock_mts_mto_rule/readme/DESCRIPTION.md @@ -0,0 +1,24 @@ +This module add a Make To Stock + Make to Order Route. + +If you choose the make to stock + make to order rule instead of the make +to order route, the creation of a purchase order will depend on the +virtual stock. There are 3 cases : + +1. The virtual stock of the product is 0 + =\> It will act exactly like the make to order route. + +2. The virtual stock is equal to the quantity ordered + =\> It will act exactly like a make to stock route + +3. The virtual stock is more than 0 but less than ordered quantity + =\> On part of the products will be taken from stock and a purchase order + will be created for the rest. So it will act like both make to order + and make to stock rule. + +Example : We have a virtual stock of : 1 product A A sale Order is made +for 3 products A. 2 Procurements will be created : + +1. 1 with a make to stock rule and a quantity of 1 +2. 1 with a make to order rule and a quantity of 2. + +After validation, a purchase order with 2 products will be created. diff --git a/stock_mts_mto_rule/readme/DESCRIPTION.rst b/stock_mts_mto_rule/readme/DESCRIPTION.rst deleted file mode 100644 index cf49dd1ec..000000000 --- a/stock_mts_mto_rule/readme/DESCRIPTION.rst +++ /dev/null @@ -1,27 +0,0 @@ -This module add a Make To Stock + Make to Order Route. - -If you choose the make to stock + make to order rule instead of the make to -order route, the creation of a purchase order will depend on the virtual stock. -There are 3 cases : - -1. The virtual stock of the product is 0 - => It will act exactly like the make to order route. - -2. The virtual stock is equal to the quantity ordered - => It will act exactly like a make to stock route - -3. The virtual stock is more than 0 but less than ordered quantity - => On part of the products will be taken from stock and a purchase order - will be created for the rest. So it will act like both make to order and - make to stock rule. - -Example : -We have a virtual stock of : 1 product A -A sale Order is made for 3 products A. -2 Procurements will be created : - -1. 1 with a make to stock rule and a quantity of 1 - -2. 1 with a make to order rule and a quantity of 2. - -After validation, a purchase order with 2 products will be created. diff --git a/stock_mts_mto_rule/readme/USAGE.md b/stock_mts_mto_rule/readme/USAGE.md new file mode 100644 index 000000000..ad6e5dc1c --- /dev/null +++ b/stock_mts_mto_rule/readme/USAGE.md @@ -0,0 +1,2 @@ +You have to select the mts+mto route on the product form. You should not +select both the mts+mto route and the mto route. diff --git a/stock_mts_mto_rule/readme/USAGE.rst b/stock_mts_mto_rule/readme/USAGE.rst deleted file mode 100644 index 1b8f59454..000000000 --- a/stock_mts_mto_rule/readme/USAGE.rst +++ /dev/null @@ -1,2 +0,0 @@ -You have to select the mts+mto route on the product form. -You should not select both the mts+mto route and the mto route. diff --git a/stock_mts_mto_rule/static/description/index.html b/stock_mts_mto_rule/static/description/index.html index d5b97714c..6145600e2 100644 --- a/stock_mts_mto_rule/static/description/index.html +++ b/stock_mts_mto_rule/static/description/index.html @@ -369,37 +369,33 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:78f31c340b9a6d9ee2bf09265bcdccf98cd337ba57409ad7989efae7f38e6a93 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Mature License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

+

Mature License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

This module add a Make To Stock + Make to Order Route.

-

If you choose the make to stock + make to order rule instead of the make to -order route, the creation of a purchase order will depend on the virtual stock. -There are 3 cases :

-
    -
  1. -
    The virtual stock of the product is 0
    -
    => It will act exactly like the make to order route.
    -
    +

    If you choose the make to stock + make to order rule instead of the make +to order route, the creation of a purchase order will depend on the +virtual stock. There are 3 cases :

    +
      +
    1. +
      The virtual stock of the product is 0
      +
      => It will act exactly like the make to order route.
      +
    2. -
    3. -
      The virtual stock is equal to the quantity ordered
      -
      => It will act exactly like a make to stock route
      -
      +
    4. +
      The virtual stock is equal to the quantity ordered
      +
      => It will act exactly like a make to stock route
      +
    5. -
    6. -
      The virtual stock is more than 0 but less than ordered quantity
      -
      -
      => On part of the products will be taken from stock and a purchase order
      -
      will be created for the rest. So it will act like both make to order and -make to stock rule.
      -
      -
      -
      +
    7. +
      The virtual stock is more than 0 but less than ordered quantity
      +
      => On part of the products will be taken from stock and a purchase +order
      +
      will be created for the rest. So it will act like both make to +order and make to stock rule.
      +
    -

    Example : -We have a virtual stock of : 1 product A -A sale Order is made for 3 products A. -2 Procurements will be created :

    +

    Example : We have a virtual stock of : 1 product A A sale Order is made +for 3 products A. 2 Procurements will be created :

    1. 1 with a make to stock rule and a quantity of 1
    2. 1 with a make to order rule and a quantity of 2.
    3. @@ -408,8 +404,10 @@ A sale Order is made for 3 products A.

      Table of contents

        -
      • Configuration
      • +
      • Configuration +
      • Usage
      • Bug Tracker
      • Credits
          @@ -423,26 +421,27 @@ A sale Order is made for 3 products A.

          Configuration

          You have to select ‘Use MTO+MTS rules’ on the company’s warehouse form.

          -
          -

          Known issues

          +

          Known issues

          If you cancel a delivery order and then recreate it from Recreate -Delivery Order button in sale order form, then the stock level at the time of -the Re-Creation won’t be taken into account. So if a purchase order was created -when the sale order was first validated, a similar purchase order will be created -during the Re-creation of the delivery order, even if not needed regarding the actual stock.

          +Delivery Order button in sale order form, then the stock level at the +time of the Re-Creation won’t be taken into account. So if a purchase +order was created when the sale order was first validated, a similar +purchase order will be created during the Re-creation of the delivery +order, even if not needed regarding the actual stock.

          +

      Usage

      -

      You have to select the mts+mto route on the product form. -You should not select both the mts+mto route and the mto route.

      +

      You have to select the mts+mto route on the product form. You should not +select both the mts+mto route and the mto route.

      Bug Tracker

      Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

      +feedback.

      Do not contact contributors directly about support or help with technical issues.

      @@ -468,7 +467,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

      OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

      -

      This module is part of the OCA/stock-logistics-warehouse project on GitHub.

      +

      This module is part of the OCA/stock-logistics-warehouse project on GitHub.

      You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.