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/94/head
Alexandre Fayolle 9 years ago
parent
commit
817811775a
  1. 2
      __unported__/base_address_category/__openerp__.py
  2. 2
      __unported__/partner_address_ldap/__openerp__.py
  3. 2
      account_partner_merge/__openerp__.py
  4. 2
      base_contact/__openerp__.py
  5. 2
      base_contact_function/__openerp__.py
  6. 2
      base_contact_function_partner_firstname/__openerp__.py
  7. 2
      base_contact_phone_extension/__openerp__.py
  8. 2
      base_continent/__openerp__.py
  9. 2
      base_location/__openerp__.py
  10. 2
      base_partner_merge/__openerp__.py
  11. 2
      base_partner_sequence/__openerp__.py
  12. 2
      firstname_display_name_trigger/__openerp__.py
  13. 2
      partner_auto_salesman/__openerp__.py
  14. 2
      partner_birth_name/__openerp__.py
  15. 2
      partner_contact_address_detailed/__openerp__.py
  16. 2
      partner_firstname/__openerp__.py
  17. 2
      partner_helper/__openerp__.py
  18. 2
      partner_phone_extension/__openerp__.py
  19. 2
      partner_relations/__openerp__.py
  20. 2
      partner_relations_in_tab/__openerp__.py
  21. 2
      partner_street_number/__openerp__.py
  22. 2
      passport/__openerp__.py
  23. 2
      portal_partner_merge/__openerp__.py
  24. 2
      res_partner_affiliate/__openerp__.py

2
__unported__/base_address_category/__openerp__.py

