Files
stock-rma/rma_purchase/__manifest__.py
Chanakya-SerpentCS 55c0b05234 [FIX] Travis
2020-12-24 13:36:10 +05:30

23 lines
732 B
Python

# © 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": "13.0.1.0.0",
"category": "RMA",
"summary": "RMA from PO",
"license": "LGPL-3",
"author": "Eficent, Odoo Community Association (OCA)",
"website": "https://github.com/Eficent/stock-rma",
"depends": ["rma_account", "purchase"],
"data": [
"wizards/rma_order_line_make_purchase_order_view.xml",
"security/ir.model.access.csv",
"views/rma_operation_view.xml",
"views/rma_order_view.xml",
"views/rma_order_line_view.xml",
"wizards/rma_add_purchase.xml",
],
"installable": True,
}