From 871088b959265e1941454af78bf33bd2e725d160 Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Fri, 6 Feb 2015 15:32:08 +0100 Subject: [PATCH] Add license key in __openerp__.py --- document_page/__openerp__.py | 1 + document_url/__openerp__.py | 1 + 2 files changed, 2 insertions(+) diff --git a/document_page/__openerp__.py b/document_page/__openerp__.py index 116aa153..4761340c 100644 --- a/document_page/__openerp__.py +++ b/document_page/__openerp__.py @@ -30,6 +30,7 @@ Web pages """, 'author': ['OpenERP SA'], 'website': 'http://www.openerp.com/', + 'license': 'AGPL-3', 'depends': [ 'knowledge' ], diff --git a/document_url/__openerp__.py b/document_url/__openerp__.py index ab4232bd..2e3754b2 100644 --- a/document_url/__openerp__.py +++ b/document_url/__openerp__.py @@ -29,6 +29,7 @@ Module that allows to attach an URL as a document. """, 'author': 'Serv. Tecnolog. Avanzados - Pedro M. Baeza', 'website': 'http://www.serviciosbaeza.com', + 'license': 'AGPL-3', 'depends': [ 'document', ],