Merge lp:~camptocamp/openobject-server/7.0-fix_1281290-afe into lp:openobject-server/7.0

Proposed by Alexandre Fayolle - camptocamp
Status: Needs review
Proposed branch: lp:~camptocamp/openobject-server/7.0-fix_1281290-afe
Merge into: lp:openobject-server/7.0
Diff against target: 12 lines (+1/-1)
1 file modified
openerp/addons/base/res/res_country_data.xml (+1/-1)
To merge this branch: bzr merge lp:~camptocamp/openobject-server/7.0-fix_1281290-afe
Reviewer Review Type Date Requested Status
Pedro Manuel Baeza (community) code review Approve
Yannick Vaucher @ Camptocamp (community) Approve
OpenERP Core Team Pending
Review via email: mp+215611@code.launchpad.net

Description of the change

Fix Poland currency

To post a comment you must log in.
Revision history for this message
Yannick Vaucher @ Camptocamp (yvaucher-c2c) :
review: Approve
Revision history for this message
Pedro Manuel Baeza (pedro.baeza) :
review: Approve (code review)

Unmerged revisions

5282. By Alexandre Fayolle - camptocamp

[FIX] currency for poland is PLN and not PLZ since 1995

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'openerp/addons/base/res/res_country_data.xml'
--- openerp/addons/base/res/res_country_data.xml 2013-11-14 21:07:40 +0000
+++ openerp/addons/base/res/res_country_data.xml 2014-04-14 08:25:43 +0000
@@ -909,7 +909,7 @@
909 <record id="pl" model="res.country">909 <record id="pl" model="res.country">
910 <field name="name">Poland</field>910 <field name="name">Poland</field>
911 <field name="code">pl</field>911 <field name="code">pl</field>
912 <field name="currency_id" ref="PLZ"/>912 <field name="currency_id" ref="PLN"/>
913 </record>913 </record>
914 <record id="pm" model="res.country">914 <record id="pm" model="res.country">
915 <field name="name">Saint Pierre and Miquelon</field>915 <field name="name">Saint Pierre and Miquelon</field>