Skip to content

Commit

Permalink
Add module l10n_id_city_central_java
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed Aug 25, 2015
1 parent e2bfc0c commit 338c12f
Show file tree
Hide file tree
Showing 4 changed files with 8,644 additions and 0 deletions.
24 changes: 24 additions & 0 deletions l10n_id_city_central_java/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# -*- encoding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
# $Id$
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################


# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
41 changes: 41 additions & 0 deletions l10n_id_city_central_java/__openerp__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# -*- encoding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2009 P. Christeas <p_christ@hol.gr>. All Rights Reserved
# $Id$
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{
'name': 'Indonesia Localization - Central Java ZIP Code',
'version': '1.0',
'author': 'OpenSynergy Indonesia',
'website': 'www.opensynergy-indonesia.com',
'category': 'Localization',
'description': """
""",
'depends': ['base_location','l10n_id_state'],
'demo': [],
'data': [
'data/res.better.zip.csv',
],
'installable': True,
'images': [],
}

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

Loading

0 comments on commit 338c12f

Please sign in to comment.