Files
rma/crm_claim_rma_code/__manifest__.py
2016-10-06 16:06:57 +02:00

22 lines
541 B
Python

# -*- coding: utf-8 -*-
# © 2015 Vauxoo
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'CRM Claim RMA Code',
'version': '9.0.1.0.0',
'category': 'Generic Modules/CRM & SRM',
'author': 'Vauxoo,Odoo Community Association (OCA)',
'website': 'http://www.vauxoo.com/',
'license': 'AGPL-3',
'depends': [
'crm_claim_type',
'crm_claim_code',
],
'data': [
'data/ir_sequence_type.xml',
'views/crm_claim_type.xml',
],
'installable': False,
}