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', ],