From 02e4d7b770ba4bb9c7842ac44ac4f0928f08d9d0 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Fri, 3 Jul 2020 09:06:59 -0700 Subject: [PATCH] [FIX] rma_sale: license and version in manifest --- rma_sale/__manifest__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rma_sale/__manifest__.py b/rma_sale/__manifest__.py index 66961354..2cbf748b 100644 --- a/rma_sale/__manifest__.py +++ b/rma_sale/__manifest__.py @@ -2,10 +2,10 @@ { 'name': 'Hibou RMAs for Sale Orders', - 'version': '12.0.1.1.0', + 'version': '13.0.1.1.0', 'category': 'Sale', - 'author': "Hibou Corp.", - 'license': 'AGPL-3', + 'author': 'Hibou Corp.', + 'license': 'OPL-1', 'website': 'https://hibou.io/', 'depends': [ 'rma',