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 # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsability of assessing all potential # programmers who take the whole responsability of assessing all potential
...@@ -27,36 +29,35 @@ ...@@ -27,36 +29,35 @@
class PolishAddressDetails: class PolishAddressDetails:
""" """
Szczegolowe informacje o adresie, potrzebne do prawidlowego Detailed address information needed to proper fill of tax reports
wypelnienia formularzy podatkowych
""" """
# XXX: Shufla - it might be good to provide better ids (english) with transition script
_properties = ( _properties = (
{'id' : 'ulica', {'id' : 'ulica',
'description' : '', 'description' : '',
'type' : 'string', 'type' : 'string',
'mode' : 'w'}, 'mode' : 'w'},
{ 'id' : 'powiat', { 'id' : 'powiat',
'description' : '', 'description' : '',
'type' : 'string', 'type' : 'string',
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'gmina', { 'id' : 'gmina',
'description' : '', 'description' : '',
'type' : 'string', 'type' : 'string',
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'nr_domu', { 'id' : 'nr_domu',
'description' : '', 'description' : '',
'type' : 'string', 'type' : 'string',
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'nr_lokalu', { 'id' : 'nr_lokalu',
'description' : '', 'description' : '',
'type' : 'string', 'type' : 'string',
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'poczta', { 'id' : 'poczta',
'description' : '', 'description' : '',
'type' : 'string', 'type' : 'string',
'mode' : 'w' }, 'mode' : 'w' },
) )
36 39
\ No newline at end of file \ 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