[FIX] rma_scrap: various fixes

This commit is contained in:
Jordi Ballester Alomar
2022-11-03 18:13:52 +01:00
committed by SergiCForgeFlow
parent 70289bdadd
commit 0f59a8048f
9 changed files with 83 additions and 32 deletions

View File

@@ -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,