From f3be13396e926bf7b1a43e03502bd7acea629308 Mon Sep 17 00:00:00 2001 From: Heliconia Solutions Date: Fri, 13 Dec 2024 17:41:25 +0530 Subject: [PATCH] [MIG] sale_validity_auto_cancel: Migration to 18.0 --- sale_validity_auto_cancel/README.rst | 18 ++++++++++-------- sale_validity_auto_cancel/__manifest__.py | 2 +- sale_validity_auto_cancel/data/ir_cron.xml | 2 -- .../readme/CONTRIBUTORS.md | 1 + .../static/description/index.html | 7 ++++--- .../views/res_config_settings.xml | 2 +- 6 files changed, 17 insertions(+), 15 deletions(-) diff --git a/sale_validity_auto_cancel/README.rst b/sale_validity_auto_cancel/README.rst index 0abe97aae43..042613188ba 100644 --- a/sale_validity_auto_cancel/README.rst +++ b/sale_validity_auto_cancel/README.rst @@ -17,13 +17,13 @@ Sale Validity Auto-Cancel :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github - :target: https://github.com/OCA/sale-workflow/tree/17.0/sale_validity_auto_cancel + :target: https://github.com/OCA/sale-workflow/tree/18.0/sale_validity_auto_cancel :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-17-0/sale-workflow-17-0-sale_validity_auto_cancel + :target: https://translation.odoo-community.org/projects/sale-workflow-18-0/sale-workflow-18-0-sale_validity_auto_cancel :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=17.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| @@ -61,7 +61,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. @@ -77,10 +77,12 @@ Authors Contributors ------------ -- Jordi Masvidal -- `OERP Canada `__: +- Jordi Masvidal +- `OERP Canada `__: - - Foram Darji + - Foram Darji + +- Heliconia Solutions Pvt. Ltd. Maintainers ----------- @@ -103,6 +105,6 @@ Current `maintainer `__: |maintainer-JordiMForgeFlow| -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_validity_auto_cancel/__manifest__.py b/sale_validity_auto_cancel/__manifest__.py index 9f79c834fb2..63d14d3b93d 100644 --- a/sale_validity_auto_cancel/__manifest__.py +++ b/sale_validity_auto_cancel/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Sale Validity Auto-Cancel", - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "category": "Sales", "license": "LGPL-3", "summary": "Automatically cancel quotations after validity period.", diff --git a/sale_validity_auto_cancel/data/ir_cron.xml b/sale_validity_auto_cancel/data/ir_cron.xml index feee384ae1b..2c5ea2b5db7 100644 --- a/sale_validity_auto_cancel/data/ir_cron.xml +++ b/sale_validity_auto_cancel/data/ir_cron.xml @@ -8,9 +8,7 @@ Cancel Expired Quotations 1 days - -1 False - code model.cron_sale_validity_auto_cancel() diff --git a/sale_validity_auto_cancel/readme/CONTRIBUTORS.md b/sale_validity_auto_cancel/readme/CONTRIBUTORS.md index 316bb6110c7..64ecb6b3ffc 100644 --- a/sale_validity_auto_cancel/readme/CONTRIBUTORS.md +++ b/sale_validity_auto_cancel/readme/CONTRIBUTORS.md @@ -1,3 +1,4 @@ - Jordi Masvidal \<\> - [OERP Canada](https://www.oerp.ca/): - Foram Darji \<\> +- Heliconia Solutions Pvt. Ltd. \<\> diff --git a/sale_validity_auto_cancel/static/description/index.html b/sale_validity_auto_cancel/static/description/index.html index 42997ef90d4..8654dd50673 100644 --- a/sale_validity_auto_cancel/static/description/index.html +++ b/sale_validity_auto_cancel/static/description/index.html @@ -369,7 +369,7 @@

Sale Validity Auto-Cancel

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:7c3fd0b6f1fa70c5c4f4f0c83f3b0019b3116a8c22d82fbd9e6f0f3ea5b41cb9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

This module adds a scheduled action that automatically cancels quotations after their expiration date.

A company setting can be modified to decide how many days after the @@ -406,7 +406,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.

@@ -426,6 +426,7 @@

Contributors

  • Foram Darji <fd@oerp.ca>
  • +
  • Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>
  • @@ -439,7 +440,7 @@

    Maintainers

    promote its widespread use.

    Current maintainer:

    JordiMForgeFlow

    -

    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_validity_auto_cancel/views/res_config_settings.xml b/sale_validity_auto_cancel/views/res_config_settings.xml index 5332ac7a45f..72f739353fc 100644 --- a/sale_validity_auto_cancel/views/res_config_settings.xml +++ b/sale_validity_auto_cancel/views/res_config_settings.xml @@ -12,7 +12,7 @@ res.config.settings - +