c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #00376
[Bug 615343] Re: Zip Code needs to be in lang dependent location on reports
Ok, this is not a bug, i will change to question
Regards.
** Changed in: openobject-server
Status: New => Invalid
** Converted to question:
https://answers.launchpad.net/openobject-server/+question/129846
--
Zip Code needs to be in lang dependent location on reports
https://bugs.launchpad.net/bugs/615343
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP OpenObject.
Status in OpenObject Server: Invalid
Bug description:
With vers6 ietrunk, using the Quotation Report from Sales Orders, you have
[[ o.partner_shipping_id.zip or '' ]] [[ o.partner_shipping_id.city or '' ]]
i.e. the ZipCode goes before the City.
But in the UK, this is incorrect. The Postcode (zip code) should always be solely on its own line after the City.
ie
Address Line 1
Address Line 2
City
Postcode, eg HR6 8RS
So shouldn't there be some language dependent code to pick up this fact on reports for UK and other similar countries to display in a different order?
Although we can change our own reports, its difficult to get around having two cases of order of the attributes,