mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[FIX] rma_purchase: fix author in manifest
OCA was added in the past by mistake only because a misconfiguration in the CI forced OCA as a required author.
This commit is contained in:
committed by
JasminSForgeFlow
parent
4b1e0294a8
commit
4289ce1b39
@@ -6,7 +6,7 @@
|
|||||||
"category": "RMA",
|
"category": "RMA",
|
||||||
"summary": "RMA from PO",
|
"summary": "RMA from PO",
|
||||||
"license": "LGPL-3",
|
"license": "LGPL-3",
|
||||||
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
"author": "ForgeFlow",
|
||||||
"website": "https://github.com/ForgeFlow/stock-rma",
|
"website": "https://github.com/ForgeFlow/stock-rma",
|
||||||
"depends": ["rma_account", "purchase"],
|
"depends": ["rma_account", "purchase"],
|
||||||
"data": [
|
"data": [
|
||||||
|
|||||||
Reference in New Issue
Block a user