diff --git a/sale_manual_delivery/README.rst b/sale_manual_delivery/README.rst index e4e6b5d09c8..cf39fb45e8a 100644 --- a/sale_manual_delivery/README.rst +++ b/sale_manual_delivery/README.rst @@ -17,24 +17,26 @@ Sale Manual Delivery :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github - :target: https://github.com/OCA/sale-workflow/tree/14.0/sale_manual_delivery + :target: https://github.com/OCA/sale-workflow/tree/18.0/sale_manual_delivery :alt: OCA/sale-workflow .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_manual_delivery + :target: https://translation.odoo-community.org/projects/sale-workflow-18-0/sale-workflow-18-0-sale_manual_delivery :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/sale-workflow&target_branch=14.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=18.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -The goal of this module is to allow the manual creation of delivery slips. If activated, -a sale order won't directly impact the stock. It will not make a reservation on the stock. -It allows the delivery and the impact on stock to be done manually when needed. -The goal is to be used on long term projects where not all the material is shipped at once. -As you make many shipments, every time you make a new delivery, you can choose an new carrier as well -as a planned date. A wizard helps you to chose what to deliver by showing you how much you already -planned to ship. +The goal of this module is to allow the manual creation of delivery +slips. If activated, a sale order won't directly impact the stock. It +will not make a reservation on the stock. It allows the delivery and the +impact on stock to be done manually when needed. The goal is to be used +on long term projects where not all the material is shipped at once. As +you make many shipments, every time you make a new delivery, you can +choose an new carrier as well as a planned date. A wizard helps you to +chose what to deliver by showing you how much you already planned to +ship. **Table of contents** @@ -44,7 +46,7 @@ planned to ship. Known issues / Roadmap ====================== -* Add Screenshots +- Add Screenshots Bug Tracker =========== @@ -52,7 +54,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. @@ -60,20 +62,20 @@ Credits ======= Authors -~~~~~~~ +------- * Camptocamp SA Contributors -~~~~~~~~~~~~ +------------ -* Denis Leemann -* Joel Grand-Guillaume -* Phuc Tran Thanh -* Iván Todorovich +- Denis Leemann +- Joel Grand-Guillaume +- Phuc Tran Thanh +- Iván Todorovich Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -85,6 +87,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/sale-workflow `_ project on GitHub. +This module is part of the `OCA/sale-workflow `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/sale_manual_delivery/pyproject.toml b/sale_manual_delivery/pyproject.toml new file mode 100644 index 00000000000..4231d0cccb3 --- /dev/null +++ b/sale_manual_delivery/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/sale_manual_delivery/readme/CONTRIBUTORS.md b/sale_manual_delivery/readme/CONTRIBUTORS.md new file mode 100644 index 00000000000..e2d886de9f2 --- /dev/null +++ b/sale_manual_delivery/readme/CONTRIBUTORS.md @@ -0,0 +1,4 @@ +- Denis Leemann \<\> +- Joel Grand-Guillaume \<\> +- Phuc Tran Thanh \<\> +- Iván Todorovich \<\> diff --git a/sale_manual_delivery/readme/CONTRIBUTORS.rst b/sale_manual_delivery/readme/CONTRIBUTORS.rst deleted file mode 100644 index e0e7a2d5f4f..00000000000 --- a/sale_manual_delivery/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,4 +0,0 @@ -* Denis Leemann -* Joel Grand-Guillaume -* Phuc Tran Thanh -* Iván Todorovich diff --git a/sale_manual_delivery/readme/DESCRIPTION.md b/sale_manual_delivery/readme/DESCRIPTION.md new file mode 100644 index 00000000000..ff1680bde70 --- /dev/null +++ b/sale_manual_delivery/readme/DESCRIPTION.md @@ -0,0 +1,9 @@ +The goal of this module is to allow the manual creation of delivery +slips. If activated, a sale order won't directly impact the stock. It +will not make a reservation on the stock. It allows the delivery and the +impact on stock to be done manually when needed. The goal is to be used +on long term projects where not all the material is shipped at once. As +you make many shipments, every time you make a new delivery, you can +choose an new carrier as well as a planned date. A wizard helps you to +chose what to deliver by showing you how much you already planned to +ship. diff --git a/sale_manual_delivery/readme/DESCRIPTION.rst b/sale_manual_delivery/readme/DESCRIPTION.rst deleted file mode 100644 index 45f1aa8699a..00000000000 --- a/sale_manual_delivery/readme/DESCRIPTION.rst +++ /dev/null @@ -1,7 +0,0 @@ -The goal of this module is to allow the manual creation of delivery slips. If activated, -a sale order won't directly impact the stock. It will not make a reservation on the stock. -It allows the delivery and the impact on stock to be done manually when needed. -The goal is to be used on long term projects where not all the material is shipped at once. -As you make many shipments, every time you make a new delivery, you can choose an new carrier as well -as a planned date. A wizard helps you to chose what to deliver by showing you how much you already -planned to ship. diff --git a/sale_manual_delivery/readme/ROADMAP.md b/sale_manual_delivery/readme/ROADMAP.md new file mode 100644 index 00000000000..6f08dcffd20 --- /dev/null +++ b/sale_manual_delivery/readme/ROADMAP.md @@ -0,0 +1 @@ +- Add Screenshots diff --git a/sale_manual_delivery/readme/ROADMAP.rst b/sale_manual_delivery/readme/ROADMAP.rst deleted file mode 100644 index f6a14a9c236..00000000000 --- a/sale_manual_delivery/readme/ROADMAP.rst +++ /dev/null @@ -1 +0,0 @@ -* Add Screenshots diff --git a/sale_manual_delivery/static/description/index.html b/sale_manual_delivery/static/description/index.html index df610f3ed2d..48d45b7adad 100644 --- a/sale_manual_delivery/static/description/index.html +++ b/sale_manual_delivery/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,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. @@ -275,7 +275,7 @@ 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 } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -369,14 +369,16 @@

Sale Manual Delivery

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:038cc860ad3126f9351e841c61d567f2ffaa7b5bd638eb95034823bf4546affe !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

The goal of this module is to allow the manual creation of delivery slips. If activated, -a sale order won’t directly impact the stock. It will not make a reservation on the stock. -It allows the delivery and the impact on stock to be done manually when needed. -The goal is to be used on long term projects where not all the material is shipped at once. -As you make many shipments, every time you make a new delivery, you can choose an new carrier as well -as a planned date. A wizard helps you to chose what to deliver by showing you how much you already -planned to ship.

+

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

+

The goal of this module is to allow the manual creation of delivery +slips. If activated, a sale order won’t directly impact the stock. It +will not make a reservation on the stock. It allows the delivery and the +impact on stock to be done manually when needed. The goal is to be used +on long term projects where not all the material is shipped at once. As +you make many shipments, every time you make a new delivery, you can +choose an new carrier as well as a planned date. A wizard helps you to +chose what to deliver by showing you how much you already planned to +ship.

Table of contents

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

@@ -424,11 +426,13 @@

Contributors

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.

-

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

+

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

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