diff --git a/bt5/erp5_accounting_l10n_pl/PropertySheetTemplateItem/PolishAddressDetails.py b/bt5/erp5_accounting_l10n_pl/PropertySheetTemplateItem/PolishAddressDetails.py index f325ace3049cfdcb0fbfcd9ef4de9017c21fa26b..33d32f62ccd09a3861b812574c83059561aedf11 100644 --- a/bt5/erp5_accounting_l10n_pl/PropertySheetTemplateItem/PolishAddressDetails.py +++ b/bt5/erp5_accounting_l10n_pl/PropertySheetTemplateItem/PolishAddressDetails.py @@ -1,6 +1,8 @@ ############################################################################## # -# 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' }, ) diff --git a/bt5/erp5_accounting_l10n_pl/bt/revision b/bt5/erp5_accounting_l10n_pl/bt/revision index dce6588ca1420a69eea5699f2ec5d666daf16a6a..72f523f36edb05f0f59e02607fd52a844817ed85 100644 --- a/bt5/erp5_accounting_l10n_pl/bt/revision +++ b/bt5/erp5_accounting_l10n_pl/bt/revision @@ -1 +1 @@ -36 \ No newline at end of file +39 \ No newline at end of file