Merge lp:~serpentcs/openerp-usa/fix-journal-default-type into lp:openerp-usa/6.0

Proposed by Bipin(Serpentcs)
Status: Needs review
Proposed branch: lp:~serpentcs/openerp-usa/fix-journal-default-type
Merge into: lp:openerp-usa/6.0
Diff against target: 14 lines (+2/-2)
1 file modified
account_check_writing/account_voucher_view.xml (+2/-2)
To merge this branch: bzr merge lp:~serpentcs/openerp-usa/fix-journal-default-type
Reviewer Review Type Date Requested Status
npg Pending
Review via email: mp+202502@code.launchpad.net
To post a comment you must log in.
137. By Bipin Rathod <email address hidden>

[IMP] account_check_writing: changed the default type

138. By Bipin Rathod <email address hidden>

[IMP] account_check_writing: changed the default type

Unmerged revisions

138. By Bipin Rathod <email address hidden>

[IMP] account_check_writing: changed the default type

137. By Bipin Rathod <email address hidden>

[IMP] account_check_writing: changed the default type

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 16:26:09 +0000
3+++ account_check_writing/account_voucher_view.xml 2014-01-21 16:46:20 +0000
4@@ -235,8 +235,8 @@
5 <attribute name="on_change">onchange_partner_id(partner_id, journal_id, amount, currency_id, type, date)</attribute>
6 </xpath>
7 <xpath expr="//button[@name='cancel_voucher']" position="after">
8- <button name="%(print_check_act_window)d" states='posted' string="Print Check" type="action"
9- attrs="{'invisible':[('state','!=','posted')]}"/>
10+ <button name="%(print_check_act_window)d" string="Print Check" type="action"
11+ attrs="{'invisible':['|',('allow_check','!=',1),('state','!=','posted')]}"/>
12 </xpath>
13 <xpath expr="//field[@string='Total']" position="replace"/>
14 <xpath expr="//form/group/field[@name='partner_id']" position="after">

Subscribers

People subscribed via source and target branches