From f6342abe511975783f01bc7773a9d00d38593afd Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Tue, 23 Mar 2021 10:39:57 -0700 Subject: [PATCH] [FIX] pos_pax: licensing OPL-1 --- pos_pax/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pos_pax/__manifest__.py b/pos_pax/__manifest__.py index 8f2117c0..6978b30f 100644 --- a/pos_pax/__manifest__.py +++ b/pos_pax/__manifest__.py @@ -42,4 +42,5 @@ Depending on Device and processor support, this integration can handle: ], 'installable': True, 'auto_install': False, + 'license': 'OPL-1', }