mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[FIX] rma_scrap: various fixes
This commit is contained in:
committed by
SergiCForgeFlow
parent
70289bdadd
commit
0f59a8048f
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "RMA Put Away",
|
||||
"name": "RMA Scrap",
|
||||
"version": "14.0.1.0.0",
|
||||
"license": "LGPL-3",
|
||||
"category": "RMA",
|
||||
"summary": "Allows to put away the received products in odoo",
|
||||
"summary": "Allows to scrap the received/ordered products in odoo",
|
||||
"author": "ForgeFlow",
|
||||
"website": "https://github.com/ForgeFlow/stock-rma",
|
||||
"depends": ["rma"],
|
||||
@@ -12,6 +12,7 @@
|
||||
"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,
|
||||
|
||||
Reference in New Issue
Block a user