Commit 30b0eedf authored by Łukasz Nowak's avatar Łukasz Nowak

- reformatting

- license update
- note added

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19820 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 65cb76a9
##############################################################################
#
# Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
# Copyright (c) 2002 - 2008 Nexedi SARL and Contributors. All Rights Reserved.
# Barek Gorny <bartek@erp5.pl>
# Lukasz Nowak <lukasz.nowak@ventis.com.pl>
#
# WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsability of assessing all potential
......@@ -27,36 +29,35 @@
class PolishAddressDetails:
"""
Szczegolowe informacje o adresie, potrzebne do prawidlowego
wypelnienia formularzy podatkowych
Detailed address information needed to proper fill of tax reports
"""
# XXX: Shufla - it might be good to provide better ids (english) with transition script
_properties = (
{'id' : 'ulica',
{'id' : 'ulica',
'description' : '',
'type' : 'string',
'mode' : 'w'},
{ 'id' : 'powiat',
'description' : '',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'gmina',
'description' : '',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'nr_domu',
'description' : '',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'nr_lokalu',
'description' : '',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'poczta',
'description' : '',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'powiat',
'description' : '',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'gmina',
'description' : '',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'nr_domu',
'description' : '',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'nr_lokalu',
'description' : '',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'poczta',
'description' : '',
'type' : 'string',
'mode' : 'w' },
)
36
\ No newline at end of file
39
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment