mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
18 lines
510 B
Python
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",
|
|
],
|
|
}
|