Skip to content

Commit

Permalink
Merge b0e1fe6 into fe15a29
Browse files Browse the repository at this point in the history
  • Loading branch information
tschanzt committed Jul 3, 2018
2 parents fe15a29 + b0e1fe6 commit b65a5cb
Show file tree
Hide file tree
Showing 4 changed files with 98,934 additions and 0 deletions.
2 changes: 2 additions & 0 deletions l10n_de_zip/__init__.py
@@ -0,0 +1,2 @@
# Copyright 2018 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
20 changes: 20 additions & 0 deletions l10n_de_zip/__manifest__.py
@@ -0,0 +1,20 @@
# Copyright 2018 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

{
'name': 'Germany - Postal codes (ZIP) list',
'summary': 'Provides all German postal codes for auto-completion',
'version': '11.1.0.0',
'category': 'Localisation/Europe',
'depends': [
'base',
'base_location',
'l10n_de_country_states'
],
'author': 'Camptocamp, Odoo Community Association (OCA)',
'website': 'http://www.camptocamp.com',
'data': [
'data/l10n_de_zip.xml'
],
'installable': True,
}

0 comments on commit b65a5cb

Please sign in to comment.