diff --git a/document_page_adhoc/__openerp__.py b/document_page_adhoc/__openerp__.py
index 4acec5b..dbb5a32 100644
--- a/document_page_adhoc/__openerp__.py
+++ b/document_page_adhoc/__openerp__.py
@@ -30,6 +30,7 @@
     """,
     'author': ['OpenERP SA'],
     'website': 'http://www.openerp.com/',
+    'license': 'AGPL-3',
     'depends': ['knowledge'],
     'data': [
         'wizard/document_page_create_menu_view.xml',
diff --git a/document_page_extension/__openerp__.py b/document_page_extension/__openerp__.py
index 5730560..f756e27 100755
--- a/document_page_extension/__openerp__.py
+++ b/document_page_extension/__openerp__.py
@@ -31,6 +31,7 @@
     """,
     'author':  'ADHOC SA',
     'website': 'www.adhoc.com.ar',
+    'license': 'AGPL-3',
     'images': [
     ],
     'depends': [
diff --git a/help_doc/__openerp__.py b/help_doc/__openerp__.py
index a638b2f..087db8d 100755
--- a/help_doc/__openerp__.py
+++ b/help_doc/__openerp__.py
@@ -28,6 +28,7 @@
     """,
     'author':  'ADHOC SA',
     'website': 'www.adhoc.com.ar',
+    'license': 'AGPL-3',
     'images': [
     ],
     'depends': [
diff --git a/help_doc_account/__openerp__.py b/help_doc_account/__openerp__.py
index 7490481..806ec63 100755
--- a/help_doc_account/__openerp__.py
+++ b/help_doc_account/__openerp__.py
@@ -30,6 +30,7 @@
     """,
     'author':  'ADHOC SA',
     'website': 'www.adhoc.com.ar',
+    'license': 'AGPL-3',
     'images': [
     ],
     'depends': [
diff --git a/help_doc_crm/__openerp__.py b/help_doc_crm/__openerp__.py
index 705d506..91c23da 100755
--- a/help_doc_crm/__openerp__.py
+++ b/help_doc_crm/__openerp__.py
@@ -30,6 +30,7 @@
     """,
     'author':  'ADHOC SA',
     'website': 'www.adhoc.com.ar',
+    'license': 'AGPL-3',
     'images': [
     ],
     'depends': [
diff --git a/help_doc_mail/__openerp__.py b/help_doc_mail/__openerp__.py
index 1ba1490..4275b5e 100755
--- a/help_doc_mail/__openerp__.py
+++ b/help_doc_mail/__openerp__.py
@@ -30,6 +30,7 @@
     """,
     'author':  'ADHOC SA',
     'website': 'www.adhoc.com.ar',
+    'license': 'AGPL-3',
     'images': [
     ],
     'depends': [
diff --git a/help_doc_multi_company/__openerp__.py b/help_doc_multi_company/__openerp__.py
index a199977..ff1fb2e 100755
--- a/help_doc_multi_company/__openerp__.py
+++ b/help_doc_multi_company/__openerp__.py
@@ -30,6 +30,7 @@
     """,
     'author':  'ADHOC SA',
     'website': 'www.adhoc.com.ar',
+    'license': 'AGPL-3',
     'images': [
     ],
     'depends': [
diff --git a/help_doc_portal/__openerp__.py b/help_doc_portal/__openerp__.py
index e8e4460..0fa84ab 100755
--- a/help_doc_portal/__openerp__.py
+++ b/help_doc_portal/__openerp__.py
@@ -18,22 +18,23 @@
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 ##############################################################################
-{   'active': False,
+{'active': False,
     'author':  'ADHOC SA',
+    'website': 'www.adhoc.com.ar',
+    'license': 'AGPL-3',
     'category': 'Knowledge Management',
     'demo_xml': [
     ],
-    'depends': ['help_doc','portal'],
+    'depends': ['help_doc', 'portal'],
     'description': 'Autoinstallable module for documentation with portal module installed',
-    'installable': True,
-    'license': 'AGPL-3',
     'name': 'Odoo Portal Help Documentation',
     'test': [],
     'data': [
         'menu_item.xml',
-        ],
+    ],
     'version': '8.0.0.0.0',
     'auto_install': True,
-    'website': 'www.adhoc.com.ar',}
+    'installable': True
+ }
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
diff --git a/help_doc_project/__openerp__.py b/help_doc_project/__openerp__.py
index aed3553..864c6e5 100755
--- a/help_doc_project/__openerp__.py
+++ b/help_doc_project/__openerp__.py
@@ -30,6 +30,7 @@
     """,
     'author':  'ADHOC SA',
     'website': 'www.adhoc.com.ar',
+    'license': 'AGPL-3',
     'images': [
     ],
     'depends': [
diff --git a/help_doc_project_issue/__openerp__.py b/help_doc_project_issue/__openerp__.py
index c8ea228..fc6768b 100755
--- a/help_doc_project_issue/__openerp__.py
+++ b/help_doc_project_issue/__openerp__.py
@@ -30,6 +30,7 @@
     """,
     'author':  'ADHOC SA',
     'website': 'www.adhoc.com.ar',
+    'license': 'AGPL-3',
     'images': [
     ],
     'depends': [
diff --git a/help_doc_purchase/__openerp__.py b/help_doc_purchase/__openerp__.py
index e4b6200..edc1569 100755
--- a/help_doc_purchase/__openerp__.py
+++ b/help_doc_purchase/__openerp__.py
@@ -30,6 +30,7 @@
     """,
     'author':  'ADHOC SA',
     'website': 'www.adhoc.com.ar',
+    'license': 'AGPL-3',
     'images': [
     ],
     'depends': [
diff --git a/help_doc_sale/__openerp__.py b/help_doc_sale/__openerp__.py
index b5fd9ea..cda84bc 100755
--- a/help_doc_sale/__openerp__.py
+++ b/help_doc_sale/__openerp__.py
@@ -30,6 +30,7 @@
     """,
     'author':  'ADHOC SA',
     'website': 'www.adhoc.com.ar',
+    'license': 'AGPL-3',
     'images': [
     ],
     'depends': [
diff --git a/help_doc_stock/__openerp__.py b/help_doc_stock/__openerp__.py
index 21c984e..5c9843c 100755
--- a/help_doc_stock/__openerp__.py
+++ b/help_doc_stock/__openerp__.py
@@ -30,6 +30,7 @@
     """,
     'author':  'ADHOC SA',
     'website': 'www.adhoc.com.ar',
+    'license': 'AGPL-3',
     'images': [
     ],
     'depends': [