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
1=== modified file 'openerp/addons/base/res/res_country_data.xml'
2--- openerp/addons/base/res/res_country_data.xml 2013-11-14 21:07:40 +0000
3+++ openerp/addons/base/res/res_country_data.xml 2014-04-14 08:25:43 +0000
4@@ -909,7 +909,7 @@
5 <record id="pl" model="res.country">
6 <field name="name">Poland</field>
7 <field name="code">pl</field>
8- <field name="currency_id" ref="PLZ"/>
9+ <field name="currency_id" ref="PLN"/>
10 </record>
11 <record id="pm" model="res.country">
12 <field name="name">Saint Pierre and Miquelon</field>