diff --git a/stock_demand_estimate/README.rst b/stock_demand_estimate/README.rst index 1cce2de96..26fe4ace9 100644 --- a/stock_demand_estimate/README.rst +++ b/stock_demand_estimate/README.rst @@ -17,13 +17,13 @@ Stock Demand Estimate :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-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_demand_estimate + :target: https://github.com/OCA/stock-logistics-warehouse/tree/17.0/stock_demand_estimate :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_demand_estimate + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-17-0/stock-logistics-warehouse-17-0-stock_demand_estimate :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| @@ -31,7 +31,8 @@ Stock Demand Estimate This module allows to create demand estimates for a given product and location, on configurable time periods. -The module does not provide in itself any specific usage of the estimates. +The module does not provide in itself any specific usage of the +estimates. **Table of contents** @@ -44,7 +45,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. @@ -52,18 +53,18 @@ Credits ======= Authors -~~~~~~~ +------- * ForgeFlow Contributors -~~~~~~~~~~~~ +------------ -* Jordi Ballester Alomar -* Lois Rilo +- Jordi Ballester Alomar +- Lois Rilo Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -75,6 +76,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_demand_estimate/pyproject.toml b/stock_demand_estimate/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/stock_demand_estimate/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/stock_demand_estimate/readme/CONTRIBUTORS.md b/stock_demand_estimate/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..6882fd236 --- /dev/null +++ b/stock_demand_estimate/readme/CONTRIBUTORS.md @@ -0,0 +1,2 @@ +- Jordi Ballester Alomar \<\> +- Lois Rilo \<\> diff --git a/stock_demand_estimate/readme/CONTRIBUTORS.rst b/stock_demand_estimate/readme/CONTRIBUTORS.rst deleted file mode 100644 index 10be2497b..000000000 --- a/stock_demand_estimate/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,2 +0,0 @@ -* Jordi Ballester Alomar -* Lois Rilo diff --git a/stock_demand_estimate/readme/DESCRIPTION.rst b/stock_demand_estimate/readme/DESCRIPTION.md similarity index 65% rename from stock_demand_estimate/readme/DESCRIPTION.rst rename to stock_demand_estimate/readme/DESCRIPTION.md index 9f8401d71..0202db8d5 100644 --- a/stock_demand_estimate/readme/DESCRIPTION.rst +++ b/stock_demand_estimate/readme/DESCRIPTION.md @@ -1,4 +1,5 @@ This module allows to create demand estimates for a given product and location, on configurable time periods. -The module does not provide in itself any specific usage of the estimates. +The module does not provide in itself any specific usage of the +estimates. diff --git a/stock_demand_estimate/static/description/index.html b/stock_demand_estimate/static/description/index.html index 560d01591..563272201 100644 --- a/stock_demand_estimate/static/description/index.html +++ b/stock_demand_estimate/static/description/index.html @@ -369,10 +369,11 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:c228a211927681f6c87e30ba3f2776cfb98fb52e4009f211d7d90bff440e1c61 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Production/Stable License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

+

Production/Stable License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

This module allows to create demand estimates for a given product and location, on configurable time periods.

-

The module does not provide in itself any specific usage of the estimates.

+

The module does not provide in itself any specific usage of the +estimates.

Table of contents

    @@ -390,7 +391,7 @@ location, on configurable time periods.

    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.

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

diff --git a/stock_demand_estimate/tests/test_stock_demand_estimate.py b/stock_demand_estimate/tests/test_stock_demand_estimate.py index 5ede169e3..e04d95dba 100644 --- a/stock_demand_estimate/tests/test_stock_demand_estimate.py +++ b/stock_demand_estimate/tests/test_stock_demand_estimate.py @@ -1,7 +1,8 @@ # Copyright 2017-19 ForgeFlow S.L. (https://www.forgeflow.com) # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). -from datetime import date, timedelta as td +from datetime import date +from datetime import timedelta as td from odoo.exceptions import UserError from odoo.tests.common import TransactionCase