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
=== modified file 'account_voucher/voucher_sales_purchase_view.xml'
--- account_voucher/voucher_sales_purchase_view.xml 2012-01-31 13:36:57 +0000
+++ account_voucher/voucher_sales_purchase_view.xml 2012-11-27 11:43:41 +0000
@@ -90,6 +90,7 @@
90 <field name="company_id" select="1" widget="selection" groups="base.group_multi_company"/>90 <field name="company_id" select="1" widget="selection" groups="base.group_multi_company"/>
91 <field name="type" invisible="True"/>91 <field name="type" invisible="True"/>
92 <field name="currency_id"/>92 <field name="currency_id"/>
93 <field name="payment_rate_currency_id" invisible="True"/>
93 </group>94 </group>
94 <notebook colspan="4">95 <notebook colspan="4">
95 <page string="Sales Information">96 <page string="Sales Information">
@@ -219,6 +220,7 @@
219 <field name="account_id" domain="[('type','=','other')]" invisible="True"/>220 <field name="account_id" domain="[('type','=','other')]" invisible="True"/>
220 <field name="type" invisible="True"/>221 <field name="type" invisible="True"/>
221 <field name="currency_id"/>222 <field name="currency_id"/>
223 <field name="payment_rate_currency_id" invisible="True"/>
222 </group>224 </group>
223 <notebook colspan="4">225 <notebook colspan="4">
224 <page string="Bill Information">226 <page string="Bill Information">