diff --git a/crm_claim_rma_code/README.rst b/crm_claim_rma_code/README.rst index 1c3d0148..764e5fb4 100644 --- a/crm_claim_rma_code/README.rst +++ b/crm_claim_rma_code/README.rst @@ -1,4 +1,5 @@ .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 ================== @@ -49,6 +50,7 @@ Contributors * Yanina Aular * Osval Reyes +* Bhavesh Odedra Maintainer ---------- diff --git a/crm_claim_rma_code/__manifest__.py b/crm_claim_rma_code/__manifest__.py index c9656f5e..1da51d37 100644 --- a/crm_claim_rma_code/__manifest__.py +++ b/crm_claim_rma_code/__manifest__.py @@ -1,13 +1,14 @@ # -*- coding: utf-8 -*- # © 2015 Vauxoo +# © 2017 Ursa Information Systems # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'CRM Claim RMA Code', - 'version': '9.0.1.0.0', + 'version': '10.0.1.0.0', 'category': 'Generic Modules/CRM & SRM', 'author': 'Vauxoo,Odoo Community Association (OCA)', - 'website': 'http://www.vauxoo.com/', + 'website': 'http://www.vauxoo.com/, http://ursainfosystems.com/', 'license': 'AGPL-3', 'depends': [ 'crm_claim_type', @@ -17,5 +18,5 @@ 'data/ir_sequence_type.xml', 'views/crm_claim_type.xml', ], - 'installable': False, + 'installable': True, } diff --git a/crm_claim_rma_code/data/ir_sequence_type.xml b/crm_claim_rma_code/data/ir_sequence_type.xml index d298f598..4e076bca 100644 --- a/crm_claim_rma_code/data/ir_sequence_type.xml +++ b/crm_claim_rma_code/data/ir_sequence_type.xml @@ -1,5 +1,6 @@ - + + CRM Claim Supplier @@ -44,4 +45,5 @@ model="ir.sequence" /> + diff --git a/crm_claim_rma_code/models/crm_claim_type.py b/crm_claim_rma_code/models/crm_claim_type.py index 7e036385..9772a530 100644 --- a/crm_claim_rma_code/models/crm_claim_type.py +++ b/crm_claim_rma_code/models/crm_claim_type.py @@ -2,7 +2,7 @@ # © 2015 Vauxoo # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -from openerp import fields, models +from odoo import fields, models class CrmClaimType(models.Model): diff --git a/crm_claim_rma_code/static/description/icon.png b/crm_claim_rma_code/static/description/icon.png new file mode 100644 index 00000000..3a0328b5 Binary files /dev/null and b/crm_claim_rma_code/static/description/icon.png differ diff --git a/crm_claim_rma_code/views/crm_claim_type.xml b/crm_claim_rma_code/views/crm_claim_type.xml index 5ceba7ca..d3db94fb 100644 --- a/crm_claim_rma_code/views/crm_claim_type.xml +++ b/crm_claim_rma_code/views/crm_claim_type.xml @@ -1,5 +1,6 @@ + crm.claim.type.form crm.claim.type @@ -10,6 +11,7 @@ + crm.claim.type.tree crm.claim.type @@ -20,4 +22,5 @@ +