mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
22 lines
541 B
Python
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,
|
|
}
|