From 4289ce1b39e116a54dcd9c20896599475fa12a49 Mon Sep 17 00:00:00 2001 From: Lois Rilo Date: Mon, 7 Nov 2022 13:37:00 +0100 Subject: [PATCH] [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. --- rma_purchase/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rma_purchase/__manifest__.py b/rma_purchase/__manifest__.py index 153e14d6..bd5ec669 100644 --- a/rma_purchase/__manifest__.py +++ b/rma_purchase/__manifest__.py @@ -6,7 +6,7 @@ "category": "RMA", "summary": "RMA from PO", "license": "LGPL-3", - "author": "ForgeFlow, Odoo Community Association (OCA)", + "author": "ForgeFlow", "website": "https://github.com/ForgeFlow/stock-rma", "depends": ["rma_account", "purchase"], "data": [