Merge pull request #128 from yvaucher/8.0-add-license-key

Add license key in __openerp__.py
pull/129/head
Pedro M. Baeza 2015-02-06 20:09:58 +01:00
commit 56800c2dc7
15 changed files with 15 additions and 0 deletions

View File

@ -22,6 +22,7 @@
"name": "Authenticate via HTTP basic authentication", "name": "Authenticate via HTTP basic authentication",
"version": "1.0", "version": "1.0",
"author": "Therp BV", "author": "Therp BV",
"license": "AGPL-3",
"complexity": "expert", "complexity": "expert",
"description": """ "description": """
In an environment where several web applications authenticate against the same In an environment where several web applications authenticate against the same

View File

@ -22,6 +22,7 @@
"name": "Authenticate via HTTP basic authentication (logout helper)", "name": "Authenticate via HTTP basic authentication (logout helper)",
"version": "1.0", "version": "1.0",
"author": "Therp BV", "author": "Therp BV",
"license": "AGPL-3",
"complexity": "expert", "complexity": "expert",
"description": """ "description": """
With auth_from_http_basic, the logout procedure has to be bent a bit to provide With auth_from_http_basic, the logout procedure has to be bent a bit to provide

View File

@ -43,6 +43,7 @@ Contributors
""", """,
'author': 'Daniel Reis', 'author': 'Daniel Reis',
'website': 'http://launchpad.net/addons-tko', 'website': 'http://launchpad.net/addons-tko',
'license': 'AGPL-3',
'images': [ 'images': [
'images/screenshot01.png', 'images/screenshot01.png',
], ],

View File

@ -78,6 +78,7 @@ Contributors
""", """,
'author': 'Daniel Reis', 'author': 'Daniel Reis',
'website': 'http://launchpad.net/addons-tko', 'website': 'http://launchpad.net/addons-tko',
'license': 'AGPL-3',
'images': [ 'images': [
'images/snapshot1.png', 'images/snapshot1.png',
'images/snapshot2.png', 'images/snapshot2.png',

View File

@ -11,6 +11,7 @@
""", """,
'author': 'Camptocamp', 'author': 'Camptocamp',
'website': 'http://openerp.camptocamp.com', 'website': 'http://openerp.camptocamp.com',
'license': 'AGPL-3',
'depends': ['base'], 'depends': ['base'],
'init_xml': [], 'init_xml': [],
'update_xml': ['ir_config_parameter_view.xml'], 'update_xml': ['ir_config_parameter_view.xml'],

View File

@ -15,6 +15,7 @@
""", """,
'author': 'Camptocamp', 'author': 'Camptocamp',
'website': 'http://openerp.camptocamp.com', 'website': 'http://openerp.camptocamp.com',
'license': 'AGPL-3',
'depends': ['base'], 'depends': ['base'],
'init_xml': ['data.xml'], 'init_xml': ['data.xml'],
'update_xml': ['security_view.xml'], 'update_xml': ['security_view.xml'],

View File

@ -24,6 +24,7 @@
"version": "1.2", "version": "1.2",
"depends": ["auth_ldap"], "depends": ["auth_ldap"],
"author": "Therp BV", "author": "Therp BV",
"license": "AGPL-3",
"description": """ "description": """
Adds user accounts to groups based on rules defined by the administrator. Adds user accounts to groups based on rules defined by the administrator.

View File

@ -22,6 +22,7 @@
"name": "dbfilter_from_header", "name": "dbfilter_from_header",
"version": "1.0", "version": "1.0",
"author": "Therp BV", "author": "Therp BV",
"license": "AGPL-3",
"complexity": "normal", "complexity": "normal",
"description": """ "description": """
This addon lets you pass a dbfilter as a HTTP header. This addon lets you pass a dbfilter as a HTTP header.

View File

@ -22,6 +22,7 @@
"name": "Remove odoo.com bindings", "name": "Remove odoo.com bindings",
"version": "1.1", "version": "1.1",
"author": "Therp BV", "author": "Therp BV",
"license": "AGPL-3",
"complexity": "normal", "complexity": "normal",
"description": """ "description": """
This module deactivates all bindings to openerp.com that This module deactivates all bindings to openerp.com that

View File

@ -26,6 +26,7 @@
'version': '1.0', 'version': '1.0',
'author': 'Therp BV', 'author': 'Therp BV',
'website': 'http://www.therp.nl', 'website': 'http://www.therp.nl',
'license': 'AGPL-3',
"category": "Tools", "category": "Tools",
"depends": ['fetchmail'], "depends": ['fetchmail'],
'data': [ 'data': [

View File

@ -28,6 +28,7 @@
], ],
"category": "Tools", "category": "Tools",
"website": "http://www.serpentcs.com", "website": "http://www.serpentcs.com",
"license": "GPL-3 or any later version",
"description": """ "description": """
This module provides the functionality to add, update or remove the values This module provides the functionality to add, update or remove the values
of more than one records on the fly at the same time. of more than one records on the fly at the same time.

View File

@ -77,6 +77,7 @@ Example usage
serv_config.get('external_service.ftp', 'tls') serv_config.get('external_service.ftp', 'tls')
""", """,
"website": "http://www.camptocamp.com", "website": "http://www.camptocamp.com",
"license": "GPL-3 or any later version",
"category": "Tools", "category": "Tools",
"data": [ "data": [
'serv_config.xml', 'serv_config.xml',

View File

@ -41,6 +41,7 @@ server_environment_files lives before this one in the addons-path
variable of the OpenERP configuration file. variable of the OpenERP configuration file.
""", """,
"website": "http://www.camptocamp.com", "website": "http://www.camptocamp.com",
"license": "GPL-3 or any later version",
"category": "Tools", "category": "Tools",
"data": [], "data": [],
"installable": True, "installable": True,

View File

@ -24,6 +24,7 @@
'version': "1.0", 'version': "1.0",
'depends': ["auth_ldap"], 'depends': ["auth_ldap"],
'author': "Daniel Reis (https://launchpad.com/~dreis-pt)", 'author': "Daniel Reis (https://launchpad.com/~dreis-pt)",
'license': 'AGPL-3',
'description': """\ 'description': """\
Allows to define the LDAP attributes to use to retrieve user name and e-mail Allows to define the LDAP attributes to use to retrieve user name and e-mail
address. address.

View File

@ -22,6 +22,7 @@
"name": "LDAP Populate", "name": "LDAP Populate",
"version": "1.2", "version": "1.2",
"author": "Therp BV", "author": "Therp BV",
"license": "AGPL-3",
"category": 'Tools', "category": 'Tools',
"description": """ "description": """
This module allows to prepopulate the user database with all entries in the This module allows to prepopulate the user database with all entries in the