Skip to content

Commit

Permalink
Merge pull request open-synergy#3 from open-synergy/master
Browse files Browse the repository at this point in the history
merge from master
  • Loading branch information
andhit-r committed Aug 15, 2015
2 parents dc88c98 + c05f101 commit 8e542d8
Show file tree
Hide file tree
Showing 4 changed files with 65,601 additions and 0 deletions.
24 changes: 24 additions & 0 deletions l10n_id_city/__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/__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 - ZIP Code',
'version': '1.0',
'author': 'OpenSynergy Indonesia',
'website': 'opensynergy-indonesia.com',
'category': 'Localization',
'description': """
""",
'depends': ['better_zip','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 8e542d8

Please sign in to comment.