← Back to team overview

openerp-community-reviewer team mailing list archive

[Merge] lp:~camptocamp/ocb-addons/7.0-fix_1281290-afe into lp:ocb-addons

 

Alexandre Fayolle - camptocamp has proposed merging lp:~camptocamp/ocb-addons/7.0-fix_1281290-afe into lp:ocb-addons.

Requested reviews:
  OpenERP Community Backports Team (ocb)
Related bugs:
  Bug #1281290 in OpenERP Community Backports (Addons): "Wrong currency code - Poland"
  https://bugs.launchpad.net/ocb-addons/+bug/1281290

For more details, see:
https://code.launchpad.net/~camptocamp/ocb-addons/7.0-fix_1281290-afe/+merge/215614

Fix poland currency

Port of https://code.launchpad.net/~camptocamp/openobject-addons/7.0-fix_1281290-afe/+merge/215613 to OCB
-- 
https://code.launchpad.net/~camptocamp/ocb-addons/7.0-fix_1281290-afe/+merge/215614
Your team OpenERP Community Backports Team is requested to review the proposed merge of lp:~camptocamp/ocb-addons/7.0-fix_1281290-afe into lp:ocb-addons.
=== modified file 'l10n_pl/account_chart.xml'
--- l10n_pl/account_chart.xml	2014-03-10 08:54:20 +0000
+++ l10n_pl/account_chart.xml	2014-04-14 08:30:23 +0000
@@ -3208,7 +3208,7 @@
         <field name="model">account.chart.template</field>
         <field name="key">default</field>
         <field name="res_id" ref="pl_chart_template"/>
-        <field name="value" ref="base.PLZ"/>
+        <field name="value" ref="base.PLN"/>
     </record>
     
 </data>


Follow ups