From 953f566863b7adf47795b51d21cea6d436d7fcd7 Mon Sep 17 00:00:00 2001 From: JasminSForgeFlow Date: Tue, 21 May 2024 08:26:32 +0530 Subject: [PATCH] [IMP] mrp_multi_level_estimate: black, isort, prettier --- mrp_multi_level_estimate/README.rst | 34 ++++++++++--------- mrp_multi_level_estimate/pyproject.toml | 3 ++ mrp_multi_level_estimate/readme/CONFIGURE.md | 5 +++ mrp_multi_level_estimate/readme/CONFIGURE.rst | 5 --- .../readme/CONTRIBUTORS.md | 2 ++ .../readme/CONTRIBUTORS.rst | 2 -- .../readme/DESCRIPTION.md | 3 ++ .../readme/DESCRIPTION.rst | 1 - .../static/description/index.html | 31 ++++++++++------- 9 files changed, 49 insertions(+), 37 deletions(-) create mode 100644 mrp_multi_level_estimate/pyproject.toml create mode 100644 mrp_multi_level_estimate/readme/CONFIGURE.md delete mode 100644 mrp_multi_level_estimate/readme/CONFIGURE.rst create mode 100644 mrp_multi_level_estimate/readme/CONTRIBUTORS.md delete mode 100644 mrp_multi_level_estimate/readme/CONTRIBUTORS.rst create mode 100644 mrp_multi_level_estimate/readme/DESCRIPTION.md delete mode 100644 mrp_multi_level_estimate/readme/DESCRIPTION.rst diff --git a/mrp_multi_level_estimate/README.rst b/mrp_multi_level_estimate/README.rst index 8d62efc8f..27427dc6e 100644 --- a/mrp_multi_level_estimate/README.rst +++ b/mrp_multi_level_estimate/README.rst @@ -17,18 +17,20 @@ MRP Multi Level 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%2Fmanufacture-lightgray.png?logo=github - :target: https://github.com/OCA/manufacture/tree/16.0/mrp_multi_level_estimate + :target: https://github.com/OCA/manufacture/tree/17.0/mrp_multi_level_estimate :alt: OCA/manufacture .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-mrp_multi_level_estimate + :target: https://translation.odoo-community.org/projects/manufacture-17-0/manufacture-17-0-mrp_multi_level_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/manufacture&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/manufacture&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -Integration for MRP Multi Level and `Stock Demand Estimates `_ system. +Integration for MRP Multi Level and `Stock Demand +Estimates `__ +system. **Table of contents** @@ -38,11 +40,11 @@ Integration for MRP Multi Level and `Stock Demand Estimates `_. 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. @@ -58,18 +60,18 @@ Credits ======= Authors -~~~~~~~ +------- * ForgeFlow Contributors -~~~~~~~~~~~~ +------------ -* Lois Rilo -* Pimolnat Suntian +- Lois Rilo +- Pimolnat Suntian Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -89,6 +91,6 @@ Current `maintainer `__: |maintainer-LoisRForgeFlow| -This module is part of the `OCA/manufacture `_ project on GitHub. +This module is part of the `OCA/manufacture `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/mrp_multi_level_estimate/pyproject.toml b/mrp_multi_level_estimate/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/mrp_multi_level_estimate/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/mrp_multi_level_estimate/readme/CONFIGURE.md b/mrp_multi_level_estimate/readme/CONFIGURE.md new file mode 100644 index 000000000..7492bdc0e --- /dev/null +++ b/mrp_multi_level_estimate/readme/CONFIGURE.md @@ -0,0 +1,5 @@ +You can edit how to consolidate your estimates as demand at product MRP +area level using the field *Group Days of Estimates*. This number +represents the days to group your estimates as demand for the MRP, e.g: +if set to 7, you will have your estimates (regardless of the date range +used) grouped in weekly demand. diff --git a/mrp_multi_level_estimate/readme/CONFIGURE.rst b/mrp_multi_level_estimate/readme/CONFIGURE.rst deleted file mode 100644 index 1b720c2e6..000000000 --- a/mrp_multi_level_estimate/readme/CONFIGURE.rst +++ /dev/null @@ -1,5 +0,0 @@ -You can edit how to consolidate your estimates as demand at product MRP area -level using the field *Group Days of Estimates*. This number represents the -days to group your estimates as demand for the MRP, e.g: if set to 7, you will -have your estimates (regardless of the date range used) grouped in weekly -demand. diff --git a/mrp_multi_level_estimate/readme/CONTRIBUTORS.md b/mrp_multi_level_estimate/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..f9d9d309c --- /dev/null +++ b/mrp_multi_level_estimate/readme/CONTRIBUTORS.md @@ -0,0 +1,2 @@ +- Lois Rilo \<\> +- Pimolnat Suntian\<\> diff --git a/mrp_multi_level_estimate/readme/CONTRIBUTORS.rst b/mrp_multi_level_estimate/readme/CONTRIBUTORS.rst deleted file mode 100644 index 0e3a0d76e..000000000 --- a/mrp_multi_level_estimate/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,2 +0,0 @@ -* Lois Rilo -* Pimolnat Suntian diff --git a/mrp_multi_level_estimate/readme/DESCRIPTION.md b/mrp_multi_level_estimate/readme/DESCRIPTION.md new file mode 100644 index 000000000..1c7dc95a2 --- /dev/null +++ b/mrp_multi_level_estimate/readme/DESCRIPTION.md @@ -0,0 +1,3 @@ +Integration for MRP Multi Level and [Stock Demand +Estimates](https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_demand_estimate) +system. diff --git a/mrp_multi_level_estimate/readme/DESCRIPTION.rst b/mrp_multi_level_estimate/readme/DESCRIPTION.rst deleted file mode 100644 index e7f56f84a..000000000 --- a/mrp_multi_level_estimate/readme/DESCRIPTION.rst +++ /dev/null @@ -1 +0,0 @@ -Integration for MRP Multi Level and `Stock Demand Estimates `_ system. diff --git a/mrp_multi_level_estimate/static/description/index.html b/mrp_multi_level_estimate/static/description/index.html index b8eb878d1..0e3c81ea2 100644 --- a/mrp_multi_level_estimate/static/description/index.html +++ b/mrp_multi_level_estimate/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -368,8 +369,10 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:e6d993a40522997f3b0ade9182fb5d90c4d9b889418098456b52fd010f77d5b0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Production/Stable License: LGPL-3 OCA/manufacture Translate me on Weblate Try me on Runboat

-

Integration for MRP Multi Level and Stock Demand Estimates system.

+

Production/Stable License: LGPL-3 OCA/manufacture Translate me on Weblate Try me on Runboat

+

Integration for MRP Multi Level and Stock Demand +Estimates +system.

Table of contents

    @@ -385,18 +388,18 @@ ul.auto-toc {

Configuration

-

You can edit how to consolidate your estimates as demand at product MRP area -level using the field Group Days of Estimates. This number represents the -days to group your estimates as demand for the MRP, e.g: if set to 7, you will -have your estimates (regardless of the date range used) grouped in weekly -demand.

+

You can edit how to consolidate your estimates as demand at product MRP +area level using the field Group Days of Estimates. This number +represents the days to group your estimates as demand for the MRP, e.g: +if set to 7, you will have your estimates (regardless of the date range +used) grouped in weekly demand.

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.

@@ -417,13 +420,15 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

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.

Current maintainer:

LoisRForgeFlow

-

This module is part of the OCA/manufacture project on GitHub.

+

This module is part of the OCA/manufacture project on GitHub.

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