diff --git a/sale_cancel_reason/README.rst b/sale_cancel_reason/README.rst index 562a6f8ee90..49621c12639 100644 --- a/sale_cancel_reason/README.rst +++ b/sale_cancel_reason/README.rst @@ -17,19 +17,19 @@ Sale Cancel Reason :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_cancel_reason + :target: https://github.com/OCA/sale-workflow/tree/17.0/sale_cancel_reason :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_cancel_reason + :target: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_cancel_reason :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 a sale order is canceled, a reason must be given, -it is chosen from a configured list. +When a sale order is canceled, a reason must be given, it is chosen from +a configured list. **Table of contents** @@ -41,10 +41,11 @@ Usage To use this module, you need to: -* Click at "Cancel Order" button from a sales order which state equal - to Draft, Quotation or Sales Order -* A wizard will show a list of cancel reasons -* Choose a reason and confirm cancellation, the reason will be stamped in the sales order +- Click at "Cancel Order" button from a sales order which state equal + to Draft, Quotation or Sales Order +- A wizard will show a list of cancel reasons +- Choose a reason and confirm cancellation, the reason will be stamped + in the sales order Bug Tracker =========== @@ -52,7 +53,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,23 +61,23 @@ Credits ======= Authors -~~~~~~~ +------- * Camptocamp Contributors -~~~~~~~~~~~~ +------------ -* Guewen Baconnier, Camptocamp SA -* Kitti U. -* Victor M.M Torres -* Bhavesh Odedra -* Alan Ramos -* Aritz Olea , Landoo SL -* Hugo Córdoba +- Guewen Baconnier, Camptocamp SA +- Kitti U. +- Victor M.M Torres +- Bhavesh Odedra +- Alan Ramos +- Aritz Olea , Landoo SL +- Hugo Córdoba Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -88,6 +89,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_cancel_reason/pyproject.toml b/sale_cancel_reason/pyproject.toml new file mode 100644 index 00000000000..4231d0cccb3 --- /dev/null +++ b/sale_cancel_reason/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/sale_cancel_reason/readme/CONTRIBUTORS.md b/sale_cancel_reason/readme/CONTRIBUTORS.md new file mode 100644 index 00000000000..9f31738e64c --- /dev/null +++ b/sale_cancel_reason/readme/CONTRIBUTORS.md @@ -0,0 +1,7 @@ +- Guewen Baconnier, Camptocamp SA +- Kitti U. \<\> +- Victor M.M Torres \<\> +- Bhavesh Odedra \<\> +- Alan Ramos \<\> +- Aritz Olea \<\>, Landoo SL +- Hugo Córdoba \<\> diff --git a/sale_cancel_reason/readme/CONTRIBUTORS.rst b/sale_cancel_reason/readme/CONTRIBUTORS.rst deleted file mode 100644 index ce3d5ef1c1b..00000000000 --- a/sale_cancel_reason/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,7 +0,0 @@ -* Guewen Baconnier, Camptocamp SA -* Kitti U. -* Victor M.M Torres -* Bhavesh Odedra -* Alan Ramos -* Aritz Olea , Landoo SL -* Hugo Córdoba diff --git a/sale_cancel_reason/readme/DESCRIPTION.md b/sale_cancel_reason/readme/DESCRIPTION.md new file mode 100644 index 00000000000..815405aaa07 --- /dev/null +++ b/sale_cancel_reason/readme/DESCRIPTION.md @@ -0,0 +1,2 @@ +When a sale order is canceled, a reason must be given, it is chosen from +a configured list. diff --git a/sale_cancel_reason/readme/DESCRIPTION.rst b/sale_cancel_reason/readme/DESCRIPTION.rst deleted file mode 100644 index a4c6502f7ba..00000000000 --- a/sale_cancel_reason/readme/DESCRIPTION.rst +++ /dev/null @@ -1,2 +0,0 @@ -When a sale order is canceled, a reason must be given, -it is chosen from a configured list. diff --git a/sale_cancel_reason/readme/USAGE.md b/sale_cancel_reason/readme/USAGE.md new file mode 100644 index 00000000000..5e2e8e021b5 --- /dev/null +++ b/sale_cancel_reason/readme/USAGE.md @@ -0,0 +1,7 @@ +To use this module, you need to: + +- Click at "Cancel Order" button from a sales order which state equal to + Draft, Quotation or Sales Order +- A wizard will show a list of cancel reasons +- Choose a reason and confirm cancellation, the reason will be stamped + in the sales order diff --git a/sale_cancel_reason/readme/USAGE.rst b/sale_cancel_reason/readme/USAGE.rst deleted file mode 100644 index 5eaf2c4858b..00000000000 --- a/sale_cancel_reason/readme/USAGE.rst +++ /dev/null @@ -1,6 +0,0 @@ -To use this module, you need to: - -* Click at "Cancel Order" button from a sales order which state equal - to Draft, Quotation or Sales Order -* A wizard will show a list of cancel reasons -* Choose a reason and confirm cancellation, the reason will be stamped in the sales order diff --git a/sale_cancel_reason/static/description/index.html b/sale_cancel_reason/static/description/index.html index 0915b3f2bd8..d0795d764ca 100644 --- a/sale_cancel_reason/static/description/index.html +++ b/sale_cancel_reason/static/description/index.html @@ -1,4 +1,3 @@ - @@ -369,9 +368,9 @@

Sale Cancel Reason

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:354c878d0d76a11dbb7ad6028731a633c6e9229bd2bac18697c78159f413fb39 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

When a sale order is canceled, a reason must be given, -it is chosen from a configured list.

+

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

+

When a sale order is canceled, a reason must be given, it is chosen from +a configured list.

Table of contents

    @@ -392,7 +391,8 @@

    Usage

  • Click at “Cancel Order” button from a sales order which state equal to Draft, Quotation or Sales Order
  • A wizard will show a list of cancel reasons
  • -
  • Choose a reason and confirm cancellation, the reason will be stamped in the sales order
  • +
  • Choose a reason and confirm cancellation, the reason will be stamped +in the sales order
@@ -400,7 +400,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.

@@ -430,7 +430,7 @@

Maintainers

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.