Merge lp:~domsense/openobject-addons/6.1-fix-1083534-receipt-currency-lep into lp:openobject-addons/6.1

Proposed by Leonardo Pistone
Status: Needs review
Proposed branch: lp:~domsense/openobject-addons/6.1-fix-1083534-receipt-currency-lep
Merge into: lp:openobject-addons/6.1
Diff against target: 19 lines (+2/-0)
1 file modified
account_voucher/voucher_sales_purchase_view.xml (+2/-0)
To merge this branch: bzr merge lp:~domsense/openobject-addons/6.1-fix-1083534-receipt-currency-lep
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+136375@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

7083. By Leonardo Pistone

[FIX] multi-currency receipts

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_voucher/voucher_sales_purchase_view.xml'
2--- account_voucher/voucher_sales_purchase_view.xml 2012-01-31 13:36:57 +0000
3+++ account_voucher/voucher_sales_purchase_view.xml 2012-11-27 11:43:41 +0000
4@@ -90,6 +90,7 @@
5 <field name="company_id" select="1" widget="selection" groups="base.group_multi_company"/>
6 <field name="type" invisible="True"/>
7 <field name="currency_id"/>
8+ <field name="payment_rate_currency_id" invisible="True"/>
9 </group>
10 <notebook colspan="4">
11 <page string="Sales Information">
12@@ -219,6 +220,7 @@
13 <field name="account_id" domain="[('type','=','other')]" invisible="True"/>
14 <field name="type" invisible="True"/>
15 <field name="currency_id"/>
16+ <field name="payment_rate_currency_id" invisible="True"/>
17 </group>
18 <notebook colspan="4">
19 <page string="Bill Information">