Browse Source

Merge pull request #15 from gurneyalex/7.0-add_OCA_author

Add OCA as author of OCA addons
pull/17/head
Sylvain LE GAL 10 years ago
parent
commit
68c08ca3a0
  1. 2
      pos_order_pricelist_change/__openerp__.py
  2. 2
      pos_second_header/__openerp__.py
  3. 2
      pos_select_customer/__openerp__.py

2
pos_order_pricelist_change/__openerp__.py

@ -41,7 +41,7 @@ Copyright, Authors and Licence:
* Copyright: 2014, GRAP: Groupement Régional Alimentaire de Proximité;
* Author:
* Sylvain LE GAL (https://twitter.com/legalsylvain);""",
'author': 'GRAP',
'author': "GRAP,Odoo Community Association (OCA)",
'website': 'http://www.grap.coop',
'license': 'AGPL-3',
'depends': [

2
pos_second_header/__openerp__.py

@ -40,7 +40,7 @@ Copyright, Authors and Licence:
* Author:
* Sylvain LE GAL (https://twitter.com/legalsylvain);
* Licence: AGPL-3 (http://www.gnu.org/licenses/);""",
'author': 'GRAP',
'author': "GRAP,Odoo Community Association (OCA)",
'website': 'http://www.grap.coop',
'license': 'AGPL-3',
'depends': [

2
pos_select_customer/__openerp__.py

@ -57,7 +57,7 @@ Copyright, Authors and Licence:
* Julien WESTE;
* Sylvain LE GAL (https://twitter.com/legalsylvain);
* Licence: AGPL-3 (http://www.gnu.org/licenses/);""",
'author': 'GRAP',
'author': "GRAP,Odoo Community Association (OCA)",
'website': 'http://www.grap.coop',
'license': 'AGPL-3',
'depends': [

Loading…
Cancel
Save