~cartertech/openerp-au/l10n_au_toponyms

« back to all changes in this revision

Viewing changes to l10n_au_toponyms/__openerp__.py

  • Committer: Nathan Carter (Carter Tech)
  • Date: 2014-03-27 00:50:20 UTC
  • Revision ID: nathan@carter-tech.com.au-20140327005020-82h9654e03xh6typ
Initial Release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
##############################################################################
 
3
#    
 
4
#    OpenERP, Open Source Management Solution
 
5
#    Copyright (C) 2014 Carter Tech Pty Ltd (<http://www.carter-tech.com.au>)
 
6
#        Contributed to the OpenERP - Australian and New Zealand localisation project
 
7
#
 
8
#    This program is free software: you can redistribute it and/or modify
 
9
#    it under the terms of the Affero GNU General Public License as
 
10
#    published by the Free Software Foundation, either version 3 of the
 
11
#    License, or (at your option) any later version.
 
12
#
 
13
#    This program is distributed in the hope that it will be useful,
 
14
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
#    GNU Affero General Public License for more details.
 
17
#
 
18
#    You should have received a copy of the Affero GNU General Public License
 
19
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.     
 
20
#
 
21
##############################################################################
 
22
{
 
23
    "name" : "Australia - States and Territories",
 
24
    "version" : "1.0",
 
25
    "author" : "Carter Tech Pty Ltd",
 
26
    "website" : "http://www.savoirfairelinux.com",
 
27
    "category" : "Localisation/Australia",
 
28
    "description": "Provinces and territories of Australia.",
 
29
    "depends" : ['base'],
 
30
    "license" : "AGPL-3",
 
31
    "init_xml" : ["l10n_au_toponyms.xml"],
 
32
    "update_xml" : [ ],
 
33
    "active" : False,
 
34
    "installable" : True,
 
35
    "certificate" : ''
 
36
}
 
37
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
 
b'\\ No newline at end of file'