Merge lp:~openerp-dev/openobject-addons/trunk-bug-907692-mdi into lp:openobject-addons

Proposed by DJ Patel (OpenERP)
Status: Merged
Merged at revision: 6139
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-907692-mdi
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
account_voucher/account_voucher_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-907692-mdi
Reviewer Review Type Date Requested Status
Purnendu Singh (OpenERP) (community) Approve
qdp (OpenERP) Pending
Review via email: mp+86778@code.launchpad.net

Description of the change

Hello Sir,

I have fix the issue: https://bugs.launchpad.net/openobject-addons/+bug/907692 "
can't open a form view of Journal Vouchers".

I changes the parameter pass to the on_change() method in xml file.

Thanks and Regards,

Divyesh Makwana(MDI)

To post a comment you must log in.
Revision history for this message
Purnendu Singh (OpenERP) (purnendu-singh) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_voucher/account_voucher_view.xml'
2--- account_voucher/account_voucher_view.xml 2011-12-19 16:54:40 +0000
3+++ account_voucher/account_voucher_view.xml 2011-12-23 06:22:24 +0000
4@@ -43,7 +43,7 @@
5 <form string="Accounting Voucher">
6 <group col="6" colspan="4">
7 <field name="partner_id" required="1" on_change="onchange_journal_voucher(line_ids, tax_id, amount, partner_id, journal_id, type)"/>
8- <field name="date" on_change="onchange_date(date, currency_id, amount)"/>
9+ <field name="date" on_change="onchange_date(date, currency_id, payment_rate_currency_id, amount, company_id)"/>
10 <field name="journal_id" widget="selection" select="1" on_change="onchange_journal_voucher(line_ids, tax_id, amount, partner_id, journal_id, type)"/>
11 <field name="type" required="1"/>
12 <field name="name" colspan="2"/>

Subscribers

People subscribed via source and target branches

to all changes: