Files
stock-rma/rma_operating_unit/__manifest__.py
2023-06-07 12:26:13 +02:00

18 lines
510 B
Python

# Copyright 2017-19 ForgeFlow S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
{
"name": "Operating Unit in RMA Groups",
"version": "14.0.1.0.0",
"author": "ForgeFlow",
"license": "LGPL-3",
"website": "https://github.com/ForgeFlow/stock-rma",
"category": "Operating Units",
"depends": ["rma", "stock_operating_unit"],
"data": [
"security/rma_security.xml",
"views/rma_order_view.xml",
"views/rma_order_line_view.xml",
],
}