diff --git a/crm_claim/README.rst b/crm_claim/README.rst index ffe16a43e20..59d00a0af64 100644 --- a/crm_claim/README.rst +++ b/crm_claim/README.rst @@ -17,13 +17,13 @@ Claims Management :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcrm-lightgray.png?logo=github - :target: https://github.com/OCA/crm/tree/16.0/crm_claim + :target: https://github.com/OCA/crm/tree/17.0/crm_claim :alt: OCA/crm .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/crm-16-0/crm-16-0-crm_claim + :target: https://translation.odoo-community.org/projects/crm-17-0/crm-17-0-crm_claim :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/crm&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/crm&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -44,23 +44,23 @@ Configuration To configure this module, you need to: -* Go to new menu **CRM > Configuration > Claim > Categories** and create as - many categories as you need. -* Go to new menú **CRM > Configuration > Claim > Stages** and create stages for - claims. +- Go to new menu **CRM > Configuration > Claim > Categories** and + create as many categories as you need. +- Go to new menú **CRM > Configuration > Claim > Stages** and create + stages for claims. Usage ===== -* Go to new menu **CRM > After Sale > Services > Claims** and create a new - claim. +- Go to new menu **CRM > After Sale > Services > Claims** and create a + new claim. Changelog ========= -**This module is a backport from Odoo SA and as such, it is not included in the -OCA CLA. That means we do not have a copy of the copyright on it like all -other OCA modules.** +**This module is a backport from Odoo SA and as such, it is not included +in the OCA CLA. That means we do not have a copy of the copyright on it +like all other OCA modules.** Bug Tracker =========== @@ -68,7 +68,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. @@ -76,25 +76,25 @@ Credits ======= Authors -~~~~~~~ +------- * Odoo S.A. * Tecnativa Contributors -~~~~~~~~~~~~ +------------ -* Odoo S.A. -* Vicent Cubells -* Bhavesh Odedra -* Cristina Martin R. -* Ruchir Shukla -* `Guadaltech `_: +- Odoo S.A. +- Vicent Cubells +- Bhavesh Odedra +- Cristina Martin R. +- Ruchir Shukla +- `Guadaltech `__: - * Fernando La Chica + - Fernando La Chica Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -106,6 +106,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/crm `_ project on GitHub. +This module is part of the `OCA/crm `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/crm_claim/models/crm_claim.py b/crm_claim/models/crm_claim.py index 1fd77432a0d..7f12ea55e91 100644 --- a/crm_claim/models/crm_claim.py +++ b/crm_claim/models/crm_claim.py @@ -149,7 +149,7 @@ def copy(self, default=None): stage_id=self._get_default_stage_id(), name=_("%s (copy)") % self.name, ) - return super(CrmClaim, self).copy(default) + return super().copy(default) # ------------------------------------------------------- # Mail gateway @@ -173,4 +173,4 @@ def message_new(self, msg, custom_values=None): if msg.get("priority"): defaults["priority"] = msg.get("priority") defaults.update(custom_values) - return super(CrmClaim, self).message_new(msg, custom_values=defaults) + return super().message_new(msg, custom_values=defaults) diff --git a/crm_claim/pyproject.toml b/crm_claim/pyproject.toml new file mode 100644 index 00000000000..4231d0cccb3 --- /dev/null +++ b/crm_claim/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/crm_claim/readme/CONFIGURE.md b/crm_claim/readme/CONFIGURE.md new file mode 100644 index 00000000000..f3b548e571a --- /dev/null +++ b/crm_claim/readme/CONFIGURE.md @@ -0,0 +1,6 @@ +To configure this module, you need to: + +- Go to new menu **CRM \> Configuration \> Claim \> Categories** and + create as many categories as you need. +- Go to new menú **CRM \> Configuration \> Claim \> Stages** and create + stages for claims. diff --git a/crm_claim/readme/CONFIGURE.rst b/crm_claim/readme/CONFIGURE.rst deleted file mode 100644 index 90c4588f449..00000000000 --- a/crm_claim/readme/CONFIGURE.rst +++ /dev/null @@ -1,6 +0,0 @@ -To configure this module, you need to: - -* Go to new menu **CRM > Configuration > Claim > Categories** and create as - many categories as you need. -* Go to new menú **CRM > Configuration > Claim > Stages** and create stages for - claims. diff --git a/crm_claim/readme/CONTRIBUTORS.md b/crm_claim/readme/CONTRIBUTORS.md new file mode 100644 index 00000000000..c959439422d --- /dev/null +++ b/crm_claim/readme/CONTRIBUTORS.md @@ -0,0 +1,7 @@ +- Odoo S.A. +- Vicent Cubells \<\> +- Bhavesh Odedra \<\> +- Cristina Martin R. \<\> +- Ruchir Shukla \<\> +- [Guadaltech](https://www.guadaltech.es): + - Fernando La Chica \<\> diff --git a/crm_claim/readme/CONTRIBUTORS.rst b/crm_claim/readme/CONTRIBUTORS.rst deleted file mode 100644 index 03a2723b518..00000000000 --- a/crm_claim/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,8 +0,0 @@ -* Odoo S.A. -* Vicent Cubells -* Bhavesh Odedra -* Cristina Martin R. -* Ruchir Shukla -* `Guadaltech `_: - - * Fernando La Chica diff --git a/crm_claim/readme/DESCRIPTION.rst b/crm_claim/readme/DESCRIPTION.md similarity index 100% rename from crm_claim/readme/DESCRIPTION.rst rename to crm_claim/readme/DESCRIPTION.md diff --git a/crm_claim/readme/HISTORY.md b/crm_claim/readme/HISTORY.md new file mode 100644 index 00000000000..63ec2e51add --- /dev/null +++ b/crm_claim/readme/HISTORY.md @@ -0,0 +1,3 @@ +**This module is a backport from Odoo SA and as such, it is not included +in the OCA CLA. That means we do not have a copy of the copyright on it +like all other OCA modules.** diff --git a/crm_claim/readme/HISTORY.rst b/crm_claim/readme/HISTORY.rst deleted file mode 100644 index abfd35581a9..00000000000 --- a/crm_claim/readme/HISTORY.rst +++ /dev/null @@ -1,3 +0,0 @@ -**This module is a backport from Odoo SA and as such, it is not included in the -OCA CLA. That means we do not have a copy of the copyright on it like all -other OCA modules.** diff --git a/crm_claim/readme/USAGE.md b/crm_claim/readme/USAGE.md new file mode 100644 index 00000000000..4baa15d05fa --- /dev/null +++ b/crm_claim/readme/USAGE.md @@ -0,0 +1,2 @@ +- Go to new menu **CRM \> After Sale \> Services \> Claims** and create + a new claim. diff --git a/crm_claim/readme/USAGE.rst b/crm_claim/readme/USAGE.rst deleted file mode 100644 index 1016d424739..00000000000 --- a/crm_claim/readme/USAGE.rst +++ /dev/null @@ -1,2 +0,0 @@ -* Go to new menu **CRM > After Sale > Services > Claims** and create a new - claim. diff --git a/crm_claim/static/description/index.html b/crm_claim/static/description/index.html index e4d674892c9..4ac5c76dc54 100644 --- a/crm_claim/static/description/index.html +++ b/crm_claim/static/description/index.html @@ -8,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. @@ -274,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 } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -368,7 +369,7 @@

