Skip to content

Commit

Permalink
[MIG]crm_claim: migrate crm_claim
Browse files Browse the repository at this point in the history
  • Loading branch information
bizzappdev authored and FernandoRomera committed Dec 15, 2022
1 parent eef77aa commit a2fda33
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 18 deletions.
11 changes: 6 additions & 5 deletions crm_claim/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,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/14.0/crm_claim
:target: https://github.com/OCA/crm/tree/15.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-14-0/crm-14-0-crm_claim
:target: https://translation.odoo-community.org/projects/crm-15-0/crm-15-0-crm_claim
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/111/14.0
:target: https://runbot.odoo-community.org/runbot/111/15.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|
Expand Down Expand Up @@ -65,7 +65,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/crm/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/crm/issues/new?body=module:%20crm_claim%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/crm/issues/new?body=module:%20crm_claim%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Expand All @@ -85,6 +85,7 @@ Contributors
* Vicent Cubells <[email protected]>
* Bhavesh Odedra <[email protected]>
* Cristina Martin R. <[email protected]>
* Ruchir Shukla <[email protected]>

* `Guadaltech <https://www.guadaltech.es>`_:

Expand All @@ -103,6 +104,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 <https://github.com/OCA/crm/tree/14.0/crm_claim>`_ project on GitHub.
This module is part of the `OCA/crm <https://github.com/OCA/crm/tree/15.0/crm_claim>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 1 addition & 1 deletion crm_claim/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{
"name": "Claims Management",
"version": "14.0.1.0.1",
"version": "15.0.1.0.1",
"category": "Customer Relationship Management",
"author": "Odoo S.A., Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/crm",
Expand Down
2 changes: 1 addition & 1 deletion crm_claim/models/crm_claim_category.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ class CrmClaimCategory(models.Model):
_name = "crm.claim.category"
_description = "Category of claim"

name = fields.Char(string="Name", required=True, translate=True)
name = fields.Char(required=True, translate=True)
team_id = fields.Many2one(comodel_name="crm.team", string="Sales Team")
2 changes: 1 addition & 1 deletion crm_claim/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Vicent Cubells <[email protected]>
* Bhavesh Odedra <[email protected]>
* Cristina Martin R. <[email protected]>

* Ruchir Shukla <[email protected]>
* `Guadaltech <https://www.guadaltech.es>`_:

* Fernando La Chica <[email protected]>
4 changes: 2 additions & 2 deletions crm_claim/report/crm_claim_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class CrmClaimReport(models.Model):
comodel_name="res.company", string="Company", readonly=True
)
create_date = fields.Datetime(readonly=True, index=True)
claim_date = fields.Datetime(string="Claim Date", readonly=True)
claim_date = fields.Datetime(readonly=True)
delay_close = fields.Float(
string="Delay to close",
digits=(16, 2),
Expand All @@ -43,7 +43,7 @@ class CrmClaimReport(models.Model):
comodel_name="res.partner", string="Partner", readonly=True
)
priority = fields.Selection(
selection=[("0", "Low"), ("1", "Normal"), ("2", "High")], string="Priority"
selection=[("0", "Low"), ("1", "Normal"), ("2", "High")]
)
type_action = fields.Selection(
selection=[
Expand Down
8 changes: 4 additions & 4 deletions crm_claim/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
<meta name="generator" content="Docutils: http://docutils.sourceforge.net/" />
<title>Claims Management</title>
<style type="text/css">

Expand Down Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Claims Management</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/crm/tree/14.0/crm_claim"><img alt="OCA/crm" src="https://img.shields.io/badge/github-OCA%2Fcrm-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/crm-14-0/crm-14-0-crm_claim"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/111/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/crm/tree/15.0/crm_claim"><img alt="OCA/crm" src="https://img.shields.io/badge/github-OCA%2Fcrm-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/crm-15-0/crm-15-0-crm_claim"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/111/15.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>This application allows you to track your customers/vendors claims and
grievances.</p>
<p>It is fully integrated with the email gateway so that you can create
Expand Down Expand Up @@ -415,7 +415,7 @@ <h1><a class="toc-backref" href="#id4">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/crm/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/crm/issues/new?body=module:%20crm_claim%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<a class="reference external" href="https://github.com/OCA/crm/issues/new?body=module:%20crm_claim%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
Expand Down Expand Up @@ -447,7 +447,7 @@ <h2><a class="toc-backref" href="#id8">Maintainers</a></h2>
<p>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.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/crm/tree/14.0/crm_claim">OCA/crm</a> project on GitHub.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/crm/tree/15.0/crm_claim">OCA/crm</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion crm_claim/tests/test_crm_claim.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from odoo.tests import common


class TestCrmClaim(common.SavepointCase):
class TestCrmClaim(common.TransactionCase):
@classmethod
def setUpClass(cls):
super(TestCrmClaim, cls).setUpClass()
Expand Down
2 changes: 1 addition & 1 deletion crm_claim/views/crm_claim_category_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<field name="name">crm.claim.category.tree</field>
<field name="model">crm.claim.category</field>
<field name="arch" type="xml">
<tree string="Claim Categories">
<tree>
<field name="name" />
<field name="team_id" />
</tree>
Expand Down
2 changes: 1 addition & 1 deletion crm_claim/views/crm_claim_stage_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<field name="name">crm.claim.stage.tree</field>
<field name="model">crm.claim.stage</field>
<field name="arch" type="xml">
<tree string="Claim Stages">
<tree>
<field name="sequence" widget="handle" />
<field name="name" />
</tree>
Expand Down
2 changes: 1 addition & 1 deletion crm_claim/views/crm_claim_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<field name="name">CRM - Claims Tree</field>
<field name="model">crm.claim</field>
<field name="arch" type="xml">
<tree string="Claims">
<tree>
<field name="name" />
<field name="partner_id" />
<field name="user_id" />
Expand Down

0 comments on commit a2fda33

Please sign in to comment.