diff --git a/README.md b/README.md index 4b9422a86ab..b9ef12d8174 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[crm_claim](crm_claim/) | 17.0.1.0.0 | | Track your customers/vendors claims and grievances. [crm_industry](crm_industry/) | 17.0.1.0.0 | | Link leads/opportunities to industries [crm_lead_code](crm_lead_code/) | 17.0.1.1.0 | | Sequential Code for Leads / Opportunities [crm_lead_currency](crm_lead_currency/) | 17.0.1.0.0 | [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | On leads/opportunities, add the amount in the customer's currency. diff --git a/crm_claim/README.rst b/crm_claim/README.rst index 44fa779089c..87c50ccf84b 100644 --- a/crm_claim/README.rst +++ b/crm_claim/README.rst @@ -7,7 +7,7 @@ Claims Management !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:1b03125e677b841b50eb7bd853f72dae20fd67b39a9d3b881ae6c0965dbf260d + !! source digest: sha256:bacc1b389fb81e6434ab61aa6584d562b269ca53f18582de59b6afdb21528da1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -44,16 +44,16 @@ 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 ========= @@ -84,18 +84,18 @@ Authors 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 -- `APSL-Nagarro `__: +- `APSL-Nagarro `__: - - Bernat Obrador + - Bernat Obrador Maintainers ----------- diff --git a/crm_claim/static/description/index.html b/crm_claim/static/description/index.html index a6c5c4fc501..9d1bce0ffb6 100644 --- a/crm_claim/static/description/index.html +++ b/crm_claim/static/description/index.html @@ -367,7 +367,7 @@

Claims Management

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:1b03125e677b841b50eb7bd853f72dae20fd67b39a9d3b881ae6c0965dbf260d +!! source digest: sha256:bacc1b389fb81e6434ab61aa6584d562b269ca53f18582de59b6afdb21528da1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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 @@ -393,8 +393,8 @@

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 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/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 8b9a0c05fd3..40ac95f119d 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-crm" -version = "17.0.20241120.0" +version = "17.0.20241210.0" dependencies = [ + "odoo-addon-crm_claim>=17.0dev,<17.1dev", "odoo-addon-crm_industry>=17.0dev,<17.1dev", "odoo-addon-crm_lead_code>=17.0dev,<17.1dev", "odoo-addon-crm_lead_currency>=17.0dev,<17.1dev",