mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
20 lines
565 B
Python
20 lines
565 B
Python
{
|
|
"name": "RMA Scrap",
|
|
"version": "16.0.1.0.0",
|
|
"license": "LGPL-3",
|
|
"category": "RMA",
|
|
"summary": "Allows to scrap the received/ordered 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",
|
|
"views/stock_scrap_view.xml",
|
|
"wizards/rma_scrap_view.xml",
|
|
],
|
|
"installable": True,
|
|
}
|