From 9dbdbb6e78e229635f9e1469578106b9e01368a6 Mon Sep 17 00:00:00 2001 From: siemenv Date: Mon, 19 Feb 2024 13:23:37 +0100 Subject: [PATCH] [IMP] sale_delivery_split_date: pre-commit stuff --- sale_delivery_split_date/README.rst | 31 ++++++++++--------- sale_delivery_split_date/pyproject.toml | 3 ++ .../readme/CONTRIBUTORS.md | 3 ++ .../readme/CONTRIBUTORS.rst | 2 -- .../readme/DESCRIPTION.md | 5 +++ .../readme/DESCRIPTION.rst | 4 --- sale_delivery_split_date/readme/ROADMAP.md | 2 ++ sale_delivery_split_date/readme/ROADMAP.rst | 1 - .../static/description/index.html | 20 ++++++------ 9 files changed, 41 insertions(+), 30 deletions(-) create mode 100644 sale_delivery_split_date/pyproject.toml create mode 100644 sale_delivery_split_date/readme/CONTRIBUTORS.md delete mode 100644 sale_delivery_split_date/readme/CONTRIBUTORS.rst create mode 100644 sale_delivery_split_date/readme/DESCRIPTION.md delete mode 100644 sale_delivery_split_date/readme/DESCRIPTION.rst create mode 100644 sale_delivery_split_date/readme/ROADMAP.md delete mode 100644 sale_delivery_split_date/readme/ROADMAP.rst diff --git a/sale_delivery_split_date/README.rst b/sale_delivery_split_date/README.rst index ca39db94b25..4ca8d31acff 100644 --- a/sale_delivery_split_date/README.rst +++ b/sale_delivery_split_date/README.rst @@ -17,21 +17,22 @@ Sale Delivery Split Date :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/16.0/sale_delivery_split_date + :target: https://github.com/OCA/sale-workflow/tree/17.0/sale_delivery_split_date :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-16-0/sale-workflow-16-0-sale_delivery_split_date + :target: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_delivery_split_date :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=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -When this module is installed, each sale order you confirm will generate one delivery order -per requested date indicated in the sale order lines. +When this module is installed, each sale order you confirm will generate +one delivery order per requested date indicated in the sale order lines. -Furthermore, the delivery orders can be searched by selecting the scheduled date, which is now displayed in the delivery tree view. +Furthermore, the delivery orders can be searched by selecting the +scheduled date, which is now displayed in the delivery tree view. **Table of contents** @@ -41,7 +42,8 @@ Furthermore, the delivery orders can be searched by selecting the scheduled date Known issues / Roadmap ====================== -* Incompatible with `sale_procurement_group_by_commitment_date `_ +- Incompatible with + `sale_procurement_group_by_commitment_date `__ Bug Tracker =========== @@ -49,7 +51,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. @@ -57,18 +59,19 @@ Credits ======= Authors -~~~~~~~ +------- * Agile Business Group Contributors -~~~~~~~~~~~~ +------------ -* Alex Comba (https://www.agilebg.com/) -* Carmen Rondon Regalado (https://odoo.archeti.com/) +- Alex Comba (https://www.agilebg.com/) +- Carmen Rondon Regalado + (https://odoo.archeti.com/) Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -80,6 +83,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_delivery_split_date/pyproject.toml b/sale_delivery_split_date/pyproject.toml new file mode 100644 index 00000000000..4231d0cccb3 --- /dev/null +++ b/sale_delivery_split_date/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/sale_delivery_split_date/readme/CONTRIBUTORS.md b/sale_delivery_split_date/readme/CONTRIBUTORS.md new file mode 100644 index 00000000000..cb2074336e2 --- /dev/null +++ b/sale_delivery_split_date/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +- Alex Comba \<\> () +- Carmen Rondon Regalado \<\> + () diff --git a/sale_delivery_split_date/readme/CONTRIBUTORS.rst b/sale_delivery_split_date/readme/CONTRIBUTORS.rst deleted file mode 100644 index 4bac6e4df53..00000000000 --- a/sale_delivery_split_date/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,2 +0,0 @@ -* Alex Comba (https://www.agilebg.com/) -* Carmen Rondon Regalado (https://odoo.archeti.com/) diff --git a/sale_delivery_split_date/readme/DESCRIPTION.md b/sale_delivery_split_date/readme/DESCRIPTION.md new file mode 100644 index 00000000000..d42a50e915c --- /dev/null +++ b/sale_delivery_split_date/readme/DESCRIPTION.md @@ -0,0 +1,5 @@ +When this module is installed, each sale order you confirm will generate +one delivery order per requested date indicated in the sale order lines. + +Furthermore, the delivery orders can be searched by selecting the +scheduled date, which is now displayed in the delivery tree view. diff --git a/sale_delivery_split_date/readme/DESCRIPTION.rst b/sale_delivery_split_date/readme/DESCRIPTION.rst deleted file mode 100644 index 37251e789c0..00000000000 --- a/sale_delivery_split_date/readme/DESCRIPTION.rst +++ /dev/null @@ -1,4 +0,0 @@ -When this module is installed, each sale order you confirm will generate one delivery order -per requested date indicated in the sale order lines. - -Furthermore, the delivery orders can be searched by selecting the scheduled date, which is now displayed in the delivery tree view. diff --git a/sale_delivery_split_date/readme/ROADMAP.md b/sale_delivery_split_date/readme/ROADMAP.md new file mode 100644 index 00000000000..fd1df7e5cdf --- /dev/null +++ b/sale_delivery_split_date/readme/ROADMAP.md @@ -0,0 +1,2 @@ +- Incompatible with + [sale_procurement_group_by_commitment_date](https://github.com/OCA/sale-workflow/tree/12.0/sale_procurement_group_by_commitment_date) diff --git a/sale_delivery_split_date/readme/ROADMAP.rst b/sale_delivery_split_date/readme/ROADMAP.rst deleted file mode 100644 index 4945cde7dd7..00000000000 --- a/sale_delivery_split_date/readme/ROADMAP.rst +++ /dev/null @@ -1 +0,0 @@ -* Incompatible with `sale_procurement_group_by_commitment_date `_ diff --git a/sale_delivery_split_date/static/description/index.html b/sale_delivery_split_date/static/description/index.html index 82bd705f86a..e7f5bc61014 100644 --- a/sale_delivery_split_date/static/description/index.html +++ b/sale_delivery_split_date/static/description/index.html @@ -1,4 +1,3 @@ - @@ -369,10 +368,11 @@

Sale Delivery Split Date

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:b177da4efebc5cee7d82aa98078c1d5c167de9192785fc0eb2b5d787673b22c9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

When this module is installed, each sale order you confirm will generate one delivery order -per requested date indicated in the sale order lines.

-

Furthermore, the delivery orders can be searched by selecting the scheduled date, which is now displayed in the delivery tree view.

+

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

+

When this module is installed, each sale order you confirm will generate +one delivery order per requested date indicated in the sale order lines.

+

Furthermore, the delivery orders can be searched by selecting the +scheduled date, which is now displayed in the delivery tree view.

Table of contents