Tejas Tank (OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-1083534-tta into lp:openobject-addons.
Requested reviews: OpenERP Core Team (openerp) Related bugs: Bug #1083534 in OpenERP Addons: "multi-currency sales and purchase receipts generate wrong journal items" https://bugs.launchpad.net/openobject-addons/+bug/1083534 For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1083534-tta/+merge/139851 Hello, Fixed Bug: 1083534 * multi-currency sales and purchase receipts generate wrong journal items. * Reported Bug: https://bugs.launchpad.net/openobject-addons/+bug/1083534 Thanks, tta -- https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1083534-tta/+merge/139851 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-1083534-tta.
=== modified file 'account_voucher/voucher_sales_purchase_view.xml' --- account_voucher/voucher_sales_purchase_view.xml 2012-11-29 22:26:45 +0000 +++ account_voucher/voucher_sales_purchase_view.xml 2012-12-14 08:52:25 +0000 @@ -83,6 +83,7 @@ <field name="paid" invisible="1"/> <field name="paid_amount_in_company_currency" invisible="1"/> <field name="currency_id" invisible="1"/> + <field name="payment_rate_currency_id" invisible="1"/> </group> </group> <notebook> @@ -231,6 +232,7 @@ <field name="date_due"/> <field name="paid" invisible="1"/> <field name="currency_id" invisible="1"/> + <field name="payment_rate_currency_id" invisible="1"/> <field name="journal_id" domain="[('type','in',['purchase','purchase_refund'])]" widget="selection"
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : openerp-dev-gtk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp