Merge lp:~serpentcs/openerp-usa/fix-journal-voucher-view into lp:openerp-usa/6.0

Proposed by Bipin(Serpentcs)
Status: Merged
Merged at revision: 134
Proposed branch: lp:~serpentcs/openerp-usa/fix-journal-voucher-view
Merge into: lp:openerp-usa/6.0
Diff against target: 11 lines (+1/-0)
1 file modified
account_check_writing/account_voucher_view.xml (+1/-0)
To merge this branch: bzr merge lp:~serpentcs/openerp-usa/fix-journal-voucher-view
Reviewer Review Type Date Requested Status
npg Pending
Review via email: mp+202485@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_check_writing/account_voucher_view.xml'
2--- account_check_writing/account_voucher_view.xml 2014-01-21 14:58:10 +0000
3+++ account_check_writing/account_voucher_view.xml 2014-01-21 15:44:58 +0000
4@@ -232,6 +232,7 @@
5 <field name="arch" type="xml">
6 <xpath expr="//form[@string='Accounting Voucher']/group/field[@name='journal_id']" position="attributes">
7 <attribute name='domain'>[('type','in',['cash','bank'])]</attribute>
8+ <attribute name="on_change">onchange_partner_id(partner_id, journal_id, amount, currency_id, type, date)</attribute>
9 </xpath>
10 <xpath expr="//button[@name='cancel_voucher']" position="after">
11 <button name="%(print_check_act_window)d" states='posted' string="Print Check" type="action"

Subscribers

People subscribed via source and target branches