mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
23 lines
596 B
Python
23 lines
596 B
Python
# -*- coding: utf-8 -*-
|
|
# © Guewen Yanina Aular, Vauxoo
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
'name': 'RMA Location',
|
|
'version': '10.0.1.0.0',
|
|
'author': "Vauxoo, Odoo Community Association (OCA)",
|
|
'license': 'AGPL-3',
|
|
'website': 'http://www.camptocamp.com,http://www.vauxoo.com',
|
|
'category': 'Generic Modules/CRM & SRM',
|
|
'depends': [
|
|
'stock',
|
|
'procurement',
|
|
],
|
|
'data': [
|
|
'views/stock_warehouse.xml',
|
|
],
|
|
'post_init_hook': 'post_init_hook',
|
|
'installable': True,
|
|
'auto_install': False,
|
|
}
|