diff --git a/stock_picking_origin_reference_purchase/README.rst b/stock_picking_origin_reference_purchase/README.rst index 955438236036..ed9dfe08d183 100644 --- a/stock_picking_origin_reference_purchase/README.rst +++ b/stock_picking_origin_reference_purchase/README.rst @@ -17,13 +17,13 @@ Stock Picking Origin Reference Purchase :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--workflow-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-workflow/tree/17.0/stock_picking_origin_reference_purchase + :target: https://github.com/OCA/stock-logistics-workflow/tree/18.0/stock_picking_origin_reference_purchase :alt: OCA/stock-logistics-workflow .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-workflow-17-0/stock-logistics-workflow-17-0-stock_picking_origin_reference_purchase + :target: https://translation.odoo-community.org/projects/stock-logistics-workflow-18-0/stock-logistics-workflow-18-0-stock_picking_origin_reference_purchase :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-workflow&target_branch=17.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-workflow&target_branch=18.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -42,7 +42,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. @@ -57,9 +57,13 @@ Authors Contributors ------------ -- ForgeFlow S.L. +- ForgeFlow S.L. - - Guillem Casassas + - Guillem Casassas + +- `Heliconia Solutions Pvt. Ltd. `__ + + - Bhavesh Heliconia Maintainers ----------- @@ -74,6 +78,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-workflow `_ project on GitHub. +This module is part of the `OCA/stock-logistics-workflow `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_picking_origin_reference_purchase/__manifest__.py b/stock_picking_origin_reference_purchase/__manifest__.py index 7a99d9c13b9b..0df69be5fb2a 100644 --- a/stock_picking_origin_reference_purchase/__manifest__.py +++ b/stock_picking_origin_reference_purchase/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock Picking Origin Reference Purchase", "summary": "Transfer to Purchase Order navigation from the Source Document.", - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "license": "AGPL-3", "website": "https://github.com/OCA/stock-logistics-workflow", "author": "ForgeFlow, Odoo Community Association (OCA)", diff --git a/stock_picking_origin_reference_purchase/readme/CONTRIBUTORS.md b/stock_picking_origin_reference_purchase/readme/CONTRIBUTORS.md index d23274e45bdc..684eac80d44c 100644 --- a/stock_picking_origin_reference_purchase/readme/CONTRIBUTORS.md +++ b/stock_picking_origin_reference_purchase/readme/CONTRIBUTORS.md @@ -1,2 +1,5 @@ - ForgeFlow S.L. - Guillem Casassas \<\> +- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io) + - Bhavesh Heliconia + diff --git a/stock_picking_origin_reference_purchase/static/description/index.html b/stock_picking_origin_reference_purchase/static/description/index.html index a45180a8769c..042566ba0d77 100644 --- a/stock_picking_origin_reference_purchase/static/description/index.html +++ b/stock_picking_origin_reference_purchase/static/description/index.html @@ -369,7 +369,7 @@

Stock Picking Origin Reference Purchase

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:5267df2b665b089417fbb327096157807cd71894d35c2c22ac6c13748ce18f37 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/stock-logistics-workflow Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/stock-logistics-workflow Translate me on Weblate Try me on Runboat

This module extends the stock_picking_origin_reference features by adding Purchase Orders as one of the possible referenced documents.

Table of contents

@@ -389,7 +389,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.

@@ -407,6 +407,10 @@

Contributors

  • Guillem Casassas <guillem.casassas@forgeflow.com>
  • +
  • Heliconia Solutions Pvt. Ltd.
      +
    • Bhavesh Heliconia
    • +
    +
  • @@ -418,7 +422,7 @@

    Maintainers

    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-workflow project on GitHub.

    +

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

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

    diff --git a/stock_picking_origin_reference_purchase/tests/test_stock_picking_origin_reference_purchase.py b/stock_picking_origin_reference_purchase/tests/test_stock_picking_origin_reference_purchase.py index 9281c349e96c..8cf1514386c1 100644 --- a/stock_picking_origin_reference_purchase/tests/test_stock_picking_origin_reference_purchase.py +++ b/stock_picking_origin_reference_purchase/tests/test_stock_picking_origin_reference_purchase.py @@ -10,9 +10,10 @@ class TestStockPickingOriginReferencePurchase( test_stock_picking_origin_reference.TestStockPickingOriginReference ): - def setUp(self): - super().setUp() - self.purchase_model = self.env["purchase.order"] + @classmethod + def setUpClass(cls): + super().setUpClass() + cls.purchase_model = cls.env["purchase.order"] def _create_purchase(self, partner, product): purchase = self.purchase_model.create(