Files
stock-rma/rma_put_away/__manifest__.py
2023-03-08 14:32:26 +01:00

19 lines
528 B
Python

{
"name": "RMA Put Away",
"version": "16.0.1.0.0",
"license": "LGPL-3",
"category": "RMA",
"summary": "Allows to put away the received products in odoo",
"author": "ForgeFlow",
"website": "https://github.com/ForgeFlow/stock-rma",
"depends": ["rma"],
"data": [
"security/ir.model.access.csv",
"views/rma_operation_view.xml",
"views/rma_order_line_view.xml",
"views/rma_order_view.xml",
"wizards/rma_put_away_view.xml",
],
"installable": True,
}