Browse Source

[FIX] unify author name

pull/255/head
ferdinand 11 years ago
committed by Laurent Mignon (ACSONE)
parent
commit
db93c865ab
  1. 2
      __openerp__.py
  2. 4
      partner_id_number.py

2
__openerp__.py

@ -1,6 +1,6 @@
{ "name" : "Partner Identification Numbers"
, "version" : "0.2"
, "author" : "ChriCar Beteiligungs- und Beratungs GmbH"
, "author" : "ChriCar Beteiligungs- und Beratungs- GmbH"
, "website" : "http://www.chricar.at/ChriCar"
, "description" : """This module allows to manage all sort of identification numbers
and certificates which are assigned to a partner and vary from country to country

4
partner_id_number.py

@ -1,7 +1,7 @@
##############################################
#
# ChriCar Beteiligungs- und Beratungs GmbH
# Copyright (C) ChriCar Beteiligungs- und Beratungs GmbH
# ChriCar Beteiligungs- und Beratungs- GmbH
# Copyright (C) ChriCar Beteiligungs- und Beratungs- GmbH
# all rights reserved
# created 2008-07-05
#

Loading…
Cancel
Save