Browse Source

Add OCA as author of OCA addons

In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
pull/25/head
Alexandre Fayolle 9 years ago
parent
commit
7062369359
  1. 2
      asterisk_click2dial/__openerp__.py
  2. 2
      asterisk_click2dial_crm/__openerp__.py
  3. 2
      base_phone/__openerp__.py
  4. 2
      base_phone_popup/__openerp__.py
  5. 2
      crm_claim_phone/__openerp__.py
  6. 2
      crm_phone/__openerp__.py
  7. 2
      event_phone/__openerp__.py
  8. 2
      hr_phone/__openerp__.py
  9. 2
      hr_recruitment_phone/__openerp__.py

2
asterisk_click2dial/__openerp__.py

@ -93,7 +93,7 @@ functionalities:
A detailed documentation for this module is available on the Akretion Web site:
http://www.akretion.com/products-and-services/openerp-asterisk-voip-connector
""",
'author': 'Akretion',
'author': "Akretion,Odoo Community Association (OCA)",
'website': 'http://www.akretion.com/',
'depends': ['base_phone'],
'external_dependencies': {'python': ['phonenumbers', 'Asterisk']},

2
asterisk_click2dial_crm/__openerp__.py

@ -23,7 +23,7 @@
{
"name": "Asterisk Click2dial CRM",
"version": "0.1",
"author": "Akretion",
"author": "Akretion,Odoo Community Association (OCA)",
"website": "http://www.akretion.com",
"license": "AGPL-3",
"category": "Phone",

2
base_phone/__openerp__.py

@ -61,7 +61,7 @@ This module is independant from the Asterisk connector.
Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com>
for any help or question about this module.
""",
'author': 'Akretion',
'author': "Akretion,Odoo Community Association (OCA)",
'website': 'http://www.akretion.com/',
'depends': ['base', 'web'],
'external_dependencies': {'python': ['phonenumbers']},

2
base_phone_popup/__openerp__.py

@ -52,7 +52,7 @@ feature provided by this module won't work with older versions of Nginx.
TODO : document this new feature on the Akretion Web site :
http://www.akretion.com/products-and-services/openerp-asterisk-voip-connector
""",
'author': 'Akretion',
'author': "Akretion,Odoo Community Association (OCA)",
'website': 'http://www.akretion.com/',
'depends': ['base_phone', 'web_action_request'],
'data': [

2
crm_claim_phone/__openerp__.py

@ -39,7 +39,7 @@ This module is independant from the Asterisk connector.
Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com>
for any help or question about this module.
""",
'author': 'Akretion',
'author': "Akretion,Odoo Community Association (OCA)",
'website': 'http://www.akretion.com/',
'depends': ['base_phone', 'crm_claim'],
'data': ['crm_claim_view.xml'],

2
crm_phone/__openerp__.py

@ -39,7 +39,7 @@ This module is independant from the Asterisk connector.
Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com>
for any help or question about this module.
""",
'author': 'Akretion',
'author': "Akretion,Odoo Community Association (OCA)",
'website': 'http://www.akretion.com/',
'depends': ['base_phone', 'crm'],
'data': [

2
event_phone/__openerp__.py

@ -39,7 +39,7 @@ This module is independant from the Asterisk connector.
Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com>
for any help or question about this module.
""",
'author': 'Akretion',
'author': "Akretion,Odoo Community Association (OCA)",
'website': 'http://www.akretion.com/',
'depends': ['base_phone', 'event'],
'data': [

2
hr_phone/__openerp__.py

@ -39,7 +39,7 @@ This module is independant from the Asterisk connector.
Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com>
for any help or question about this module.
""",
'author': 'Akretion',
'author': "Akretion,Odoo Community Association (OCA)",
'website': 'http://www.akretion.com/',
'depends': ['base_phone', 'hr'],
'data': [

2
hr_recruitment_phone/__openerp__.py

@ -39,7 +39,7 @@ This module is independant from the Asterisk connector.
Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com>
for any help or question about this module.
""",
'author': 'Akretion',
'author': "Akretion,Odoo Community Association (OCA)",
'website': 'http://www.akretion.com/',
'depends': ['base_phone', 'hr_recruitment'],
'data': [

Loading…
Cancel
Save