Claims Management

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:1b03125e677b841b50eb7bd853f72dae20fd67b39a9d3b881ae6c0965dbf260d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

This application allows you to track your customers/vendors claims and grievances.

It is fully integrated with the email gateway so that you can create @@ -392,31 +393,31 @@

Claims Management

Configuration

To configure this module, you need to:

    -
  • Go to new menu CRM > Configuration > Claim > Categories and create as -many categories as you need.
  • -
  • Go to new menú CRM > Configuration > Claim > Stages and create stages for -claims.
  • +
  • Go to new menu CRM > Configuration > Claim > Categories and +create as many categories as you need.
  • +
  • Go to new menú CRM > Configuration > Claim > Stages and create +stages for claims.

Usage

    -
  • Go to new menu CRM > After Sale > Services > Claims and create a new -claim.
  • +
  • Go to new menu CRM > After Sale > Services > Claims and create a +new claim.

Changelog

-

This module is a backport from Odoo SA and as such, it is not included in the -OCA CLA. That means we do not have a copy of the copyright on it like all -other OCA modules.

+

This module is a backport from Odoo SA and as such, it is not included +in the OCA CLA. That means we do not have a copy of the copyright on it +like all other OCA modules.

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.

@@ -445,11 +446,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/crm project on GitHub.

+

This module is part of the OCA/crm project on GitHub.

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