@ -38,7 +38,7 @@
res.partner.category records.
""",
"version": "1.2",
"author": "Camptocamp",
"author": "Camptocamp,Odoo Community Association (OCA)",
"category": "Generic Modules/Base",
"website": "http://www.camptocamp.com",
"depends": [

2
__unported__/partner_address_ldap/__openerp__.py

@ -35,7 +35,7 @@
{
"name": "Partner synchronization from OpenERP to ldap",
"version": "1.2",
"author": "Camptocamp",
"author": "Camptocamp,Odoo Community Association (OCA)",
"depends": ["base"],
"category": "Generic Modules/Misc",
"website": "http://www.camptocamp.com",

2
account_partner_merge/__openerp__.py

@ -22,7 +22,7 @@
'version': '1.0',
'category': 'Hidden',
'description': """Update invoice commercial_partner_id""",
'author': 'Camptocamp',
'author': "Camptocamp,Odoo Community Association (OCA)",
'maintainer': 'Camptocamp',
'website': 'http://www.camptocamp.com/',
'depends': ['account_report_company', 'base_partner_merge'],

2
base_contact/__openerp__.py

@ -22,7 +22,7 @@
{
'name': 'Contacts Management',
'version': '1.0',
'author': 'OpenERP SA',
'author': "OpenERP SA,Odoo Community Association (OCA)",
'website': 'http://www.openerp.com',
'category': 'Customer Relationship Management',
'complexity': "expert",

2
base_contact_function/__openerp__.py

@ -23,7 +23,7 @@
{
'name': 'Contact by Function',
'version': '1.0',
'author': 'Savoir-faire Linux',
'author': "Savoir-faire Linux,Odoo Community Association (OCA)",
'maintainer': 'Savoir-faire Linux',
'website': 'http://www.savoirfairelinux.com',
'category': 'Customer Relationship Management',

2
base_contact_function_partner_firstname/__openerp__.py

@ -33,7 +33,7 @@ Contributors
------------
* El Hadji Dem (elhadji.dem@savoirfairelinux.com)
""",
'author': 'Savoir-faire Linux',
'author': "Savoir-faire Linux,Odoo Community Association (OCA)",
'website': 'www.savoirfairelinux.com',
'license': 'AGPL-3',
'depends': [

2
base_contact_phone_extension/__openerp__.py

@ -35,7 +35,7 @@ Contributors
------------
* El Hadji Dem (elhadji.dem@savoirfairelinux.com)
""",
'author': 'Savoir-faire Linux',
'author': "Savoir-faire Linux,Odoo Community Association (OCA)",
'website': 'www.savoirfairelinux.com',
'license': 'AGPL-3',
'depends': [

2
base_continent/__openerp__.py

@ -24,7 +24,7 @@
'name': 'Continent management',
'version': '1.0',
'depends': ['base'],
'author': 'Camptocamp',
'author': "Camptocamp,Odoo Community Association (OCA)",
'license': 'AGPL-3',
'description': """
This module introduces continent management.

2
base_location/__openerp__.py

@ -22,7 +22,7 @@
{'name': 'Location management (aka Better ZIP)',
'version': '0.3.1',
'depends': ['base'],
'author': 'Camptocamp',
'author': "Camptocamp,Odoo Community Association (OCA)",
'description': """
Introduces a better zip/npa management system.
It enables zip/city auto-completion on partners""",

2
base_partner_merge/__openerp__.py

@ -1,6 +1,6 @@
{
'name': 'Base Partner Merge',
'author': 'OpenERP S.A.',
'author': "OpenERP S.A.,Odoo Community Association (OCA)",
'category': 'Generic Modules/Base',
'version': '0.1',
'description': """

2
base_partner_sequence/__openerp__.py

@ -23,7 +23,7 @@
{
"name": "Add a sequence on customers' code",
"version": "1.1",
"author": "Tiny/initOS GmbH & Co. KG",
"author": "Tiny/initOS GmbH & Co. KG,Odoo Community Association (OCA)",
"category": "Generic Modules/Base",
"website": "http://www.initos.com",
"depends": ["base"],

2
firstname_display_name_trigger/__openerp__.py

@ -23,7 +23,7 @@
'name': ('Link module if partner_lastname and account_report_company are '
'installed'),
'version': '1.0',
'author': 'Camptocamp',
'author': "Camptocamp,Odoo Community Association (OCA)",
'maintainer': 'Camptocamp',
'category': 'Hidden',
'license': 'AGPL-3',

2
partner_auto_salesman/__openerp__.py

@ -25,7 +25,7 @@
'category': 'Customer Relationship Management',
'complexity': "easy",
'description': """Fill the salesman field with the current user id""",
'author': 'Savoir-faire Linux',
'author': "Savoir-faire Linux,Odoo Community Association (OCA)",
'website': 'http://www.savoirfairelinux.com',
'license': 'AGPL-3',
'depends': ['base'],

2
partner_birth_name/__openerp__.py

@ -23,7 +23,7 @@
{
'name': 'Partner Birth Name',
'version': '1.0',
'author': 'Savoir-faire Linux',
'author': "Savoir-faire Linux,Odoo Community Association (OCA)",
'maintainer': 'Savoir-faire Linux',
'website': 'http://www.savoirfairelinux.com',
'category': 'Customer Relationship Management',

2
partner_contact_address_detailed/__openerp__.py

@ -23,7 +23,7 @@
'description': """Show all informations of partner address
in summarized partner contact form when creating a new partner""",
'version': '1.0',
'author': 'Camptocamp',
'author': "Camptocamp,Odoo Community Association (OCA)",
'category': 'MISC',
'website': 'http://www.camptocamp.com',
'depends': ['base'],

2
partner_firstname/__openerp__.py

@ -36,7 +36,7 @@ Olivier Laurent <olivier.laurent@acsone.eu>
""",
'version': '1.2',
'author': 'Camptocamp',
'author': "Camptocamp,Odoo Community Association (OCA)",
'maintainer': 'Camptocamp, Acsone',
'category': 'Extra Tools',
'website': 'http://www.camptocamp.com, http://www.acsone.eu',

2
partner_helper/__openerp__.py

@ -22,7 +22,7 @@
{
'name': 'Partner Helper',
'version': '0.1',
'author': 'Akretion',
'author': "Akretion,Odoo Community Association (OCA)",
'maintainer': 'Akretion',
'category': 'Warehouse',
'depends': [

2
partner_phone_extension/__openerp__.py

@ -35,7 +35,7 @@ Contributors
------------
* El Hadji Dem (elhadji.dem@savoirfairelinux.com)
""",
'author': 'Savoir-faire Linux',
'author': "Savoir-faire Linux,Odoo Community Association (OCA)",
'website': 'www.savoirfairelinux.com',
'license': 'AGPL-3',
'data': [

2
partner_relations/__openerp__.py

@ -21,7 +21,7 @@
{
"name": "Partner relations",
"version": "1.1",
"author": "Therp BV",
"author": "Therp BV,Odoo Community Association (OCA)",
"complexity": "normal",
"description": """
Introduction

2
partner_relations_in_tab/__openerp__.py

@ -21,7 +21,7 @@
{
"name": "Show partner relations in own tab",
"version": "1.0",
"author": "Therp BV",
"author": "Therp BV,Odoo Community Association (OCA)",
"license": "AGPL-3",
"complexity": "normal",
"description": """

2
partner_street_number/__openerp__.py

@ -21,7 +21,7 @@
{
"name": "Split street name and number",
"version": "0.1",
"author": "Therp BV",
"author": "Therp BV,Odoo Community Association (OCA)",
"category": 'Tools',
"description": """
This module introduces separate fields for street name and street number.

2
passport/__openerp__.py

@ -23,7 +23,7 @@
{
'name': 'Passport Management',
'version': '0.1',
'author': 'Savoir-faire Linux',
'author': "Savoir-faire Linux,Odoo Community Association (OCA)",
'maintainer': 'Savoir-faire Linux',
'website': 'http://www.savoirfairelinux.com',
'license': 'AGPL-3',

2
portal_partner_merge/__openerp__.py

@ -24,7 +24,7 @@
'description': """
Link module for base_partner_merge which extract portal dependency
""",
'author': 'Camptocamp',
'author': "Camptocamp,Odoo Community Association (OCA)",
'maintainer': 'Camptocamp',
'website': 'http://www.camptocamp.com/',
'depends': ['portal', 'base_partner_merge'],

2
res_partner_affiliate/__openerp__.py

@ -21,7 +21,7 @@
{
'name': 'Partner Affiliates',
'version': '1.0',
'author': 'Camptocamp',
'author': "Camptocamp,Odoo Community Association (OCA)",
'maintainer': 'Camptocamp',
'category': 'CRM',
'license': 'AGPL-3',

Loading…
Cancel
Save