diff --git a/stock_picking_report_custom_description/README.rst b/stock_picking_report_custom_description/README.rst index 1b323b6..4253405 100644 --- a/stock_picking_report_custom_description/README.rst +++ b/stock_picking_report_custom_description/README.rst @@ -17,20 +17,21 @@ Stock Picking Report Custom Description :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_custom_description + :target: https://github.com/OCA/stock-logistics-reporting/tree/17.0/stock_picking_report_custom_description :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_custom_description + :target: https://translation.odoo-community.org/projects/stock-logistics-reporting-17-0/stock-logistics-reporting-17-0-stock_picking_report_custom_description :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| -This module transfers the sales order line description to the picking description, and -allows to print such text on the picking reports. -When the sales order line description is changed, picking description is updated. +This module transfers the sales order line description to the picking +description, and allows to print such text on the picking reports. When +the sales order line description is changed, picking description is +updated. **Table of contents** @@ -42,10 +43,11 @@ Usage To use this module, you need to: -#. Create a sale order and set manual description in sale order lines. -#. Confirm the order. -#. Navigate to the delivery through the smart-button. -#. You can check sales order line description is the same as description picking +1. Create a sale order and set manual description in sale order lines. +2. Confirm the order. +3. Navigate to the delivery through the smart-button. +4. You can check sales order line description is the same as description + picking Bug Tracker =========== @@ -53,7 +55,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. @@ -61,23 +63,23 @@ Credits ======= Authors -~~~~~~~ +------- * Tecnativa Contributors -~~~~~~~~~~~~ +------------ -* `Tecnativa `_: +- `Tecnativa `__: - * Carlos Dauden - * Sergio Teruel - * Ernesto Tejeda - * Pilar Vargas - * Carolina Fernandez + - Carlos Dauden + - Sergio Teruel + - Ernesto Tejeda + - Pilar Vargas + - Carolina Fernandez Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -97,6 +99,6 @@ Current `maintainer `__: |maintainer-carlosdauden| -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_custom_description/pyproject.toml b/stock_picking_report_custom_description/pyproject.toml new file mode 100644 index 0000000..4231d0c --- /dev/null +++ b/stock_picking_report_custom_description/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/stock_picking_report_custom_description/readme/CONTRIBUTORS.md b/stock_picking_report_custom_description/readme/CONTRIBUTORS.md new file mode 100644 index 0000000..606bbad --- /dev/null +++ b/stock_picking_report_custom_description/readme/CONTRIBUTORS.md @@ -0,0 +1,6 @@ +- [Tecnativa](https://www.tecnativa.com): + - Carlos Dauden + - Sergio Teruel + - Ernesto Tejeda + - Pilar Vargas + - Carolina Fernandez diff --git a/stock_picking_report_custom_description/readme/CONTRIBUTORS.rst b/stock_picking_report_custom_description/readme/CONTRIBUTORS.rst deleted file mode 100644 index 82d59ed..0000000 --- a/stock_picking_report_custom_description/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,7 +0,0 @@ -* `Tecnativa `_: - - * Carlos Dauden - * Sergio Teruel - * Ernesto Tejeda - * Pilar Vargas - * Carolina Fernandez diff --git a/stock_picking_report_custom_description/readme/DESCRIPTION.md b/stock_picking_report_custom_description/readme/DESCRIPTION.md new file mode 100644 index 0000000..f0edc70 --- /dev/null +++ b/stock_picking_report_custom_description/readme/DESCRIPTION.md @@ -0,0 +1,4 @@ +This module transfers the sales order line description to the picking +description, and allows to print such text on the picking reports. When +the sales order line description is changed, picking description is +updated. diff --git a/stock_picking_report_custom_description/readme/DESCRIPTION.rst b/stock_picking_report_custom_description/readme/DESCRIPTION.rst deleted file mode 100644 index d36ec0e..0000000 --- a/stock_picking_report_custom_description/readme/DESCRIPTION.rst +++ /dev/null @@ -1,3 +0,0 @@ -This module transfers the sales order line description to the picking description, and -allows to print such text on the picking reports. -When the sales order line description is changed, picking description is updated. diff --git a/stock_picking_report_custom_description/readme/USAGE.md b/stock_picking_report_custom_description/readme/USAGE.md new file mode 100644 index 0000000..825476a --- /dev/null +++ b/stock_picking_report_custom_description/readme/USAGE.md @@ -0,0 +1,7 @@ +To use this module, you need to: + +1. Create a sale order and set manual description in sale order lines. +2. Confirm the order. +3. Navigate to the delivery through the smart-button. +4. You can check sales order line description is the same as + description picking diff --git a/stock_picking_report_custom_description/readme/USAGE.rst b/stock_picking_report_custom_description/readme/USAGE.rst deleted file mode 100644 index 2d894a0..0000000 --- a/stock_picking_report_custom_description/readme/USAGE.rst +++ /dev/null @@ -1,6 +0,0 @@ -To use this module, you need to: - -#. Create a sale order and set manual description in sale order lines. -#. Confirm the order. -#. Navigate to the delivery through the smart-button. -#. You can check sales order line description is the same as description picking diff --git a/stock_picking_report_custom_description/static/description/index.html b/stock_picking_report_custom_description/static/description/index.html index a29a778..58175c9 100644 --- a/stock_picking_report_custom_description/static/description/index.html +++ b/stock_picking_report_custom_description/static/description/index.html @@ -369,10 +369,11 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:1eff22936a67f460be98ac827d2f198476094c35dc4d98db4290b618b971af4c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

This module transfers the sales order line description to the picking description, and -allows to print such text on the picking reports. -When the sales order line description is changed, picking description is updated.

+

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

+

This module transfers the sales order line description to the picking +description, and allows to print such text on the picking reports. When +the sales order line description is changed, picking description is +updated.

Table of contents

    @@ -393,7 +394,8 @@ When the sales order line description is changed, picking description is updated
  • Create a sale order and set manual description in sale order lines.
  • Confirm the order.
  • Navigate to the delivery through the smart-button.
  • -
  • You can check sales order line description is the same as description picking
  • +
  • You can check sales order line description is the same as description +picking
@@ -401,7 +403,7 @@ When the sales order line description is changed, picking description is updated

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.

@@ -436,7 +438,7 @@ mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

carlosdauden

-

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.