From 943cb286f3f9922445922a65d938782b71a5f1d6 Mon Sep 17 00:00:00 2001 From: chien Date: Thu, 11 Jan 2024 15:54:25 +0700 Subject: [PATCH] [IMP] stock_picking_report_valued: pre-commit auto fixes --- stock_picking_report_valued/README.rst | 70 +++++++++---------- stock_picking_report_valued/pyproject.toml | 3 + .../readme/CONFIGURE.md | 3 + .../readme/CONFIGURE.rst | 2 - .../readme/CONTRIBUTORS.md | 16 +++++ .../readme/CONTRIBUTORS.rst | 25 ------- .../readme/DESCRIPTION.md | 4 ++ .../readme/DESCRIPTION.rst | 4 -- stock_picking_report_valued/readme/ROADMAP.md | 1 + .../readme/ROADMAP.rst | 1 - stock_picking_report_valued/readme/USAGE.md | 7 ++ stock_picking_report_valued/readme/USAGE.rst | 7 -- .../static/description/index.html | 14 ++-- 13 files changed, 76 insertions(+), 81 deletions(-) create mode 100644 stock_picking_report_valued/pyproject.toml create mode 100644 stock_picking_report_valued/readme/CONFIGURE.md delete mode 100644 stock_picking_report_valued/readme/CONFIGURE.rst create mode 100644 stock_picking_report_valued/readme/CONTRIBUTORS.md delete mode 100644 stock_picking_report_valued/readme/CONTRIBUTORS.rst create mode 100644 stock_picking_report_valued/readme/DESCRIPTION.md delete mode 100644 stock_picking_report_valued/readme/DESCRIPTION.rst create mode 100644 stock_picking_report_valued/readme/ROADMAP.md delete mode 100644 stock_picking_report_valued/readme/ROADMAP.rst create mode 100644 stock_picking_report_valued/readme/USAGE.md delete mode 100644 stock_picking_report_valued/readme/USAGE.rst diff --git a/stock_picking_report_valued/README.rst b/stock_picking_report_valued/README.rst index 0c4f7e0..5aa69d1 100644 --- a/stock_picking_report_valued/README.rst +++ b/stock_picking_report_valued/README.rst @@ -17,21 +17,21 @@ Valued Picking Report :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--reporting-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-reporting/tree/16.0/stock_picking_report_valued + :target: https://github.com/OCA/stock-logistics-reporting/tree/17.0/stock_picking_report_valued :alt: OCA/stock-logistics-reporting .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-reporting-16-0/stock-logistics-reporting-16-0-stock_picking_report_valued + :target: https://translation.odoo-community.org/projects/stock-logistics-reporting-17-0/stock-logistics-reporting-17-0-stock_picking_report_valued :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-reporting&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-reporting&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -Add amount information to Delivery Slip report. -You can select at partner level if picking list report must be valued or not. -If the picking is done it's valued with quantity done, otherwise the picking -is valued with reserved quantity. +Add amount information to Delivery Slip report. You can select at +partner level if picking list report must be valued or not. If the +picking is done it's valued with quantity done, otherwise the picking is +valued with reserved quantity. **Table of contents** @@ -41,24 +41,24 @@ is valued with reserved quantity. Configuration ============= -#. Go to *Customers > (select one of your choice) > Sales & Purchases*. -#. Set *Valued picking* field on. +1. Go to *Customers > (select one of your choice) > Sales & Purchases*. +2. Set *Valued picking* field on. Usage ===== To get the stock picking valued report: -#. Create a Sales Order with storable products a *Valued picking* able +1. Create a Sales Order with storable products a *Valued picking* able customer. -#. Confirm the Sale Order. -#. Click on *Delivery* stat button. -#. Go to *Print > Delivery Slip*. +2. Confirm the Sale Order. +3. Click on *Delivery* stat button. +4. Go to *Print > Delivery Slip*. Known issues / Roadmap ====================== -* If the picking is not reserved, values aren't computed. +- If the picking is not reserved, values aren't computed. Bug Tracker =========== @@ -66,7 +66,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. @@ -74,41 +74,41 @@ Credits ======= Authors -~~~~~~~ +------- * Tecnativa Contributors -~~~~~~~~~~~~ +------------ -* `Avanzosc `_: +- `Avanzosc `__: - * Oihane Crucelaegui + - Oihane Crucelaegui -* `Tecnativa `_: +- `Tecnativa `__: - * Pedro M. Baeza - * Antonio Espinosa - * Carlos Dauden - * David Vidal - * Luis M. Ontalba - * Ernesto Tejeda - * Sergio Teruel + - Pedro M. Baeza + - Antonio Espinosa + - Carlos Dauden + - David Vidal + - Luis M. Ontalba + - Ernesto Tejeda + - Sergio Teruel -* `GreenIce `_: +- `GreenIce `__: - * Fernando La Chica + - Fernando La Chica -* `Landoo `_: +- `Landoo `__: - * Aritz Olea + - Aritz Olea -* `Studio73 `_: +- `Studio73 `__: - * Miguel Gandia + - Miguel Gandia Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -120,6 +120,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-reporting `_ project on GitHub. +This module is part of the `OCA/stock-logistics-reporting `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_picking_report_valued/pyproject.toml b/stock_picking_report_valued/pyproject.toml new file mode 100644 index 0000000..4231d0c --- /dev/null +++ b/stock_picking_report_valued/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/stock_picking_report_valued/readme/CONFIGURE.md b/stock_picking_report_valued/readme/CONFIGURE.md new file mode 100644 index 0000000..cbb0b08 --- /dev/null +++ b/stock_picking_report_valued/readme/CONFIGURE.md @@ -0,0 +1,3 @@ +1. Go to *Customers \> (select one of your choice) \> Sales & + Purchases*. +2. Set *Valued picking* field on. diff --git a/stock_picking_report_valued/readme/CONFIGURE.rst b/stock_picking_report_valued/readme/CONFIGURE.rst deleted file mode 100644 index 489332d..0000000 --- a/stock_picking_report_valued/readme/CONFIGURE.rst +++ /dev/null @@ -1,2 +0,0 @@ -#. Go to *Customers > (select one of your choice) > Sales & Purchases*. -#. Set *Valued picking* field on. diff --git a/stock_picking_report_valued/readme/CONTRIBUTORS.md b/stock_picking_report_valued/readme/CONTRIBUTORS.md new file mode 100644 index 0000000..814bbf6 --- /dev/null +++ b/stock_picking_report_valued/readme/CONTRIBUTORS.md @@ -0,0 +1,16 @@ +- [Avanzosc](http://www.avanzosc.es): + - Oihane Crucelaegui +- [Tecnativa](https://www.tecnativa.com): + - Pedro M. Baeza + - Antonio Espinosa + - Carlos Dauden + - David Vidal + - Luis M. Ontalba + - Ernesto Tejeda + - Sergio Teruel +- [GreenIce](https://www.greenice.com): + - Fernando La Chica \<\> +- [Landoo](https://www.landoo.es): + - Aritz Olea \<\> +- [Studio73](https://www.studio73.es): + - Miguel Gandia \<\> diff --git a/stock_picking_report_valued/readme/CONTRIBUTORS.rst b/stock_picking_report_valued/readme/CONTRIBUTORS.rst deleted file mode 100644 index 089b069..0000000 --- a/stock_picking_report_valued/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,25 +0,0 @@ -* `Avanzosc `_: - - * Oihane Crucelaegui - -* `Tecnativa `_: - - * Pedro M. Baeza - * Antonio Espinosa - * Carlos Dauden - * David Vidal - * Luis M. Ontalba - * Ernesto Tejeda - * Sergio Teruel - -* `GreenIce `_: - - * Fernando La Chica - -* `Landoo `_: - - * Aritz Olea - -* `Studio73 `_: - - * Miguel Gandia diff --git a/stock_picking_report_valued/readme/DESCRIPTION.md b/stock_picking_report_valued/readme/DESCRIPTION.md new file mode 100644 index 0000000..22cc593 --- /dev/null +++ b/stock_picking_report_valued/readme/DESCRIPTION.md @@ -0,0 +1,4 @@ +Add amount information to Delivery Slip report. You can select at +partner level if picking list report must be valued or not. If the +picking is done it's valued with quantity done, otherwise the picking is +valued with reserved quantity. diff --git a/stock_picking_report_valued/readme/DESCRIPTION.rst b/stock_picking_report_valued/readme/DESCRIPTION.rst deleted file mode 100644 index 6a0269d..0000000 --- a/stock_picking_report_valued/readme/DESCRIPTION.rst +++ /dev/null @@ -1,4 +0,0 @@ -Add amount information to Delivery Slip report. -You can select at partner level if picking list report must be valued or not. -If the picking is done it's valued with quantity done, otherwise the picking -is valued with reserved quantity. diff --git a/stock_picking_report_valued/readme/ROADMAP.md b/stock_picking_report_valued/readme/ROADMAP.md new file mode 100644 index 0000000..0d45cbd --- /dev/null +++ b/stock_picking_report_valued/readme/ROADMAP.md @@ -0,0 +1 @@ +- If the picking is not reserved, values aren't computed. diff --git a/stock_picking_report_valued/readme/ROADMAP.rst b/stock_picking_report_valued/readme/ROADMAP.rst deleted file mode 100644 index 2ef668b..0000000 --- a/stock_picking_report_valued/readme/ROADMAP.rst +++ /dev/null @@ -1 +0,0 @@ -* If the picking is not reserved, values aren't computed. diff --git a/stock_picking_report_valued/readme/USAGE.md b/stock_picking_report_valued/readme/USAGE.md new file mode 100644 index 0000000..0d507c2 --- /dev/null +++ b/stock_picking_report_valued/readme/USAGE.md @@ -0,0 +1,7 @@ +To get the stock picking valued report: + +1. Create a Sales Order with storable products a *Valued picking* able + customer. +2. Confirm the Sale Order. +3. Click on *Delivery* stat button. +4. Go to *Print \> Delivery Slip*. diff --git a/stock_picking_report_valued/readme/USAGE.rst b/stock_picking_report_valued/readme/USAGE.rst deleted file mode 100644 index 988cf46..0000000 --- a/stock_picking_report_valued/readme/USAGE.rst +++ /dev/null @@ -1,7 +0,0 @@ -To get the stock picking valued report: - -#. Create a Sales Order with storable products a *Valued picking* able - customer. -#. Confirm the Sale Order. -#. Click on *Delivery* stat button. -#. Go to *Print > Delivery Slip*. diff --git a/stock_picking_report_valued/static/description/index.html b/stock_picking_report_valued/static/description/index.html index 2b4ddce..a9aa805 100644 --- a/stock_picking_report_valued/static/description/index.html +++ b/stock_picking_report_valued/static/description/index.html @@ -369,11 +369,11 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:faba26b7e8e791b2b83cd26d245bd0d7b9de3e7f37db485cd9c2a49109e49a0b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

Add amount information to Delivery Slip report. -You can select at partner level if picking list report must be valued or not. -If the picking is done it’s valued with quantity done, otherwise the picking -is valued with reserved quantity.

+

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

+

Add amount information to Delivery Slip report. You can select at +partner level if picking list report must be valued or not. If the +picking is done it’s valued with quantity done, otherwise the picking is +valued with reserved quantity.

Table of contents

    @@ -418,7 +418,7 @@ customer.

    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.

@@ -467,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-reporting project on GitHub.

+

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

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