mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
19 lines
626 B
Python
19 lines
626 B
Python
# -*- coding: utf-8 -*-
|
|
# © 2017 Eficent Business and IT Consulting Services S.L.
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
|
|
{
|
|
'name': 'RMA Purchase',
|
|
'version': '9.0.1.0.0',
|
|
'category': 'RMA',
|
|
'summary': 'RMA from PO',
|
|
'license': 'LGPL-3',
|
|
'author': 'Eficent, Odoo Community Association (OCA)',
|
|
'website': 'http://www.github.com/OCA/rma',
|
|
'depends': ['rma_account', 'purchase'],
|
|
'data': ['views/rma_order_view.xml',
|
|
'views/rma_order_line_view.xml',
|
|
'wizards/rma_add_purchase.xml'],
|
|
'installable': False,
|
|
'auto_install': True,
|
|
}
|